[SOLVED] "Do a seach for" - Constraint on a date field = Current Year

Trying to filter database results to only those dates within the current year…any help will be much appreciated.

Figured it out - more simple than I thought - did it with 2 separate constraints changing the current date and month to 1/1 in the first, and in the second changing the current date and month to 12/31 - this keeps the current year but filters out anything before Jan 1 (of the current year) and anything after 12/31 (of the current year).

7 Likes