I need to generate a summary report in access based on a start_date, DOB, and a class to get the age distribution
What I've got so far is
The problem is it gives back I think the number of days, but I'd like this to display the number of years
Thanx in Anticipation
Paul
It's important in life to always strike a happy medium, so if you see someone with a crystal ball, and a smile on their face ...
What I've got so far is
Code:
Select participants.class, participants.start_date-participants.dob As Age from participants;
The problem is it gives back I think the number of days, but I'd like this to display the number of years
Thanx in Anticipation
Paul
It's important in life to always strike a happy medium, so if you see someone with a crystal ball, and a smile on their face ...