labanTek
Instructor
- Dec 3, 2004
- 37
Hi can you tell me why the following code does not open my database? I placed this code in the Onclick event of a command button.
Thanks in advance.
Dim myAccess As Access.Application
Set myAccess = CreateObject(, "Access.Application")
myAccess.OpenCurrentDatabase ("C:\koykoy.mdb")
Thanks in advance.
Dim myAccess As Access.Application
Set myAccess = CreateObject(, "Access.Application")
myAccess.OpenCurrentDatabase ("C:\koykoy.mdb")