Use VBA to ask for word inputs to create a search query in SQL

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

Guest

Hi,
Big Ask.
I would like to use VBA to open input boxes so that a word selection can be
chosen, then another input box to ask for a search word then create a query
that searchs a tables field and returns a result of the likely records.
Please guide me in the right direction for this.
 
If you are looking for an example of how to create a search form where the
user can enter any combination of optional criteria, see:
Search Criteria
at:
http://allenbrowne.com/ser-62.html

You will need to be familiar with VBA, but the article includes a sample
database to download to see how it works.
 
Back
Top