wrightyrx7
Registered User.
- Local time
- Today, 07:32
- Joined
- Sep 4, 2014
- Messages
- 104
Hi all,
I have a query that takes around 10-20 seconds to produce due to all the queries that run before it. This data is displayed within a form I have created. However the problem is that it runs the query each time the form is opened.
What I have done is put in an 'Update' button that will re-run the query for more up to date data.
However I still need data for the form.
What I was thinking having a table with a copy of the query data on it (this is what the form will use). Then when the update button is pressed the query runs then replaces the data on the table.
Do you think this is the best way to do it? If so whats the best way to approach it?
Thanks in advance
Chris.
I have a query that takes around 10-20 seconds to produce due to all the queries that run before it. This data is displayed within a form I have created. However the problem is that it runs the query each time the form is opened.
What I have done is put in an 'Update' button that will re-run the query for more up to date data.
However I still need data for the form.
What I was thinking having a table with a copy of the query data on it (this is what the form will use). Then when the update button is pressed the query runs then replaces the data on the table.
Do you think this is the best way to do it? If so whats the best way to approach it?
Thanks in advance
Chris.