I am trying have a calculated field which gives me the year to date amount of orders. I currently have a query which is set up to return the amount of orders Between user defined dates
Now this has worked fine but now I am interested in being able to know year to date information based on ([forms]![fmr1]![txtenddate] - 365)
What is the correct criteria for this?
Code:
Example
Between [forms]![fmr1]![txtbegdate] AND [forms]![fmr1]![txtenddate]
Now this has worked fine but now I am interested in being able to know year to date information based on ([forms]![fmr1]![txtenddate] - 365)
What is the correct criteria for this?