C
Christie
I am writing a VB.NEt application in Visual Studio 2005 that will
automate an Access database. When I try the following
Dim oAccess as Access.Application
I get this error: "Type 'Access.Application' is not defined".
I don't know if I am missing a reference or not. Could someone please
show me the correct way.
I already have the following references in my app:
Microsoft Access 11.0 Obj Library
Microsoft ActiveX Data Objects 2.5 Library
Microsoft DAO 3.6 Obj Library
Microsoft Office 11.0 Object Library
Microsoft Visual Basic for Applications Extensibility 5.3
Thanks
automate an Access database. When I try the following
Dim oAccess as Access.Application
I get this error: "Type 'Access.Application' is not defined".
I don't know if I am missing a reference or not. Could someone please
show me the correct way.
I already have the following references in my app:
Microsoft Access 11.0 Obj Library
Microsoft ActiveX Data Objects 2.5 Library
Microsoft DAO 3.6 Obj Library
Microsoft Office 11.0 Object Library
Microsoft Visual Basic for Applications Extensibility 5.3
Thanks