J
Jerome
Hi,
I've a table of people (names, date of birth, etc) and one of activities
(name, genre, date, etc).
I'd like to select now the people corresponding to a certain age group
for a certain activity.
Like: List all the kids who, on the date of the activity, are at least
(x=)12 and at the most (y=)14 years old.
I've got to create a date formula I guess but I'm not really an expert
there. Something like Between(DateActivity - y years + 1 day) and
(DateActivity - x years) ... Can anybody help me expressing this in code?
Thanks a lot,
Jerome
I've a table of people (names, date of birth, etc) and one of activities
(name, genre, date, etc).
I'd like to select now the people corresponding to a certain age group
for a certain activity.
Like: List all the kids who, on the date of the activity, are at least
(x=)12 and at the most (y=)14 years old.
I've got to create a date formula I guess but I'm not really an expert
there. Something like Between(DateActivity - y years + 1 day) and
(DateActivity - x years) ... Can anybody help me expressing this in code?
Thanks a lot,
Jerome