Populating combo lists dependent on values entered in other fields

Andy78

New member
Local time
Today, 19:27
Joined
Jan 17, 2007
Messages
1
Does anybody know how to populate the values in a combo box depending on what value has been entered in another field?

For example, if you enter the name of department in a field and then went to another field where you could choose the staff names from a combo box, how would you limit it so it only looked at the staff from that particular department rather than the whole company?

I'm sure some IF..THEN statement can be carried out for this but not quite sure where and how.
 
Search here on "cascading" combo boxes, which is what you want.
 

Users who are viewing this thread

Back
Top Bottom