I have two date fields in a table...
One field is hard-keyed and the second field has to be 9 months prior to the month of the date in the first field. Thanks!
I am looking for a way to do this in the table...is there any way to put a formula in the default value box?
I've been using the formula =DateAdd("m",-9,[COAExpires]... (COAExpires is the name of the field I'm trying to pull the data from) but for some reason it refuses to recognize that field.
Is the data being entered directly into the table? If you're using a form then you are in control of the fields, so you can easily update the 9 months before field. If not, and the data is entered directly into the table by the users then I think you're out of luck...the only option would be to have an Update query set up that you can run every time you need or add data to the table. Use forms. Hope that helps.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.