K
Kate
I have set up a query which gives me month end summaries of data. I
want the date to update automatically, such that if it is september I
want the query to show me everything in which a particular field has
august. I have set the following criteria:
DatePart("m",DateAdd("m",-1,Date()))
That works fine at the moment. ie it is currently september, and it
shows me all the august values. Will this formular still work when it
is january and the criteria should be december?
want the date to update automatically, such that if it is september I
want the query to show me everything in which a particular field has
august. I have set the following criteria:
DatePart("m",DateAdd("m",-1,Date()))
That works fine at the moment. ie it is currently september, and it
shows me all the august values. Will this formular still work when it
is january and the criteria should be december?