Using Now() compares to today's date/time.
Using Date() compares to today's date.
If you want to compare to 14 days BEFORE today's date, you might try:
If Me!txtDate < Date() - 14 Then
Regards
Jeff Boyce
Microsoft Office/Access MVP
>i am new to VBA
> I need the date in a field to change to red when it is 14 day old can this
[quoted text clipped - 7 lines]
> End If
> octet
Octet32 - 27 Jul 2007 19:00 GMT
works great thanks
> Using Now() compares to today's date/time.
>
[quoted text clipped - 20 lines]
> > End If
> > octet