P
Pedw4220
I have assigned four AccessLevels to my database. I only want those with
Admin - AccessLevelID 4 to be able to view the reports on the Switchboard.
I've tried to write the code, with no luck. I've tried different Event
Properties etc. On my Switchboard Items fields, Switchboard ID is 4,
ItemNumber is 0, ItemText is Reports, Command is 0 and Argument is blank.
upload If AccessLevelID = 4 Then
Me.[Argument].[4].Visible = True
Else
Me.[Argument].[4].Visible = False
End If
Admin - AccessLevelID 4 to be able to view the reports on the Switchboard.
I've tried to write the code, with no luck. I've tried different Event
Properties etc. On my Switchboard Items fields, Switchboard ID is 4,
ItemNumber is 0, ItemText is Reports, Command is 0 and Argument is blank.
upload If AccessLevelID = 4 Then
Me.[Argument].[4].Visible = True
Else
Me.[Argument].[4].Visible = False
End If