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.
 
Top