Private Sub Form_Current()
On Error Resume Next
If Forms![Switchboard]![txtSecurityID] = 9 Then
fncLockUnlockControls Me, True
Else
fncLockUnlockControls Me, False
End If
End Sub
Private Sub Switchboard_Current()
On Error Resume Next
If Forms![Switchboard]![txtSecurityID] <> 13 And Forms![Switchboard]![txtOverride] = False Then
fncLockUnlockControls Me, True
Else
fncLockUnlockControls Me, False
End If
End Sub
Private Sub Switchboard_Current()
On Error Resume Next
If Forms![Switchboard]![txtSecurityID] <> 13 And Forms![Switchboard]![txtOverride] = False Then
fncLockUnlockControls Me, True
Else
fncLockUnlockControls Me, False
End If
End Sub
Private Sub Switchboard_Current()
On Error Resume Next
If Forms![Switchboard]![txtSecurityID] <> 13 And Forms![Switchboard]![txtOverride] = False Then
fncLockUnlockControls Me, True
Else
fncLockUnlockControls Me, False
End If
End Sub
Private Sub Form_Current()
On Error Resume Next
If Forms![Switchboard]![txtSecurityID] = 9 Then
fncLockUnlockControls Me, True
Else
fncLockUnlockControls Me, False
End If
End Sub