how do i use a form to provide parameters for a query?

  • Thread starter Thread starter ET
  • Start date Start date
E

ET

I'm trying to use a FORM (wth a Combo Box) to provide the parameters for a
Query. I tried using the MICROSOFT help but that didn't work.
 
If the search form is named frmParam, and it has a text box named LastName,
set the criteria for the LastName field in the query to:
Forms!frmParam!LastName

The form needs to be opened before the query.

If you need further information, please provide greater detail. For
instance, what didn't work?
 
Back
Top