'Find' Dialog

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

Hi

I would like to set the default of the 'Find' Dialog to 'Match any part of
field'

Is that possible and how?

Thank you,
Samuel
 
Creating a query with a wild card search (Like)


Select * From TableName Where FieldName Like "*" & [Please enter text] & "*"

Running this query the user will be prompt to enter [Please enter text] and
the resault will display all the records that has this value any where in the
string
 

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