Im making a student database that holds information about students and the modules they are taking.
On my student entry form I wish to have a button that will read the current student number shown on screen and place it in my query to make their timetable? I understand that this can be done through VBA but I dont have a clue where to start?
In my query I have done this:
WHERE (((tblLink.StudentNo)=[Enter Student Code]));
I have made it so that when the report is clicked it asks for the student number in an input box.
Any ideas?
Thanks very much in advance
Ean
On my student entry form I wish to have a button that will read the current student number shown on screen and place it in my query to make their timetable? I understand that this can be done through VBA but I dont have a clue where to start?
In my query I have done this:
WHERE (((tblLink.StudentNo)=[Enter Student Code]));
I have made it so that when the report is clicked it asks for the student number in an input box.
Any ideas?
Thanks very much in advance
Ean