Jump to content

This topic is 7083 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

You haven't indicated the result you wish ... whether in years, written out in years and days or whatever. Here's one. I think I have this puppy memorized. This gives you their age in years. Calculation result should be number:

Let ( [

now = Get ( CurrentDate ) ;

b = DOBdateField

] ;

Year ( now ) - Year( b ) - (( Month ( now ) + Day ( now ) / 100 ) < ( Month ( b ) + Day ( b ) / 100))

)

Calculation must be unstored to update properly. You don't need a script but I suppose you could use it that way. I learned this from Comment or Ray - not sure which now. :wink2:

LaRetta

  • 1 month later...

This topic is 7083 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.