This is a tough one. I have a database consisting of multiple clients whose specific details are viewable upon selecting one client from a List Box. The details consist of specific categories, each of which makes up a subform. I want to be able to perform a search based upon key words typed into a search box that will filter the List Box to show only those clients that meet the criteria and allow for selection of only those clients. Upon completing the search and viewing any clients desired, I would need to be able to refresh the List Box to show all clients again.
To complicate things, some of the key words that may need to be queried are listed on a check box shown with all clients and the query results should only show those clients where the box is checked as True. Other key words are not listed on the check box but simply populate a field in one of the subforms.
To complicate things, some of the key words that may need to be queried are listed on a check box shown with all clients and the query results should only show those clients where the box is checked as True. Other key words are not listed on the check box but simply populate a field in one of the subforms.