Question: Can Microsoft Access be launched from a VB or VC++ app just to generate a report?
Background: Users who are not Access uses want an easier way to generate predefined reports to view and print.
The database is a large patient database where doctors, nurses and techs view, create and generate their own reports using Access.
The non-computer savy users want a small app that lists a set of predefined reports created with access, asks the appropriate questions based on that report, then launches Access to allow the user to view and print that report. Note: Microsoft Access sold with product.
If my understanding of access databases are correct, the reports are embedded in the .mdb file, so my question put another way is; Can a VB or C++ app read the reports section of a .mdb file generate a listbox with those report options and then based on the users selection launch access to view and print the report?
Thanks for listening
Background: Users who are not Access uses want an easier way to generate predefined reports to view and print.
The database is a large patient database where doctors, nurses and techs view, create and generate their own reports using Access.
The non-computer savy users want a small app that lists a set of predefined reports created with access, asks the appropriate questions based on that report, then launches Access to allow the user to view and print that report. Note: Microsoft Access sold with product.
If my understanding of access databases are correct, the reports are embedded in the .mdb file, so my question put another way is; Can a VB or C++ app read the reports section of a .mdb file generate a listbox with those report options and then based on the users selection launch access to view and print the report?
Thanks for listening