Okay I set up a form whose record source is a query. When the participant attempts to open the form they are asked to produce their ID. This was done when creating the query. Under the column Participant ID, I put the statement "Please enter the last three digits of your participant ID" under the criteria row. When the form loads, they see their record and participant ID. They cannot close the form until they have answered all the questions and cannot access anyone elses record (I have removed record selectors, close button, navigation buttons etc) or change their ID number (this field is locked)
Right now if I put in a fake number or I dont put in any number at all the form still opens as 000 (the ID is 3 digits). How do I ensure that the participant is forced to put in the number and that the ID is present in the table at least? i.e. that there is a participant with that number in our system?
Right now if I put in a fake number or I dont put in any number at all the form still opens as 000 (the ID is 3 digits). How do I ensure that the participant is forced to put in the number and that the ID is present in the table at least? i.e. that there is a participant with that number in our system?