I have a databse built to use as a survey tool. The survey is to remain annoymous so I have built an ID table with some random id numbers that will be distributed in envelopes. I have tables built on areas and in those tables I have the various questions and ratings built in.
I have a query built to prompt the user for their user code. I have done this to eliminate them looking at other users entries and being influenced by the way someone else has answered.
I have 22 predetermined user id's. When a user is prompted to enter the user id I want the system to validate that user id before taking them into the form. If the user id does not exist in the table I would like an error message returned. How do I accomplish this?
Thanks
I have a query built to prompt the user for their user code. I have done this to eliminate them looking at other users entries and being influenced by the way someone else has answered.
I have 22 predetermined user id's. When a user is prompted to enter the user id I want the system to validate that user id before taking them into the form. If the user id does not exist in the table I would like an error message returned. How do I accomplish this?
Thanks