Filter asterisks from a field

D

Dimitris

Hello, I have a field in a table in which there are asterisks (*) entered in
some data. How can I filter those records in which asterisks are entered?
For example there might be an entry (John*Smith) I need to find all these
entries with asterisks.

Can someone help me?

Thank you
Dimitris
 
K

Krzysztof Naworyta

Dimitris wrote:
| Hello, I have a field in a table in which there are asterisks (*)
| entered in some data. How can I filter those records in which
| asterisks are entered? For example there might be an entry
| (John*Smith) I need to find all these entries with asterisks.
|
| Can someone help me?

(...)
WHERE Field1 Like "*[*]*"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top