C
Calvin
If I want to perform a calculation I am using a control source of a field.
the problem is I want to store that date in the table and it won't let me.
How do I store the calculated field in the table. My formula works here it is.
=DateAdd("m",[ServiceInterval],[tblLog Subform].[Form]![ServiceDate])
I want to store this date in the NextServiceDate field in my service table.
the problem is I want to store that date in the table and it won't let me.
How do I store the calculated field in the table. My formula works here it is.
=DateAdd("m",[ServiceInterval],[tblLog Subform].[Form]![ServiceDate])
I want to store this date in the NextServiceDate field in my service table.