Query an @ sign

  • Thread starter Thread starter Guest
  • Start date Start date
How can I query an @ sign that's in a data base?

Enclose the "@" in square brackets. If you are looking for a record where a
field *contains* an "@", then this is how the field's criteria would look in the
query builder grid:

Like "*[@]*"
 
How can I query an @ sign that's in a data base?
Enclose the "@" in square brackets. If you are looking for a record where a
field *contains* an "@", then this is how the field's criteria would look in the
query builder grid:

Like "*[@]*"

Ummm ... the brackets are not needed with the "@" character. My bad.
 
Back
Top