Hi,
I am building myself a little Access Database to keep track of Customers calls and i stumble into a problem i cannot resolve.
I have a table of customers that have CustomerName and CustomerCode on it.
I also have a table named CustomerCalls.
What i want is to be able in my CustomerCalls Form to select either the CustomerCode or the CustomerName and all related info appear ( addresse, tel etc.)
I can do it if i have only one combobox but the problem is I want to be capable of selecting either one of them and all info appear. If i select the CustomerCode, i want the CustomerName also automatically completed and if i select CustomerName i want the CustomerCode automatically completed too.
This is because some customers know their Customers Code and some don't so i want to be able to select from either one of those criteria and all related info auto-complete on the form.
Hope i've been clear enough.
Thank you in advance,
I am building myself a little Access Database to keep track of Customers calls and i stumble into a problem i cannot resolve.
I have a table of customers that have CustomerName and CustomerCode on it.
I also have a table named CustomerCalls.
What i want is to be able in my CustomerCalls Form to select either the CustomerCode or the CustomerName and all related info appear ( addresse, tel etc.)
I can do it if i have only one combobox but the problem is I want to be capable of selecting either one of them and all info appear. If i select the CustomerCode, i want the CustomerName also automatically completed and if i select CustomerName i want the CustomerCode automatically completed too.
This is because some customers know their Customers Code and some don't so i want to be able to select from either one of those criteria and all related info auto-complete on the form.
Hope i've been clear enough.
Thank you in advance,