Filter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have set up a filter as follows:

strWhere = strWhere & "([FirstName] = '" & _
Me.FirstName & "')

DoCmd.OpenForm "AgencyInfo", , , strWhere

This allows me, for example, if the name entered in FirstName is Kimberly to
filter for all Kimberlys. Is there a way to do a fiter not for an exact value
but for an includes value. Therefore if the name entered in FirstName was
Kim, Kimberly would still show up in the filtered values? Thanks!
 

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