stretch66
Racing towards the start
- Local time
- Today, 13:34
- Joined
- Sep 28, 2005
- Messages
- 72
OK what is the obvious mistake here ? It won't run for some reasom and won't keep the brackets either.
Private Sub Report_Open(Cancel As Integer)
If Me.Date_From = Date Then
Me.Date_From.ForeColor = vbRed
Else
End If
End Sub
Cheers!
Private Sub Report_Open(Cancel As Integer)
If Me.Date_From = Date Then
Me.Date_From.ForeColor = vbRed
Else
End If
End Sub
Cheers!