Autopopulate???

pablotx

Registered User.
Local time
Today, 05:07
Joined
Feb 20, 2003
Messages
79
Got a problem I can't figure out. I will try and explain in my newbie language.

I have a list of companies and a very long list of employees who work in those companies. On my form, would want the user to be able to select a company from a combo box. Afterwards, I would want another combo box be populated with only the employees from the selected company so that they could select the employee without scrolling down for an hour....
How can I make this happen?
 
That'd be a cascading comboboxes. Assuming your db is normalized, you can read it here
 
Search this forum on "Cascading combo".
 

Users who are viewing this thread

Back
Top Bottom