Hi all,
Access newbie here
I have a database/form that contains a list of papers on drug information, with columns such as Indication, Patient Population, Study type, Category, etc.. I have a Category Combo Box that allows me to choose the type of "drug category" it is and a text box to enter a keyword and a search button to search the key word that is contained within any of the columns mentioned above AND also search within the category combo box (they are linked). However, I want to add check boxes that will allow me to be more specific with what my keyword search searches up such that I click the box of choice, and that would be linked and apply to the search box AND/OR combo box so it would further specify my form results. Notably, I want the checkboxes to be able to search any column that is exactly or contains (using wildcard LIKE) the name of the check box (i.e Drug A, Drug B, ..., and/or etc)
Below, Drug B and D check boxes are checked off in which I will search within those two.
Any help would deeply be appreciated.
Thanks