G
Guest
Really simple thing, I can't seem to get 1 Access app to open another.
' Dim oAccess As New Access.Application
Call Application.OpenCurrentDatabase("c:\temp\temp.mdb")
'Call oAccess.OpenCurrentDatabase("c:\temp\temp.mdb")
'oAccess.Visible = True
When trying things like the above, the closest I get is the called app flash
up and disappear. Or it never appears.. it's just plain weird. I don't care
if I have to have the current app closed to get to the other one.. rather
have both open, but any way to get the other one up would be nice.
Access 2000
' Dim oAccess As New Access.Application
Call Application.OpenCurrentDatabase("c:\temp\temp.mdb")
'Call oAccess.OpenCurrentDatabase("c:\temp\temp.mdb")
'oAccess.Visible = True
When trying things like the above, the closest I get is the called app flash
up and disappear. Or it never appears.. it's just plain weird. I don't care
if I have to have the current app closed to get to the other one.. rather
have both open, but any way to get the other one up would be nice.
Access 2000