J
Jonathan
Hi, using Access 2002, I have an app loaded on a machine with a runtime
version of Access. One of the processes opens another database to run a
process in that app. This works fine when run on a full version of Access.
The runtime halts at the line...
set appAccess = CreateObject("Access.Application")
I guess that this is because it is trying to load a full version of Access.
So I tried...
set appAccess = GetObject(appPathAndName)
Still no joy.
Any ideas or suggestion appreciated
Many thanks, Jonathan
version of Access. One of the processes opens another database to run a
process in that app. This works fine when run on a full version of Access.
The runtime halts at the line...
set appAccess = CreateObject("Access.Application")
I guess that this is because it is trying to load a full version of Access.
So I tried...
set appAccess = GetObject(appPathAndName)
Still no joy.
Any ideas or suggestion appreciated
Many thanks, Jonathan