Create a report with vba

  • Thread starter Thread starter Col
  • Start date Start date
C

Col

Hi all,

I have a temp table whose structure can change (client can add or remove
fields)
I want to create a tabular A3 report using vba.
How do I access the page setup items?

or is there a simpler way to do this?

Regards

Colin
 
A simpler method is to push the records to Excel. Creating an Access report
from code is a bit difficult compared with just exporting to Excel and
printing from there.
 
Back
Top