Hi,
I am trying to construct a universal equipment log for a school and their sports teams. I am having difficulty with a form handling data from two tables - essentially a #Name? error. One table holds the item descriptions for a particular team. Like:
field: equipment_item_1 value: shirt
field: equipment_item_2 value: shorts
Then there is another table that holds the records of individual students to identify what equipment they have checked out. But this holds more info - like item size, style/color, and whether they have the item (true/false).
I am trying to make the form that will handle the data entry portion for each student. This form needs to display the item description from the equipment_description table and then the info from the individual_student table.
I am having difficulty when I try to apply the other table as the control source for the data that is found outside of the table that the form is based on. I am not sure it is possible, but it seems possible to incorporate because I can use the BUILDER feature to navigate over to the data I am trying to display. However, I get the #Name? error when I try to actually view my new form. Any tips would be greatly appreciated, I know this is simple and I am missing something.
The syntax I have now in that data control box is:
=equipment_desriptions!equipment_item_1
I am trying to construct a universal equipment log for a school and their sports teams. I am having difficulty with a form handling data from two tables - essentially a #Name? error. One table holds the item descriptions for a particular team. Like:
field: equipment_item_1 value: shirt
field: equipment_item_2 value: shorts
Then there is another table that holds the records of individual students to identify what equipment they have checked out. But this holds more info - like item size, style/color, and whether they have the item (true/false).
I am trying to make the form that will handle the data entry portion for each student. This form needs to display the item description from the equipment_description table and then the info from the individual_student table.
I am having difficulty when I try to apply the other table as the control source for the data that is found outside of the table that the form is based on. I am not sure it is possible, but it seems possible to incorporate because I can use the BUILDER feature to navigate over to the data I am trying to display. However, I get the #Name? error when I try to actually view my new form. Any tips would be greatly appreciated, I know this is simple and I am missing something.
The syntax I have now in that data control box is:
=equipment_desriptions!equipment_item_1