S
Sherry N.
Hello,
I need to disable two of my text boxes based on the value of another.
I want to use something like this but am sure I am not using the correct
syntax.
If Me.Branch_Code = "SFCO" Or "SFPA" Then
Me.RR_Rerun_Received.Enabled = False and Me.CR_Rerun_Received.Enabled = False
Else
Me.RR_Rerun_Received.Enabled = True and Me.CR_Rerun_Received.Enabled = True
End If
Great thanks.
Sherry N.
I need to disable two of my text boxes based on the value of another.
I want to use something like this but am sure I am not using the correct
syntax.
If Me.Branch_Code = "SFCO" Or "SFPA" Then
Me.RR_Rerun_Received.Enabled = False and Me.CR_Rerun_Received.Enabled = False
Else
Me.RR_Rerun_Received.Enabled = True and Me.CR_Rerun_Received.Enabled = True
End If
Great thanks.
Sherry N.