Hi there, if I were to create a field in a database that has an age field, and as years go by and the person gets one year older, I want the age field to reflect it. How would I do that? Thank you in advance.
Probably the best way for you is to save the birth year instead of the age, and calculate the age accordingly.
Thank you. I just don’t know how to code.
Hi,
I found this Stackoverflow thread which can be helpful for calculating age.
Good luck,
Tal.