Here is what I want to do:
Table 1 is a list of Sites (Site Name, Description, Address information). I have already successfully created a form that can be used to add additional sites to this table.
Table 2 is a list of Locations within the sites. I want to have a form, "Add a location", that will have a combo box that lists all the Site Names from table 1 and a text box to enter a room name. On this form is an add button that I want to add the selected site name and combo box to table 2.
The part where I get stuck is when I click the add button it does not add the data to a new record. It just keeps updating and changing the first record in table 2. Is what I want to do possible?
Table 1 is a list of Sites (Site Name, Description, Address information). I have already successfully created a form that can be used to add additional sites to this table.
Table 2 is a list of Locations within the sites. I want to have a form, "Add a location", that will have a combo box that lists all the Site Names from table 1 and a text box to enter a room name. On this form is an add button that I want to add the selected site name and combo box to table 2.
The part where I get stuck is when I click the add button it does not add the data to a new record. It just keeps updating and changing the first record in table 2. Is what I want to do possible?