D
dhoover via AccessMonster.com
I have two tables in my database: Customers and Contracts. The Contracts
table is linked back to the Customer table using CustomerID. Each customer
could have more than one contract so a customer may be listed multiple times
in the Contracts table.
I need a form in which I can select a customer name from a combo box (I need
the customer name to only appear once) and then be able to select from a list
of Contract Numbers that correspond with that particular Customer from a
second combo box and then prefill the rest of the form with the information
pertaining to the selected contract.
What is the best way to do this? I am not a programmer, I have already
looked up cascading combo boxes and the explanations are too complicated
table is linked back to the Customer table using CustomerID. Each customer
could have more than one contract so a customer may be listed multiple times
in the Contracts table.
I need a form in which I can select a customer name from a combo box (I need
the customer name to only appear once) and then be able to select from a list
of Contract Numbers that correspond with that particular Customer from a
second combo box and then prefill the rest of the form with the information
pertaining to the selected contract.
What is the best way to do this? I am not a programmer, I have already
looked up cascading combo boxes and the explanations are too complicated