I have searched, but all results didn\'t help me to understand.
I need to select names of people who are 18-23 years old. So my try was:
WHERE ((People.
Finally solved it by simple
WHERE ((People.Birth) Between (Now()- 365*18) And (Now()-365*23))
If you have better solution- welcome