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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top