Queries?

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I have been trying to develop a search box, I am not sure
if it is queries I am to use. Ive tried using wizard and
it frankly doesnt help.. as it shows the whole database
what can I do? please help.
 
I have been trying to develop a search box, I am not sure
if it is queries I am to use. Ive tried using wizard and
it frankly doesnt help.. as it shows the whole database
what can I do? please help.

Yes, you'll need a Query. If by "search box" you mean a textbox (named
perhaps txtFindThis) on a Form (named frmCrit), you would create a
Query with a criterion

=[Forms]![frmCrit]![txtFindThis]

If that's not what you're trying to do, please explain what you *do*
want.
 
Back
Top