C
ChrisP
I am trying to open an Access report from my VB
application. It will not open the database. My VB program
continues t run with no errors, but it doesn't open
Access nor show the report. I could use some help. Below
is the code I used to do this.
Dim appAccess as New Access.Application
appAccess.OpenCurrentDatabase "C:\Biblio.mdb"
appAccess.DoCmd.OpenReport "ReportName", acViewPreview
appAccess.CloseCurrentDatabase
appAccess.Quit
Set appAccess = Nothing
Thanks ahead of time,
Chris
application. It will not open the database. My VB program
continues t run with no errors, but it doesn't open
Access nor show the report. I could use some help. Below
is the code I used to do this.
Dim appAccess as New Access.Application
appAccess.OpenCurrentDatabase "C:\Biblio.mdb"
appAccess.DoCmd.OpenReport "ReportName", acViewPreview
appAccess.CloseCurrentDatabase
appAccess.Quit
Set appAccess = Nothing
Thanks ahead of time,
Chris