create Access Reports using VB6 code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create Access Reports using VB6 code. The database is
Access. The idea is to use query to get a recordset, then create a report
using code, then pass the dataset data to the report for display or print.
How do I do that? Thanks.
 
You'll have to have Access installed on the workstation as well, then you
should be able to use Automation to do it.

Lookup CreateReport in the Help file for how to create a new report.
 
Sorry, no I can't, as I don't see the point of developing reports in code.
I always develop my reports in Access.
 

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