Do you mean that everything else has unlimited access and that there would have to be a password entered to open a certain form? If so I don't but would be interested in finding out the answer also. <p>Walt III<br><a href=mailto:SAElukewl@netscape.net>SAElukewl@netscape.net</a><br><a href=
This is not real secure but will fool less experienced users<br>place this in the onload event of your form<br>Dim pword As String<br>pword = InputBox("enter password"<br><br>If pword = "password" Then<br>Me.Visible = True<br>Else<br>DoCmd.Close<br>MsgBox "Wrong"<br>End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.