How can i remove the login screen within access when opening mdbs

G

Guest

We use Workgroup files for on centralized DB within our department. Is it
possible to not require a user to login when opening files? The login screen
appears to be causing some of his macros to malfunction.

If not are there options in contruction the macro to bypass the login when
opening a mdb?
 
R

Rick B

The login is based on the mdw file the user is joined to.

Your users should all be joined to the default SYSTEM.MDW which does not
require a login.

For any secured files, you should create a shortcut that includes the
database file and the workgroup to use.

If you will do a search, you will find many previous posts on this topic.
 
R

Rick Brandt

Homestar95 said:
We use Workgroup files for on centralized DB within our department.
Is it possible to not require a user to login when opening files? The
login screen appears to be causing some of his macros to malfunction.

If not are there options in contruction the macro to bypass the login
when opening a mdb?

Your users should have a custom shortcut that specifies the "secured"
workgroup so it is only used for the specific files that require it and then
their default workgroup can be set back to the default "System.mdw" which
will not prompt them. The secured file's shortcut Target will be
constructed roughly like...

"Full path toMSAccess.exe" /wrkgrp "Full path the MDW" "Full Path to MDB"
 
T

TC

How are the macros "malfunctioning", and what makes you think that this
is something to do with the login screen?

TC
 

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