I have a form with a combobox (Customer) that controls info in 3 text boxes (address, city ect)
I added another combobox (company) above the first and want this to control the same textboxes
all info is in same (table) and same source row (query).
I would like:
If user picks company it pulls all info: ie: customer, address ect
If customer pulls all info: ie: Company, address ect
How would I do This?
Vince
I added another combobox (company) above the first and want this to control the same textboxes
all info is in same (table) and same source row (query).
I would like:
If user picks company it pulls all info: ie: customer, address ect
If customer pulls all info: ie: Company, address ect
How would I do This?
Vince