Hi there.
I have a problem regarding the development of my database. I need to limit a combo box's options according to what was selected in a different combo box.
____
- Details
> One client has many representatives,
> Combo_box1 (which contains the client name) must limit combo_box2 (which is a list of client representatives) when a client name is selected in combo_box1.
- Example
There are two client representatives: M. Davidson, and T. Simions. Davidson works for Fairwind (his client), and Simions works for Tital (his client).
Combo_box1 contains a list of clients. Combo_box2 contains a list of representatives. While Combo_box1 is empty, every client representative is in the list (ie. Davidson & Simions). If Combo_box1 has Fairwind entered in it, combo_box2 is updated to contain only those who work for Fairwind (ie. only Davidson, not Simions).
____
Could I have some help in getting this to work? I would be very grateful.
Thanks in advance.