visual basic command for start of field search

  • Thread starter Gary L. Steward
  • Start date
G

Gary L. Steward

What is the syntax for a command in visual basic for a start of field search?
 
J

John Spencer

VBA can use like and wildcards to match items

IF Something Like "AB*" Then

If you are trying to search records in SQL then the syntax is similar.

If that little bit does not help you, please describe your problem a bit more
fully. What are you attempting to accomplish? Where?

John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
 

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

Top