How can you jump to one db app from another...?
I know I can do this to open another app...
Dim accapp As Access.Application
Set accapp = New Access.Application
accapp.OpenCurrentDatabase ("c:\trc\trc.2k.adp")
accapp.Visible = True
But this opens a new instance each time.
I want to double click a control in one app and jump to the other app
Any help is much appreciated.
tia,
..bob