F
Frank Situmorang
Hello,,
After I modified, I used the sample of Access sample switchboard as my menu
in opening my database. Anyone can help me in making a password by just
clicking 1 menu of this. I can make it thru Swithcboard Administrator, by
running a code on it, but I do not know how to make a code so that by
clicking 1 switchboard item, it will shows Message box asking for password.
So the code is more or less is:
If I click 1 menu Then
'Do something
DoCmd.OpenForm "frmManageChurches and Higher Organizations"
Else
MsgBox "You have entered wrong password, please be carefull, password is
case-sensitive"
'Do something else
End If
After I modified, I used the sample of Access sample switchboard as my menu
in opening my database. Anyone can help me in making a password by just
clicking 1 menu of this. I can make it thru Swithcboard Administrator, by
running a code on it, but I do not know how to make a code so that by
clicking 1 switchboard item, it will shows Message box asking for password.
So the code is more or less is:
If I click 1 menu Then
'Do something
DoCmd.OpenForm "frmManageChurches and Higher Organizations"
Else
MsgBox "You have entered wrong password, please be carefull, password is
case-sensitive"
'Do something else
End If