peterbowles
Registered User.
- Local time
- Today, 07:21
- Joined
- Oct 11, 2002
- Messages
- 163
This code does not work
Text39 = Date
If (DateDiff(Text39, [EndDate]) >= 12) Then
MsgBox "End date near"
End If
What I am trying to do is: If Endate is within 12 months of the current data , Open MSGBox.
Any help Thanks
Text39 = Date
If (DateDiff(Text39, [EndDate]) >= 12) Then
MsgBox "End date near"
End If
What I am trying to do is: If Endate is within 12 months of the current data , Open MSGBox.
Any help Thanks