Auto Age Calculation
when you think you getting the hag of access it goes wrong.
I have a table with a field called DOB (Date of Birth) i have now added a new column called Age.. What i want to do is automatically calculate the Age (based on DOB) and keep it in this column..Is this possible?? if so where do i put the function.
I have tried placing the function in the design view under default value. What i put was
=DateDiff("yyyy","DOB", Date())
Im getting an error saying "Database engine doesnt recognize DOB"
any help appreciated
Thank you in advance
when you think you getting the hag of access it goes wrong.
I have a table with a field called DOB (Date of Birth) i have now added a new column called Age.. What i want to do is automatically calculate the Age (based on DOB) and keep it in this column..Is this possible?? if so where do i put the function.
I have tried placing the function in the design view under default value. What i put was
=DateDiff("yyyy","DOB", Date())
Im getting an error saying "Database engine doesnt recognize DOB"
any help appreciated
Thank you in advance
Last edited: