Like Operator

  • Thread starter Thread starter vanessa
  • Start date Start date
V

vanessa

I would like to use the like operator in the following
sql statement:

strsql = strsql + "WHERE fldfrom = " & Chr$(34) & Me!
txtfind & Chr$(34)

You see right now users have to fill in the exact string
value for the field fldfrom to find a matching record.
How can this be done?

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