Hello. I am trying to build a query that will pull records based on a field that contains the following text. "graduate, undergraduate, vocational/occupational, highschool, master, postgraduate"
I toyed with the LIKE instruction in the criteria line using wild cards but I cannot seem to get it right. When I created an input parameter query and searched for undergraduate it would also return graduate and postgraduate.
Basically I would like the user to select their preferred text and then pull the records out this query that contain only the text they select.
Other possible text in this field could be:
"graduate, postgraduate"
"undergraduate, master, graduate"
. . .and many other combinations of degrees.
This is for a scholarship database. You can see that I am trying to isolate only certain types of degrees through this field. The field just lists all possible degree combinations separated by a comma.
Any input or advice would be very helpful.
Thank you in advance,
tstark02
I toyed with the LIKE instruction in the criteria line using wild cards but I cannot seem to get it right. When I created an input parameter query and searched for undergraduate it would also return graduate and postgraduate.
Basically I would like the user to select their preferred text and then pull the records out this query that contain only the text they select.
Other possible text in this field could be:
"graduate, postgraduate"
"undergraduate, master, graduate"
. . .and many other combinations of degrees.
This is for a scholarship database. You can see that I am trying to isolate only certain types of degrees through this field. The field just lists all possible degree combinations separated by a comma.
Any input or advice would be very helpful.
Thank you in advance,
tstark02