Form to run query

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

Guest

Is it possible to create a form that would fill the criteria to run a query?
Boy, that was a mouth full.
I have a query that will sort by Name and EvalDate. I want the user to be
able to enter the Name and EvalDate on a form and then press a button to run
the report.
Is this even remotely possible? This is a bit over my head, but I am willing
to have a go at it.
--RT
 
Define your query parameters as Forms!FormName![Control_Name] and
Forms!FormName![Control_EvalDate].
 
Back
Top