Newbies mnoh84 Posted March 27, 2008 Newbies Posted March 27, 2008 Hi Guys, I'm a total filemaker beginner with some very minor programming experience. So I am designing a database for my psychology lab where workers can input the birthdates of subjects and their age in months and years will automatically be calculated into a separate field. Right now I have it set up so that the value for the age field is calculated using: Int((Status(CurrentDate) - birthdate) / 365.25) for years and Int((Status(CurrentDate) - birthdate) / 12) for months My question is how to get these fields to autoupdate once they change. For example, if I create a new record for a subject that is 9 months old, I don't believe that right now the subjects age will change to 10 months one month after they are entered into the database. How do I change this so the subjects' ages are always accurate regardless of when they were entered into the database?
Lee Smith Posted March 28, 2008 Posted March 28, 2008 You need to change then calculations to Unstored. Select the calculation field in the Define Fields box, click on Options, then click on Storage. Select the checkbox that says "Do not store calculated results. You might also want to do a search for Birthday calculations. Lee
Newbies mnoh84 Posted March 28, 2008 Author Newbies Posted March 28, 2008 Thanks Lee, but I can't find the storage options on my version of Filemaker. Could this be an option that was included in later versions and not on 6.0?
Lee Smith Posted March 28, 2008 Posted March 28, 2008 I gave you the steps, after going into Define Fields. You just need to open of the Define Fields, as follows. Main Menu >> File >> Define Fields (Command + Shift + D) You might
Recommended Posts
This topic is 6145 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 accountSign in
Already have an account? Sign in here.
Sign In Now