Hello again. Need some help with a search form that I've created. The form has several controls like name, state, city, etc. which the user fills in to search a table.
As it is, only one name, state, and city, etc. can be searched at a time. Is it possible to bring up a listbox, on the state control's down click event, that contains all of the state codes so that the user can then select one or more states to search? If it can be done, could some sample code be given? Thanks.
As it is, only one name, state, and city, etc. can be searched at a time. Is it possible to bring up a listbox, on the state control's down click event, that contains all of the state codes so that the user can then select one or more states to search? If it can be done, could some sample code be given? Thanks.