When the Microsoft Access start it should automatically pick up the system date and update members’ age groups correctly in the form . For example if a person’s date of birth was yesterday and they turned 45 years old then the system would update their agegroup from 40 to 45.
Age Group
Collapse
X
-
-
lolodede,
You could do this a couple of ways: either place the code to calculate the age group in an Event (On_Open for a continuous form displaying multiple records at once or On_Current if you are displaying one record at a time) to update the displayed value in "Age Group" or create a non-visible calculated field for each record (place the age calculation using System Date vs. DOB in it) and run the "Age Group" off of that using its value as your criteria.
~JennDubComment
-
-
The less you miss out of what we need the fewer times we'll have to ask for it.Comment
Comment