I am trying to design an on-line form for an upcoming seminar. The seminar will be held on three different days with a maximum number of attendees of 25 per session. I want to create a form for those wanting to attend. What I want to do is when a user submits a registration, a query will run that subtracts from the number of available spots. For example, I will have a table that will have only two fields: SeminarDate and AvailableSpots. The SeminarDate field will be populated with the three dates and the AvailableSpots will have an initial value of 25 for each date. What do I need to do to make it so the AvailableSpots field decreases by one each time someone signs up?
Also, how do I do just the opposite? I want to have a second form for anyone who changes their mind and decides not to attend. How would I increase by one the value in the AvailableSpots field when this form is submitted?
-Duane-
Also, how do I do just the opposite? I want to have a second form for anyone who changes their mind and decides not to attend. How would I increase by one the value in the AvailableSpots field when this form is submitted?
-Duane-
Last edited: