A
a
I don't understand why this code not work
Dim StrPr1 As String
Dim StrPr2 As String
Dim StrPr3 As String
StrPr1 = "123"
StrPr2 = "1234"
StrPr3 = "12345"
If Me.Text0.Value = StrPr1 Or StrPr2 Or StrPr3 Then
'Statment
Else
'Statment
End If
Dim StrPr1 As String
Dim StrPr2 As String
Dim StrPr3 As String
StrPr1 = "123"
StrPr2 = "1234"
StrPr3 = "12345"
If Me.Text0.Value = StrPr1 Or StrPr2 Or StrPr3 Then
'Statment
Else
'Statment
End If