R
Ron
I have an Access 2000 database with a report that has a
subreport. I need to retrieve the information from the
records displayed in the subreport from a VB 6 application.
In the VB application, I get a handle to the running
Access instance and eventually get a handle to the
displayed subreport. When I try to do something like:
Set myRS = mySubRpt.Recordset
I get an error message stating:
This feature is not available in an MDB.
How do I otherwise access the individual records?
subreport. I need to retrieve the information from the
records displayed in the subreport from a VB 6 application.
In the VB application, I get a handle to the running
Access instance and eventually get a handle to the
displayed subreport. When I try to do something like:
Set myRS = mySubRpt.Recordset
I get an error message stating:
This feature is not available in an MDB.
How do I otherwise access the individual records?