Print Access report using ADO

  • Thread starter Thread starter Charlie Holmes
  • Start date Start date
C

Charlie Holmes

Is it possible to preview or print a report in an Access 2000 database
using ADO?

Thanks,
Charlie
 
ADO by itself will not be able to access the Access reports, only the Access
mdb data.

You will need to use the Access COM Interop model, or migrate to something
like Crystal Reports.

If you use Access COM Interop, MS Access will need to be installed on each
client PC.
 

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