Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Age calculation help needed 1

Status
Not open for further replies.

techexpressinc

Programmer
Oct 28, 2008
67
US
I have a DOB on the database.
Table = Members
Field = DOB

I seen this as a formula - “AgeCalcField: AgeInYears([DOBField], Date())” -


Within my query I do this
I click the field box
and coded an expression as listed here and get a syntax error:

“AgeCalcField: AgeInYears([Members:DOB], Date())”


Can someone help in getting the age on my query working?

Thanks a lot - Russ @ scaninc.org
 
I did not create the DB i just work with it. I think the join fields is a crazy thing from someone hooking up a drop down box a [MemberID#] field joined to [Recipient F Name].

I do not think that has anything to do with the DOB field not calculating the years old problem with the query.

If you like I will just bring in the one table with the DOB field to see if that problem can be resolved.

Thank you for taking the time of looking at the doc.

Russ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top