Selecting records that start with two asterisks and a spacebar

  • Thread starter Thread starter Morris
  • Start date Start date
M

Morris

Hi!

I'm trying to show only the text fields which start with "** " - how
should I 'escape' the asterisks and the spacebar?
 
Morris said:
Hi!

I'm trying to show only the text fields which start with "** " - how
should I 'escape' the asterisks and the spacebar?

yup, LIKE "[*][*] *" works :)

cheers
 
Add a field in the design grid like this --
JustChecking: Left([YourField],3)
Use this as criteria --
"** "
 

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

Back
Top