Hi Dee,
If you consider "MyDate" as your initial date, you can use the syntax: DateAdd(MyDate, -Weeks(1, True))
Test if this fits your needs.
Armand
Comment actions
Hi,
I want some date fields to read backwards off a set date field and I can't seem to get the function to work for me. For example, I want Field A to be equal to Field B minus one week but all I get is a blank field or an error. I'm currently using Dateaddcalendarfixedperiod. Any idead?
Please sign in to leave a comment.
Hi Dee,
If you consider "MyDate" as your initial date, you can use the syntax: DateAdd(MyDate, -Weeks(1, True))
Test if this fits your needs.
Armand
Hello Dee,
I have tested the solution Armand suggested and it seems to work. Could you please confirm?
Thank you!