Reset user upon exiting protected database

J

Jeffrey Ah-Chong

Hi

I have an access application(a loader) acting as a "bridge" to another
mde. Users launch the loader which in turn launch the target application,
with a specific user/pwd combination that end-users should not know. The
problem is when exiting the target application, and relaunching access,
users see the last user that used access.

Is there some way to clear it?

Regards
Jef
 
W

Wolfgang Kais

Hello Jeffrey.
I have an access application(a loader) acting as a "bridge" to
another mde. Users launch the loader which in turn launch the target
application, with a specific user/pwd combination that end-users should
not know. The problem is when exiting the target application, and
relaunching access, users see the last user that used access.

When users start Access, no password should be required. You can create a
shortcut for the users to lauch your application specifying the mdw that
should be used :
"Path2Msaccess.exe" "Path2Loader.mdb" /wrkgrp "Path2Your.mdw"
If you add the parameter /user (without a username), the last user isn't
displayed.
 
J

Jeffrey Ah-Chong

Thanks for your suggestion Wolgang. I added the /user param to my
shortcut. Works great :)
Is there a way now to have the focus pointing to the user textbox? Right
now it is on the password box.

Regards
Jef
 
W

Wolfgang Kais

Hello Jeffrey.
Thanks for your suggestion Wolgang. I added the /user param to
my shortcut. Works great :)
Is there a way now to have the focus pointing to the user textbox?
Right now it is on the password box.

If dont' think so.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top