When this view is run, all of the discrepancies written the previous month are displayed. I've got the last day of the previous month, but I can't get the first day. Any help would be appreciated.
A criteria example: Between 10/1/2006 and 10/31/2006
So far I have:
Between 10/1/2006 and DateAdd("d", -Day(NOW()), NOW())
A criteria example: Between 10/1/2006 and 10/31/2006
So far I have:
Between 10/1/2006 and DateAdd("d", -Day(NOW()), NOW())