View Single Post
  #30 (permalink)  
Old 12-19-2007, 10:30 PM
TonyES TonyES is offline
Member
 
Join Date: Oct 2007
Posts: 41
iTrader: (0)
TonyES is on a distinguished road
Default

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.
Reply With Quote