Is there a way to populate a combo box with a list of fields from a table or query? My purpose in doing this is to allow a user to select a field to search.
Also, does anyone have any advice as to the best way to make it so a user can select multiple search criteria? My plan was to just make 5 combo boxes as mentioned above, so people can run searches based on up to 5 criteria. However, I would like to make it so they can use any of the boolean operators in their search. I'm not sure on the best way to go about doing this. Any ideas?
Thanks!
Also, does anyone have any advice as to the best way to make it so a user can select multiple search criteria? My plan was to just make 5 combo boxes as mentioned above, so people can run searches based on up to 5 criteria. However, I would like to make it so they can use any of the boolean operators in their search. I'm not sure on the best way to go about doing this. Any ideas?
Thanks!
Comment