MS Access reporting in powerpoint

J

jim

Need a way to "convert" access report pages into powerpoint slides. Copy and
paste or some kind of link from the report to a ppt slide would be great. I
don't believe I want to gather data from the table or query level as the
report is grouping the information the way I need. I'm going to lose out on
developing my database because I can't present the reported information from
the database. The .snp file output does not project well and does not
contain our corporate format. Also, I can not incorporate into a larger
presentation if needed.

Any help??
 
B

brian

Jim,
You are going to have to resort to ADO or DAO to execute the queries
and then format them in PPT. You can't go directly from the Access
Report.

Brian Reilly, PowerPoint MVP
 
Top