I have a report that is based on a query. When I open the report from a VBA module, the report does not show the current values in the query. Even when I switch the report into Design View and then back to Report view, the data stays the same (OLD).
If I manually run the query, close it, and then run the report again, the correct records will show up.
Is there a way to force the query to run before the report needs to access the data in the query? Is there another method that is more efficient, etc?
Please let me know.
If I manually run the query, close it, and then run the report again, the correct records will show up.
Is there a way to force the query to run before the report needs to access the data in the query? Is there another method that is more efficient, etc?
Please let me know.