My form is based on a query. The query pulls first name and last name from table 1 and the rest of the fields from table 2.
The form has 3 combo boxes at the top: one for the first name, one for the last name, and one for an ID number. The bottom has text boxes with fields from table 2. When I select from any one of these 3 combo boxes, it pulls up all data from table 2 except for the data in the combo boxes.
For example, if I select an id, the bottom text boxes are populated but first name and last name remain blank. If I consequently select a first name, the id remains the same and the last name remains blank while the bottom text boxes are appropriately populated.
I want all boxes to be populated with the appropriate values.
The form has 3 combo boxes at the top: one for the first name, one for the last name, and one for an ID number. The bottom has text boxes with fields from table 2. When I select from any one of these 3 combo boxes, it pulls up all data from table 2 except for the data in the combo boxes.
For example, if I select an id, the bottom text boxes are populated but first name and last name remain blank. If I consequently select a first name, the id remains the same and the last name remains blank while the bottom text boxes are appropriately populated.
I want all boxes to be populated with the appropriate values.