Snapshpt reports

  • Thread starter Thread starter Paradigm
  • Start date Start date
P

Paradigm

When I open a report in Access I can set a where e.g "where clientid = " &
myID
I want to create a snapshot of the report but the docmd.outputto method does
not allow me to enter a where statement
How can a I create a snapshot of a specified set of data?
Alec
 
Open the report in preview mode first, using the filter.

Then, while the report is open, use OutputTo.

(david)
 
Back
Top