How would i approach this scenario - my main data table (tblAcquire) is getting to big and is draining the system resources, when i do queries.
1.I have a dedicated form with a combobox (frmReports) listing the reports i have available.
2.The data is extracted based on a "StartDate" and "EndDate" textboxes.
3. Is there a way i can tell Access that if data does not appear by date in the "tblAcquire " table, then it must prompt me to temporarily switch the report to "tblAcquireArch ive", to access historical data. The "startdate and "Enddate" would be for specific financial periods only, and will not overlap between the current and archived data.
My plan is to display the last date appearing in the archive table, on this form.
I imagine that the row source of the report needs to be automatically changed based on the data i require?
Any suggestions please?
1.I have a dedicated form with a combobox (frmReports) listing the reports i have available.
2.The data is extracted based on a "StartDate" and "EndDate" textboxes.
3. Is there a way i can tell Access that if data does not appear by date in the "tblAcquire " table, then it must prompt me to temporarily switch the report to "tblAcquireArch ive", to access historical data. The "startdate and "Enddate" would be for specific financial periods only, and will not overlap between the current and archived data.
My plan is to display the last date appearing in the archive table, on this form.
I imagine that the row source of the report needs to be automatically changed based on the data i require?
Any suggestions please?
Comment