J
JeffBuzz
Hello All,
Is it possible to Refresh a Continuous Form without Requerying the
entire data set?
Here is what I am trying to do, I have a form that displays records in
a Continuous form. The data source is an existing query that joins a
few different tables. It takes a while to run (20 seconds or so)
because one of the tables has a lot of records in it.
The form allows the user to double click one of the rows and opens a
new form where the user can edit a few of the fields. The fields in
the seconds form are not bound to anything. I am manually updating a
table using SQL and the values of the form fields. The table that gets
updated is NOT the large table from the original query.
After the user closes the second form, I would like to REFRESH the
continous form to see the changes I just made to the current selected
record. I do not want to Requery because that will run the whole query
over and it takes too long to run (although it does have the desired
effect). Is there anyway to just update the current form fields with
the changes I just made? Isn't that what the Form.Refresh method is
for?
Is Form.Refresh not working because my original data source is a query
and thus not updatable? Any other ideas? Thanks for your help.
Jeff
Is it possible to Refresh a Continuous Form without Requerying the
entire data set?
Here is what I am trying to do, I have a form that displays records in
a Continuous form. The data source is an existing query that joins a
few different tables. It takes a while to run (20 seconds or so)
because one of the tables has a lot of records in it.
The form allows the user to double click one of the rows and opens a
new form where the user can edit a few of the fields. The fields in
the seconds form are not bound to anything. I am manually updating a
table using SQL and the values of the form fields. The table that gets
updated is NOT the large table from the original query.
After the user closes the second form, I would like to REFRESH the
continous form to see the changes I just made to the current selected
record. I do not want to Requery because that will run the whole query
over and it takes too long to run (although it does have the desired
effect). Is there anyway to just update the current form fields with
the changes I just made? Isn't that what the Form.Refresh method is
for?
Is Form.Refresh not working because my original data source is a query
and thus not updatable? Any other ideas? Thanks for your help.
Jeff