M
mrs
I have a checkbox on a form that I want only the
Administrator or user Steve to be able to check or
uncheck.
I set the Default Value for the control to:
=IIf(CurrentUser()="Steve" Or "Admin",[ApprovedChkBx].
[Enabled]=True,[ApprovedChkBx].[Enabled]=False)
However, this did not work.
Any suggestions?
Matt
Administrator or user Steve to be able to check or
uncheck.
I set the Default Value for the control to:
=IIf(CurrentUser()="Steve" Or "Admin",[ApprovedChkBx].
[Enabled]=True,[ApprovedChkBx].[Enabled]=False)
However, this did not work.
Any suggestions?
Matt