Access 2007 expressions

  • Thread starter Thread starter ralphz
  • Start date Start date
R

ralphz

I have previously used expression; Like "*" & [Find What] & "*" in the
criteria field of a query to return records for a keyword search. Worked
fine in 2003 version but not 2007. Any suggestions for an alternative
expression that works in 2007 would be most welcomed?
 
It depends on how you're using the query.

Try changing to

Like "%" & [Find What] & "%"

and if that doesn't work, tell us how you're using it.
 

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