A
Alec Green
in my query I have a field DateofBirth and a calculated field Age: DateDiff
("yyyy",[DateofBirth],Now()) which works fine and returns the age correctly.
But I want to search for a range of ages and have been using the criteria
Between [Start Age] And [End Age] but this does not work!, I have also tried
running 2 different queries but to no avail any ideas please.
Alec Green
("yyyy",[DateofBirth],Now()) which works fine and returns the age correctly.
But I want to search for a range of ages and have been using the criteria
Between [Start Age] And [End Age] but this does not work!, I have also tried
running 2 different queries but to no avail any ideas please.
Alec Green