R
Ricoy-Chicago
The school I worked at wants me to create an application so student can fill
school surveys in the computer.
Using Acees 2000, F/E, B/E files tables, forms queries etc. I have
everything ready except for one thing:
I have a "splash" screen where the student will type his/her student ID
(this is type in a text box), then he/she clicks in a command button to start
the survey. The command button should check that if it is a valid ID then
the survey screen should be displayed if not a message box will be displayed.
I have a table with the Student ID and student's personal info.
I have no problem creating any of this my problem is:
How can I check if the Student ID is a valid one?
For example if the student types: 1000 and that ID is not in the table then
it is an invalid ID.
Thank you for your help...
school surveys in the computer.
Using Acees 2000, F/E, B/E files tables, forms queries etc. I have
everything ready except for one thing:
I have a "splash" screen where the student will type his/her student ID
(this is type in a text box), then he/she clicks in a command button to start
the survey. The command button should check that if it is a valid ID then
the survey screen should be displayed if not a message box will be displayed.
I have a table with the Student ID and student's personal info.
I have no problem creating any of this my problem is:
How can I check if the Student ID is a valid one?
For example if the student types: 1000 and that ID is not in the table then
it is an invalid ID.
Thank you for your help...