Hi there
Is there a way to search through specified fields in a Table?
I have a table which has a few records inside with the following fields:
[ID, Software, Fix]
I have a Form setup which needs to act as a search form. You enter the search criteria into one field and then you specify via a dropdown box, which field in the table you want to search through. You then press the search button to bring up the results based on which field you chose to search through (and the criteria you entered).
So say you want to search for "Microsoft Word" in the field "Software", how would you go about doing this?
Is there a way to search through specified fields in a Table?
I have a table which has a few records inside with the following fields:
[ID, Software, Fix]
I have a Form setup which needs to act as a search form. You enter the search criteria into one field and then you specify via a dropdown box, which field in the table you want to search through. You then press the search button to bring up the results based on which field you chose to search through (and the criteria you entered).
So say you want to search for "Microsoft Word" in the field "Software", how would you go about doing this?