Arg,
I am testing a text entry box to see that a code entered into a form begins with the letters T or B, and am receiving a 13 type mismatch error.
Ideas?
Left(Me.VolumeLabel.Value, 1) <> ("B" Or "T")
Left(Me.VolumeLabel.Value, 1) <> ( char(66) Or char(84) )
Thanks!
I am testing a text entry box to see that a code entered into a form begins with the letters T or B, and am receiving a 13 type mismatch error.
Ideas?
Left(Me.VolumeLabel.Value, 1) <> ("B" Or "T")
Left(Me.VolumeLabel.Value, 1) <> ( char(66) Or char(84) )
Thanks!
