Form data passed to query

  • Thread starter Thread starter Tom Jones
  • Start date Start date
T

Tom Jones

How do I pass the data that I enter in a form to a query? Specifically
I'm looking at case 2 below.

Questions on building this query are in microsoft.public.access.queries,
in the thread If/then queries & wildcards.

I would like to use the same form to view, modify and search for data.

Thus, if I'm looking at an empty form:
* if I enter information and click "save", it adds a record.
* if I enter information and click "query", it passes that information
to my query and displays the results (in that same form).

Many thanks.
 
Back
Top