stretch66
Racing towards the start
- Local time
- Today, 13:02
- Joined
- Sep 28, 2005
- Messages
- 72
Hi,
Am trying to get this to work but for some reason it doesn't. Can anyone tell me what I have done wrong please?
If Me.StartDate >= (1 / 1 / 2006) Then
Me.lblContract.Visible = True
Else
Me.lblContract.Visible = False
End If
Thanks
Am trying to get this to work but for some reason it doesn't. Can anyone tell me what I have done wrong please?
If Me.StartDate >= (1 / 1 / 2006) Then
Me.lblContract.Visible = True
Else
Me.lblContract.Visible = False
End If
Thanks