G
Guest
I have a parameter query that gets user input, and then displays the query
result in a Form. The Query selects and combines data from multiple tables
onto the Form. This is a read only form, since it is not displaying the
actual fields from the data base.
If the user needs to change something, I have an "Edit This" command button
that opens the specific data element in a new form which is based on the
original table.
When the user makes a change and closes the "Edit This" form, the new data
is not reflected in the original query form. I know that the original form
needs to requery, but I am not sure how to do that without the user having to
enter the original parameter again.
How do I get that original form, to rerun the query without having the user
reenter the original parameter?
Thanks,
Steve
result in a Form. The Query selects and combines data from multiple tables
onto the Form. This is a read only form, since it is not displaying the
actual fields from the data base.
If the user needs to change something, I have an "Edit This" command button
that opens the specific data element in a new form which is based on the
original table.
When the user makes a change and closes the "Edit This" form, the new data
is not reflected in the original query form. I know that the original form
needs to requery, but I am not sure how to do that without the user having to
enter the original parameter again.
How do I get that original form, to rerun the query without having the user
reenter the original parameter?
Thanks,
Steve