S
shane
The following code is used as the criteria in a selct query for a date field:
It has worked fine until the table included records from January 2010,
database was created in 2009. Is there a fix or a better way to accomplish
the intent?
=DateSerial(Year(Date()),Month(Date())-1,1) And <=DateSerial(Year(Date()),Month(Date()),0)
It has worked fine until the table included records from January 2010,
database was created in 2009. Is there a fix or a better way to accomplish
the intent?