I have read a bunch of different posts about this subject, but I don't know how to get my solution started.
I have a Request_Info table which stores information different requests, such as date, name, type, etc. I have made a form with all of the fields added.
I would like to have a combo box with all of the different fields from the table as values for the list, then a text box where someone can enter the filter criteria. This would mean if someone would want to see all records on a certain date, they would select "date" field from the combo box, then enter the date in the text box. Then, a button click would apply a filter so the user can only see the records with that specific date. I know this can be done, but I'm not sure how. Any help would be greatly appreciated. Thank you.
-Joe
I have a Request_Info table which stores information different requests, such as date, name, type, etc. I have made a form with all of the fields added.
I would like to have a combo box with all of the different fields from the table as values for the list, then a text box where someone can enter the filter criteria. This would mean if someone would want to see all records on a certain date, they would select "date" field from the combo box, then enter the date in the text box. Then, a button click would apply a filter so the user can only see the records with that specific date. I know this can be done, but I'm not sure how. Any help would be greatly appreciated. Thank you.
-Joe