> Hi, Danny.
>
> > I was
> > wondering with the access security when a user is logged on and some1 else
> > tries to log on with the same correct details what happens?
>
> First, for security purposes, it's not a good idea to have multiple people
> sharing the same User ID and password.
>
> A user can log on multiple times, as long as only 255 total log ons
> (connections) are made to the Access database file. After that, the users
> trying to connect will receive an error message that there are already 255
> connections.
>
> > Another question is to do with the annoying security messages, is there a
> > way to get rid of these for a particular database but keep them for all other
> > files that are oppened.
>
> If you're referring to Access 2003 Macro Security, then you can do one of
> the following:
>
> 1.) Set Macro Security level to low; or
> 2.) Digitally sign the database file and have all users who will be opening
> this database "trust" this digital signature; or
> 3.) Use Automation Security to open an instance of Access and the database
> file with Access Macro Security set to low, regardless of the workstation's
> current setting. This won't work with Access databases where User-level
> Security has been implemented, but it will work in other circumstances, as
> long as scripts are enabled on the workstation. Please see the following Web
> page for the script:
>
>
http://home.bendbroadband.com/conradsystems/accessjunkie/macrosecurity.html>
> HTH.
> Gunny
>
> See
http://www.QBuilt.com for all your database needs.
> See
http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
>
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact info.
>
>
> "Daniel Lees" wrote:
>
> > Hi
> >
> > I am implementing a database that is to be shared on a network. I was
> > wondering with the access security when a user is logged on and some1 else
> > tries to log on with the same correct details what happens? Are they allowed
> > on or does it say already logged on and not let u on?
> >
> > Another question is to do with the annoying security messages, is there a
> > way to get rid of these for a particular database but keep them for all other
> > files that are oppened. I don't want to put everybodies settings on low but i
> > dont' want the annoying message to come up everytime they open my database.
> >
> > Cheers
> >
> > Danny