R
rachael
I have a query built in MS Query. I'd like to set it up so it returns results
only from the previous month (e.g., for this month it would only return
results from January). I tried to set the criteria for the date field to
rachael
only from the previous month (e.g., for this month it would only return
results from January). I tried to set the criteria for the date field to
recognize the TODAY() function. Is there something else i can use?EOMONTH(TODAY(),-2) AND <= EOMONTH(TODAY(),-1) but MS query does not
rachael