[AccessD] OT: Opening Access report from Visual Basic

Oleg_123 at xuppa.com Oleg_123 at xuppa.com
Tue Sep 23 15:15:44 CDT 2003


Hi Group,

I am trying to open an Access Report from Visual Basic form, doesn't seem
to be working. I think that i used something like this in the past. (I
checked Microst Access 9.0 Object library in references)

Dim Acc As Object, db As Object
Dim dbPath As String
  Set AccObj = CreateObject("Access.Application")
  Set db = AccObj.Application.DBEngine.Workspaces(0).OpenDatabase(dbPathName)

dbPath = "G:\SHARED\Productivity Reports\Oleg\db2.mdb"
      AccObj.OpenCurrentDatabase dbPath, False
      Set db = Nothing
      AccObj.DoCmd.OpenReport "Project Box Sheet", acPreview
      AccObj.Visible = True


-----------------------------------------
Get Breaking News from CNN, ABC, NBC, CBS Now.
http://www.xuppa.com/news/?link=webmail




More information about the AccessD mailing list