Hi, I hope I can explain this properly.
I have a switchboard page for searching records in my database, and on this page, there are several selections for searching, such as: By Committee, By Cost Centre, By Status, etc. When the user selects any of these options, I want the related table values to appear in a list box that is also on the same switchboard page. So for Committee, I want the list box to display the value of the Committee table that I have previously created, which has 35 committees available. However, I would like the list box to remain blank until the user selects the search criteria, which they would do by clicking on a command button. Then I want the list box to populate the values.
Can this be done, and if yes, how would I do it?
Any help would be greatly appreciated. Thanks in advance!
G