D
Derek Brown
Hi all
I need a simple (very simple) way of allowing 2 levels of access to data. If
I had in the on open event of a PopUp Form :
If [PasswordField]= "Paris" Then
Open Form 1 (Form 1 has access to all employee info)
End If
If [PasswordField]= "NewYork" Then
Open Form 2 (Form 2 has access limited to employee info)
End If
If [PasswordField]<> "NewYork" Or "Paris" Then
MsgBox("Password incorrect please try again")
End If
The database will be distributed as an MDE File so access to code should not
be possible.
Will it work and is it secure?
If I have to, I will try the Access security stuff, but people tell me it's
a nightmare! Is it?
I need a simple (very simple) way of allowing 2 levels of access to data. If
I had in the on open event of a PopUp Form :
If [PasswordField]= "Paris" Then
Open Form 1 (Form 1 has access to all employee info)
End If
If [PasswordField]= "NewYork" Then
Open Form 2 (Form 2 has access limited to employee info)
End If
If [PasswordField]<> "NewYork" Or "Paris" Then
MsgBox("Password incorrect please try again")
End If
The database will be distributed as an MDE File so access to code should not
be possible.
Will it work and is it secure?
If I have to, I will try the Access security stuff, but people tell me it's
a nightmare! Is it?