Results 1 to 2 of 2

Thread: Check boxes and insert queries

  1. #1
    Join Date
    Feb 2003
    Posts
    1

    Question Check boxes and insert queries

    I have created a form with checkboxes on it and then trying to insert the values of the checkboxes into a database, however, it only inserts one value. This is an existing database and each checkbox has their own field name. The data types for each field is a yes/no field. This table was originally created for a program in Access but I am having to re-create the program for a web application. I was hoping to not change the structure of this table very much. Does anybody have any ideas on why my checkboxes are not inserting properly? Thanks in advance!

  2. #2
    Join Date
    Feb 2003
    Location
    Tallahassee, Florida USA
    Posts
    43
    I hope that I understand what you said but do you have different names for your checkboxes
    if so then it should work as inserting every checkbox value in a different field in your table
    to make it easy can you send me your code please
    Thank you


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •