Hi guys
I have a query where I was usingto pull all records for the prior month, it worked find until they changed the date from mm/dd/yyyy to yyyy-mm-dd, I can't seem to find the right code to pull up the correct records.![]()
DateSerial(Year(Date()),Month(Date()),0)
Bookmarks