G
Guest
From a windows .Net app, I need to 1) check if MSAccess is already open to a
certain Access application. If so, then open a form and find a certain
record. 2) If not open, then open MSAccess and open a secured Access
application and then open a form and find a record. (The Access App is
secured not with a database password but with full user name and password
security.)
I can open the form and find the record OK. I am having problems checking if
the app is already open and opening the secured app.
Using "GetObject" has the problem of finding other instances of MSAccess but
not the database application I am interested in.
I used to use API calls to see if a window was already open with the name of
the MSAccess app but I can't get the API calls to work in .Net
I really would rather not use the shell() function since it has some
problems but I can't see any other way to automate a secured Access
Application.
Any ideas?
certain Access application. If so, then open a form and find a certain
record. 2) If not open, then open MSAccess and open a secured Access
application and then open a form and find a record. (The Access App is
secured not with a database password but with full user name and password
security.)
I can open the form and find the record OK. I am having problems checking if
the app is already open and opening the secured app.
Using "GetObject" has the problem of finding other instances of MSAccess but
not the database application I am interested in.
I used to use API calls to see if a window was already open with the name of
the MSAccess app but I can't get the API calls to work in .Net
I really would rather not use the shell() function since it has some
problems but I can't see any other way to automate a secured Access
Application.
Any ideas?