Access 2003 - export pages into files

M

Michelle King

this is more about batch export: when a data is view in print preview, i
want to be able to export each page (ex. 152 page report) into individual
files and rename each file based on the name of a field on the page.

turn 1 152-page report into 152 individual files.

does this make sense?

if so, can this be done? any suggestions?
 
P

pietlinden

this is more about batch export:  when a data is view in print preview,i
want to be able to export each page (ex. 152 page report) into individual
files and rename each file based on the name of a field on the page.

turn 1 152-page report into 152 individual files.

does this make sense?

if so, can this be done?  any suggestions?

what kind of file did you want to export this to (PDF, rtf, etc)?
Did you mean you wanted to rename the file based on a *value* of a
field on the page? If so, you can get it from the report's underlying
recordset, and then use that when you do the save in your code.
 

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

Top