D
DavidW
I am trying to use
Between DateSerial(Year(Date()),Month(Date()),1) And
DateSerial(Year(Date()),Month(Date())+1,0)
to retrieve records for 1 year in a query. This is in the date field
critiria, what I am getting is on the current month,
Any Ideals to what I have done wrong?
David
Between DateSerial(Year(Date()),Month(Date()),1) And
DateSerial(Year(Date()),Month(Date())+1,0)
to retrieve records for 1 year in a query. This is in the date field
critiria, what I am getting is on the current month,
Any Ideals to what I have done wrong?
David