L
LDMueller
I want to open an MS Access 2003 database from Word 2003 using a macro which
I'll eventually put on a toolbar.
My code is as follows:
Public Sub OpenAccess()
AA = GetObject("C:\Program Files\Microsoft
Office\OFFICE11\SAMPLES\Northwind.mdb", "Access.Application")
End Sub
Unfortunately, I get a MS Visual Basic Run-time error '438': Object doesn't
support this property or method.
Everything else I've tried doesn't work either.
Does anyone have a suggestion.
Thanks!
I'll eventually put on a toolbar.
My code is as follows:
Public Sub OpenAccess()
AA = GetObject("C:\Program Files\Microsoft
Office\OFFICE11\SAMPLES\Northwind.mdb", "Access.Application")
End Sub
Unfortunately, I get a MS Visual Basic Run-time error '438': Object doesn't
support this property or method.
Everything else I've tried doesn't work either.
Does anyone have a suggestion.
Thanks!