Search Functionality

M

mghareeb

Hello,

Is there any way to set up the ability to do a search on the contents of the
entire database or at least the contents of an entire table or form rather
than one individual field? Is this possible?

Thanks.
 
S

S.Clark

A query can be created to find data in multiple fields at the same time. The
tricky part is knowing when to use an OR, instead of an AND, or an Outer
Join, instead of any inner join. Spend some time with a few books on writing
queries, and you'll get the hang of it rather quickly.
 

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