Finding a ?

D

David W. Owens

In Access, on a QBE Grid, what can i put in Critera in order to find a
Question Mark in a text field. The question mark is not the only thing in
the field. ex. Doe ?

[email protected]
 
J

John Spencer

Try

Like "*[?]*"

That should find any record that has a question mark somewhere in the field.



'====================================================
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
'====================================================
 
Top