Creating A Form With Multiple Checkboxes (one for each record)

jawilli1

Registered User.
Local time
Today, 05:47
Joined
Apr 11, 2005
Messages
33
I have a form. In that form I want to display a series of dates from a database table..ex. 12/15/2004, 12/16/2005, etc... Next to those dates I want to have a checkbox. The user should be able to click on that checkbox if they want to sign up for that date. So there could be more then 1 checkbox checked, but there will always be atleast 1. So my first question is, how do I make this work. I've tried several things and everytime I check on the checkbox it checks all of the checkboxes.


PLEASE HELP!


Subject 2: Regarding the above question, how do i reference those dates that I've checked the checkbox next to, to put into another table?


PLEASE HELP!
 
Sounds like a job for the multi-select list box. Lots of posts here in the archives pertaining to those.
 

Users who are viewing this thread

Back
Top Bottom