Hello all. I have a one table that has my different fields in it. What I want to do is make a query that will search those fields depending on what is selected in the combobox.
For instance, if I want to search my data for serial numbers my query will chose the serial field if that's what the combo box is set for and then ask for an input to search against that field.
Right now I have the combobox displaying my fields, but I cannot get a query to work based on the content of the combobox.