Subject Multiple IB_LookupCombo's
Author Terry Black
Hi, creating an application which lets you build your own query.
e.g Show me the records where the suburb is Mosman, Chatswood, Hornsby etc. I have multiple IB_LookupCombos all using the one IBO_Query dataset. Selecting from the IB_LookupCombo I can place the OnClick event IB_LookupCombo1.Text into a variable.

If I select Avalon on one IB_LookupCombo then all the other LookupCombos also select Avalon.
Do I have to have a separate IB_Query for each IB_LookupCombo or is there another way?

Terry