thardyjackson
Registered User.
- Local time
- Today, 08:49
- Joined
- May 27, 2013
- Messages
- 45
In simplified terms, I have reportFinalResults based on data from queryA which is based on results from queryB which uses data from table1, table2, etc.
If I update table1 and table2 and then open reportFinalResults, will the changes to table1 and table2 be reflected in reportFinalResults?
Or do I have to open/run queryB and then open/run queryB and then open/run reportFinalResults to show new data?
For precautionary measures, I have a macro to open reportFinalResults that first opens/closes queryB and then queryA. I'd like to skip the sequential steps for simplicity if possible.
Thanks.
If I update table1 and table2 and then open reportFinalResults, will the changes to table1 and table2 be reflected in reportFinalResults?
Or do I have to open/run queryB and then open/run queryB and then open/run reportFinalResults to show new data?
For precautionary measures, I have a macro to open reportFinalResults that first opens/closes queryB and then queryA. I'd like to skip the sequential steps for simplicity if possible.
Thanks.