G
Guest
Is there a way to set up a birthdate query where Access would pull up anyone
whose age is 70 years old or above?
whose age is 70 years old or above?
Rick B said:Sure. Add a new column to your query to calculate age...
PersonAge:
DateDiff("yyyy",[Birthdate],Date())+(Format([Birthdate],"mmdd")>Format(Date(
),"mmdd"))
Then in the criteria put...
Hope that helps.
Rick B
Sue said:Is there a way to set up a birthdate query where Access would pull up anyone
whose age is 70 years old or above?
Rick B said:Sure. Add a new column to your query to calculate age...
PersonAge:
DateDiff("yyyy",[Birthdate],Date())+(Format([Birthdate],"mmdd")>Format(Date(
),"mmdd"))
Then in the criteria put...
Hope that helps.
Rick B
Sue said:Is there a way to set up a birthdate query where Access would pull up anyone
whose age is 70 years old or above?
Sue said:Is there a way to set up a birthdate query where Access would pull up anyone
whose age is 70 years old or above?