I have built a database where other users will be entering the data. The data entry form has a subform with data from another table. The main form is a constant (customer information) but the subform is for each transaction being recorded.
I want to be able to create a record search and edit function from the switchbox that filters by the customer id number then populates the data in both forms using a the design of the data entry form. I want to make this user friendly. I don't want to use a combo box because the database is going to be too big.
Any suggestions on the easiest way to do this?
I want to be able to create a record search and edit function from the switchbox that filters by the customer id number then populates the data in both forms using a the design of the data entry form. I want to make this user friendly. I don't want to use a combo box because the database is going to be too big.
Any suggestions on the easiest way to do this?