Printing in Group

  • Thread starter Thread starter sumnesh
  • Start date Start date
S

sumnesh

Hi,

Can anyone help in How to Print a Report by Group and
save as PDF. I wanna be able to Print a Report by City
and i want to Access to save each report with its
groupname as City.pDf and move one to print second
city.pdf and so on and so forth until it cycles through
all cities .

Any ideas or suggestions ?

Thanks,
sumnesh
 
sumnesh said:
Hi,

Can anyone help in How to Print a Report by Group and
save as PDF. I wanna be able to Print a Report by City
and i want to Access to save each report with its
groupname as City.pDf and move one to print second
city.pdf and so on and so forth until it cycles through
all cities .

Any ideas or suggestions ?

As far as I know, there is no way to print _parts_ of reports as separate
files as you want to do. My only suggestion is to write VBA code to print
separate reports for each grouping of data that you want in a separate file.

Larry Linson
Microsoft Access MVP
 
Back
Top