johnyjassi
Registered User.
- Local time
- Today, 02:31
- Joined
- Jun 6, 2008
- Messages
- 64
Hi Experts!
I have two combo boxes on my form, where in one it should be the company's name and in another one it should show the names of all the contact person's name in that company, like company name is one and contact name in that company could be 5. I is retrieving the value from one table. Each company name has a unique id(PK). I created a select query for first combo to retrieve the value(distinct) of company name, what should i do with the second one so it should show the contact names of company picked from first combo. Any help will be appreciated.
Thanks!
I have two combo boxes on my form, where in one it should be the company's name and in another one it should show the names of all the contact person's name in that company, like company name is one and contact name in that company could be 5. I is retrieving the value from one table. Each company name has a unique id(PK). I created a select query for first combo to retrieve the value(distinct) of company name, what should i do with the second one so it should show the contact names of company picked from first combo. Any help will be appreciated.
Thanks!