VB & Access Reports

T

Tony

Is it possible to use an Access report in a VB program? I have a database
and I want to use VB to create a DB program. I'm using VB6 because I'm
still learning .NET. I have a couple of reports created in Access, but
wonder if I can use the same reports in VB somehow instead of creating them
inside VB.

Thanks, Tony
 
D

Duane Hookom

You can't run an Access report without either Access or Access Runtime
installed on the target PCs.
 
Top