I have created a simple database to track requested changes to a set of internal applications. All requests–past, present, and future–are stored in a table. I have a query that picks off changes for the current quarter and a report that displays the status of current programming changes.
Near the end of every quarter, we have users acceptance testing the current changes while we’re planning for the next quarter. In an attempt to facilitate this process, I made a copy of my query and adjusted the implementation quarter for the planning phase.
The next logical step was to make a copy of the report, and revise it so it references my new query rather than the old query. Unfortunately, I couldn’t figure out how to do this. Can anyone help? I’m new to Access, so be gentle.
Also, why is it that my table and queries open instantaneously, but it takes about 20 seconds to open my report, even in design mode? Did I set up something wrong?
Thanks,
Bob