running Access report from VB.Net

  • Thread starter Thread starter Tom Weddell
  • Start date Start date
T

Tom Weddell

How can I run an Access report (against an Access database in the same .mdb)
from a VB.Net program?

Thanks in advance
 
Tom Weddell said:
How can I run an Access report (against an Access database in the
same .mdb) from a VB.Net program?

You must use Access automation to do this (set a reference to "Microsoft
Access ..." on the COM tab in the "add reference" dialog). This requires
Access to be installed on the machine. I've got a faint recollection (right
words?) that there was a (free) component that can execute reports w/o
Access installed. Let's hope I'm right and somebody will post a link (or you
find it on your own).
 

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