M
megbowlstrike
Hi. I have a form with a text field control called Retire Date. This
field needs to display a date that is calcuated by taking
tbl_Employee.birthDate (in mm/dd/yyyy) + 62 (years) = Retire Date
(needs to be mm/dd/yyyy format). How do I go about doing this? The
value also will need to be stored in a table.
I'm having trouble figuring out the formula. Then I also don't know
how to put the calculated field on the form. I played around with a
formula to compute the Retire Date year and couldn't get it to link up
with the control on the form. I created a query and the output in the
Retire Date control on the form was #Name?
Thanks,
Megan
field needs to display a date that is calcuated by taking
tbl_Employee.birthDate (in mm/dd/yyyy) + 62 (years) = Retire Date
(needs to be mm/dd/yyyy format). How do I go about doing this? The
value also will need to be stored in a table.
I'm having trouble figuring out the formula. Then I also don't know
how to put the calculated field on the form. I played around with a
formula to compute the Retire Date year and couldn't get it to link up
with the control on the form. I created a query and the output in the
Retire Date control on the form was #Name?
Thanks,
Megan