Hi,
In the attached project (with database), Table1 represents individual house hold and head name. Clicking a house hold will show the Date of birth (dob) of all members of that house hold in Table2.
What I want:
Calculation of individual member’s age and to keep those in an array variable, so could be use later in the program.
What I did:
Declared in Global sub an array variable agecal (0) in line-3
Redefined it with “RowCount” of table2 in line-26
And tried to calculate individual’s age in line-29
But doesn’t calculate any thing !
Please help.
Regards
In the attached project (with database), Table1 represents individual house hold and head name. Clicking a house hold will show the Date of birth (dob) of all members of that house hold in Table2.
What I want:
Calculation of individual member’s age and to keep those in an array variable, so could be use later in the program.
What I did:
Declared in Global sub an array variable agecal (0) in line-3
Redefined it with “RowCount” of table2 in line-26
And tried to calculate individual’s age in line-29
But doesn’t calculate any thing !
Please help.
Regards