A
AlCamp
Can't the IN operator be used in a form module with an IF.. THEN
statement? Help shows an example in an SQL statement and an IFF statement.
Left(StyleID,1) yields a single letter string value...
If Left(StyleID, 1) In ("F","M","N","T") Then
'do something...
End If
Get error msg "GoTo or Then Expected"
Tried the syntax every which way but loose...
Thanks in advance,
Al Camp
statement? Help shows an example in an SQL statement and an IFF statement.
Left(StyleID,1) yields a single letter string value...
If Left(StyleID, 1) In ("F","M","N","T") Then
'do something...
End If
Get error msg "GoTo or Then Expected"
Tried the syntax every which way but loose...
Thanks in advance,
Al Camp