P
piscogirl
How to explain this... perhaps if I fully understood, I wouldn't be
having the problem in the first place.
I'm setting up a database to register students for an after-school
course.
The primary tables are for Events and Students, and then I have some
secondary tables for locations, instructor info, institution info, etc.
Now I'm trying to set up the actual record of attendance.
I've got it as a subform on the Events table, so that we can easily
take a pile of registration forms or a sign-in sheet and add the names
in datasheet view. For the table underlying the subform, I'm trying to
get it so that rather than typing in the names individually, and risk
either a) typos or b) entering people who aren't in the system yet,
there is a drop down on Last Name, and then First Name.
The Last Name will contain a list of all the students, so that the user
can either start typing the name and let it auto-complete, or actually
use the dropdown. Then, the first name field only contains a list of
the first names that are available for that last name. Finally, the
Institution field (since the Students are coming from different Public
Schools) will only show choices available for that First/Last name
combo.
Here are the problems I'm having.
1 - Even though the Last Name has already been entered into the table,
the first time I add a record it prompts me to enter it manually. Once
the Last Name is entered, the First Name comes up as planned.
2 - Once I enter one record, I'm no longer prompted for a Last Name.
Instead, I'm given a drop down with only one choice - the name of the
person I entered for the first record.
Any ideas of how I can clean this up?
Thanks,
Melissa
having the problem in the first place.
I'm setting up a database to register students for an after-school
course.
The primary tables are for Events and Students, and then I have some
secondary tables for locations, instructor info, institution info, etc.
Now I'm trying to set up the actual record of attendance.
I've got it as a subform on the Events table, so that we can easily
take a pile of registration forms or a sign-in sheet and add the names
in datasheet view. For the table underlying the subform, I'm trying to
get it so that rather than typing in the names individually, and risk
either a) typos or b) entering people who aren't in the system yet,
there is a drop down on Last Name, and then First Name.
The Last Name will contain a list of all the students, so that the user
can either start typing the name and let it auto-complete, or actually
use the dropdown. Then, the first name field only contains a list of
the first names that are available for that last name. Finally, the
Institution field (since the Students are coming from different Public
Schools) will only show choices available for that First/Last name
combo.
Here are the problems I'm having.
1 - Even though the Last Name has already been entered into the table,
the first time I add a record it prompts me to enter it manually. Once
the Last Name is entered, the First Name comes up as planned.
2 - Once I enter one record, I'm no longer prompted for a Last Name.
Instead, I'm given a drop down with only one choice - the name of the
person I entered for the first record.
Any ideas of how I can clean this up?
Thanks,
Melissa