I have a form(Financial)and tbl(Financial).
On the form is field(Date_Paid), control source; Date_Paid,
and field(Expires), control source;=DateAdd("m","12",[Date_Paid])
How would I store the info that appears in the form field(Expires) into a field in my tbl?
Thanks
On the form is field(Date_Paid), control source; Date_Paid,
and field(Expires), control source;=DateAdd("m","12",[Date_Paid])
How would I store the info that appears in the form field(Expires) into a field in my tbl?
Thanks