Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

This is probably a basic question, but how do I convert a birthdate to a current age? The age should be calculated at the time the record is created, and then not change if the record is reopened. Thanks in advance.

Hello Jason,

I suggest that you create a date field called 'DateOfBirth' to enter your birth days into, plus a second date field called 'CreationDate' and define it to auto enter the creation date of the record.

Then create a calculation field of result type text with a formula along the lines of:

Year(CreationDate) - Year(DateOfBirth) - Case(Month(CreationDate) < Month(DateOfBirth), 1, Month(CreationDate) = Month(DateOfBirth) and Day(CreationDate) < Day(DateOfBirth), 1, 0) & " years"

which will give you the person's age in whole years as at the time of creation of the record. cool.gif

What's this database for, a morgue?

cool.gif

  • Author

Nothing that grim. Actually, it's actuarial database. We use it to estimate the time of death, based on current health parameters, habits, lifestyle choices, etc.

  • Author

Let's see, glasses, a little grey around the temples ... my calculations say 3 years, 5 max.

wink.gif

Just joking. But you are on the right track. It's an medical database.

  • Author

Thanks for the calc, it works perfectly.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.