M
Mark
I have upgraded 2002 to 2003. I have several issues that
are 2003 specific.
1. I can't get the XP Styles to work.
2. When i use the 2003 Developer Extentions for Access
2003, I can't check references. I get a vb6 .dll error.
3. When i distribute the File to a runtime version, i get
a license not avalible for this function error. It works
on my machine.
Dim appAccess As New Access.Application
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase CurrentProject.Path
& "\" & CurrentProject.name
Application.Quit
are 2003 specific.
1. I can't get the XP Styles to work.
2. When i use the 2003 Developer Extentions for Access
2003, I can't check references. I get a vb6 .dll error.
3. When i distribute the File to a runtime version, i get
a license not avalible for this function error. It works
on my machine.
Dim appAccess As New Access.Application
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase CurrentProject.Path
& "\" & CurrentProject.name
Application.Quit