R
Rachael
In Access 2007, I want to create a form to calculate an age as of a certain
date (insurance effective date).
My form will have three fields: DOB, EffDate and IssueAge.
Can this be done using an unbound form with unbound text controls for the
DOB and EffDate (user enters these values), then use an expression in the
IssueAge field to calculate the age based on the eff date and DOB
OR
Must a table be used to store the DOB and Effdate values so that the
expression has a stored value to refer to in making the calculation?
I would prefer to be able to do this without creating a table that will
store values that are otherwise useless. Can you help?
Thanks,
Rachael
date (insurance effective date).
My form will have three fields: DOB, EffDate and IssueAge.
Can this be done using an unbound form with unbound text controls for the
DOB and EffDate (user enters these values), then use an expression in the
IssueAge field to calculate the age based on the eff date and DOB
OR
Must a table be used to store the DOB and Effdate values so that the
expression has a stored value to refer to in making the calculation?
I would prefer to be able to do this without creating a table that will
store values that are otherwise useless. Can you help?
Thanks,
Rachael