N
NatKaa
Guest
I have a table with one column (Gender/Age). Within this column there are 4 types of results: male child, female child, male adult, female adult. They can be use in various combinations, eg. [Male Child] or [Female Child, Male Child, Female Adult] all together.
What I would like to do is have a query select rows based on a specific data eg. all rows with [Male Child] in it. The data is coming from form so I tried 'Like "*[...]![...]![...]*" ' however this did not work.
How can I create a query which will look at each field and select the ones with the specific phrase in it.
What I would like to do is have a query select rows based on a specific data eg. all rows with [Male Child] in it. The data is coming from form so I tried 'Like "*[...]![...]![...]*" ' however this did not work.
How can I create a query which will look at each field and select the ones with the specific phrase in it.