D
Dan @BCBS
I locked a cupple fields so people could not change the date once entered.
(Me.TR_DATE_TIMERCVD_HOI.Locked = Not Me.NewRecord)
I need to allow only a certain group (MANAGER) to be able to change the
value. How can I do that???
Is this close???
If glevel <> "MANAGER" Then
(allow the value to be changed)
Thanks
(Me.TR_DATE_TIMERCVD_HOI.Locked = Not Me.NewRecord)
I need to allow only a certain group (MANAGER) to be able to change the
value. How can I do that???
Is this close???
If glevel <> "MANAGER" Then
(allow the value to be changed)
Thanks