Hi,
I'm creating a database with 4 options - Deferrals, Extension, Year Out, Subject Change. Each one is a table / form with details of students who fall into that particular category. Each form has the following fields in common: First Name, Last Name, ID, Category (D, E, YO or SC). A student could possible be entered in more than one category. Each table has the Student ID as the (only) primary key (is this good practise?)
The database is pretty straightforward but I'm stuck on this: I want to create a button on the entry screen that allows users to enter a student ID number. If the ID number exists on any one of the forms, the query will display the details: First Name, Last Name, ID and Category. Is a parameter query the best way to do this? I'm not an sql user (yet!) so my solution has to be low-tech. Thanks for any assitance.
I'm creating a database with 4 options - Deferrals, Extension, Year Out, Subject Change. Each one is a table / form with details of students who fall into that particular category. Each form has the following fields in common: First Name, Last Name, ID, Category (D, E, YO or SC). A student could possible be entered in more than one category. Each table has the Student ID as the (only) primary key (is this good practise?)
The database is pretty straightforward but I'm stuck on this: I want to create a button on the entry screen that allows users to enter a student ID number. If the ID number exists on any one of the forms, the query will display the details: First Name, Last Name, ID and Category. Is a parameter query the best way to do this? I'm not an sql user (yet!) so my solution has to be low-tech. Thanks for any assitance.