The record source behind a report should show up-to-date data when you open it. It is never refreshed unless you close/re-open the report. If the report is based on a temp table or a 'dummy' table which is loaded via some stored procedure, that's a different story and of course that proc. has to be rerun--but typically this would be part of the code behind your 'Open Report' button on whatever form you use.
|