S
sweetp
I have:
=DateAdd("y",+[Days_Due_To_Expire],[Date])
in my Control Source of a form and it adds the two controls together fine and shows it on the form.
But to get it to insert into the database, I need to move the expression to Default Value and bind the Control Source to the database field. When I do this, the [Days_Due_To_Expire] doesn't add to the date anymore (I only get the [Date] value to show up in the database.
Any ideas???? I'm pretty new to this expression stuff.
=DateAdd("y",+[Days_Due_To_Expire],[Date])
in my Control Source of a form and it adds the two controls together fine and shows it on the form.
But to get it to insert into the database, I need to move the expression to Default Value and bind the Control Source to the database field. When I do this, the [Days_Due_To_Expire] doesn't add to the date anymore (I only get the [Date] value to show up in the database.
Any ideas???? I'm pretty new to this expression stuff.