Is it possible to create a parameter form?

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

Guest

I am trying to create a form that will prompt the user a question - just like
a parameter query. However, I cannot build the form from a parameter query
because I need the form to update the initial tables involved. Is there a way
to do this? Or is my thought process wrong, and you the data in the tables
will be updated?

Thank you-
 
You can build an unbound form and pull the data from that form to run a
query. I don't know what you mean by, "I need the form to update the
initial tables involved".

Please explain exactly what you are trying to do.

Pulling a query using a parameter, and updating a table from a form's data
are two entirely different things.
 
Back
Top