raymond3090
Registered User.
- Local time
- Today, 00:45
- Joined
- Sep 5, 2002
- Messages
- 43
Hi,
I'm new to both Basic and Access and I've seen this around here and there:
>
What does this mean??
I'm wondering because I get a compile error on the middle line of the following code: (I got this code from the forum and > is the only thing I don't understand).
Dim lFieldLength
lFieldLength = 3
If Len(Me.[textMonth]) > lFieldLength Then
Me.[textMonth] = Left(Me.[textMonth], lFieldLength)
End If
What's going on??!!
thanks,
Raymond Warren
I'm new to both Basic and Access and I've seen this around here and there:
>
What does this mean??
I'm wondering because I get a compile error on the middle line of the following code: (I got this code from the forum and > is the only thing I don't understand).
Dim lFieldLength
lFieldLength = 3
If Len(Me.[textMonth]) > lFieldLength Then
Me.[textMonth] = Left(Me.[textMonth], lFieldLength)
End If
What's going on??!!
thanks,
Raymond Warren