query I did not explaine correctly

D

Dawn

I am using a query to find records, I need to find one
field but within the field of Nations I need to only find
the ones that start with A or S and nothing else. I am
not correctly entering the information to find this out
Please help.
thank you
Dawn
 
K

Ken Snell

Put a criterion expression similar to this in the query for the field
Nations:

Like "[as]*"
 
Top