My database is a registration system for free tours but with limited seats available. On the registration form, I have a textbox field that a Tour Code (unique) is enter by the user. The Tour Code is something like C0615-1 (text type). Once the user enters in all of the personal information that is necessary to register, he/she will hit the Submit button. When the Submit button is clicked, I would like the VisitorID (unique)textbox field to automatically display the Tour Code plus increment by 1 (number). I have to increment by 1 to keep track of the number of visitors. How do I get the VisitorID to display automatically?
This database is going to be intranet/internet enabled using Frontpage as an interface. Will this affect the database in any way? I would appreciate any help/suggestions.
This database is going to be intranet/internet enabled using Frontpage as an interface. Will this affect the database in any way? I would appreciate any help/suggestions.