NathanSavidge
Registered User.
- Local time
- Today, 17:27
- Joined
- Apr 19, 2010
- Messages
- 12
Hi,
I am trying to use one access database, to do version control etc on a users database before opening it.
If all is ok, i use
dim objAccess as access.application
Set objAccess = CreateObject("Access.Application")
objAccess.Visible = True
objAccess.OpenCurrentDatabase strUserPath & strUserFile
This works fine, however when i close the version control database, the users database also closes. Is there a way to do what i need to do, but keep the users database open when the version control database closes.
Thanks.
Nathan.
I am trying to use one access database, to do version control etc on a users database before opening it.
If all is ok, i use
dim objAccess as access.application
Set objAccess = CreateObject("Access.Application")
objAccess.Visible = True
objAccess.OpenCurrentDatabase strUserPath & strUserFile
This works fine, however when i close the version control database, the users database also closes. Is there a way to do what i need to do, but keep the users database open when the version control database closes.
Thanks.
Nathan.