I have a field in a query called NextReview, and currently another
field
NextReviewYear: Year([Next Review]) with the criteria Year(Now()). I
need this criteria to find all dates for the current year, before the
current year, or null. How is this possible? I'm sure it is
relatively simple, but I'm a newb! Thanks...
Jerry Whittle - 30 Jun 2006 16:33 GMT
<Year(Date())+1 Or Is Null

Signature
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
> I have a field in a query called NextReview, and currently another
> field
> NextReviewYear: Year([Next Review]) with the criteria Year(Now()). I
> need this criteria to find all dates for the current year, before the
> current year, or null. How is this possible? I'm sure it is
> relatively simple, but I'm a newb! Thanks...
Jadabug - 30 Jun 2006 17:58 GMT
> <Year(Date())+1 Or Is Null
> --
[quoted text clipped - 9 lines]
> >
> >Thanks, worked like a charm.