G
Guest
I have two tables (Students, Fluoride) which both have an ID key and they are
related through that field.
The form I am trying to create has fields from both of those tables:
used the wizard to select ID, FirstName, LastName, and Homeroom from the
Students table and the Fluoride field from the Fluoride table.
I can display the data for each student correctly through the form.
I am now trying to add a combo box that will allow me to call up a specific
student by ID#. In other forms I have been able to do this, but not on this
one. I suspect because I am drawing data from multiple tables that is why I
am unable to do this the same way.
Looking through the one book I have and searching has been futile. I
suspect I do not have the correct terms to search for.
Can someone direct me to what I should be doing to be able to "look up" a
student in such a form?
Thank you.
related through that field.
The form I am trying to create has fields from both of those tables:
used the wizard to select ID, FirstName, LastName, and Homeroom from the
Students table and the Fluoride field from the Fluoride table.
I can display the data for each student correctly through the form.
I am now trying to add a combo box that will allow me to call up a specific
student by ID#. In other forms I have been able to do this, but not on this
one. I suspect because I am drawing data from multiple tables that is why I
am unable to do this the same way.
Looking through the one book I have and searching has been futile. I
suspect I do not have the correct terms to search for.
Can someone direct me to what I should be doing to be able to "look up" a
student in such a form?
Thank you.