G
Guest
I want to enter the following parameter:
Between [Start Date] And [End Date]
in the following expression in a query:
180 DAYS: DateSerial(year([RECEIVED DATE]), month([RECEIVED DATE]),
day([RECEIVED DATE])+180)
However, when I enter the parameter information (for example: 1/1/2006 to
1/31/2006), it will list all the records that occurred in January of any
year. Is there a different way to do this to obtain this information?
Between [Start Date] And [End Date]
in the following expression in a query:
180 DAYS: DateSerial(year([RECEIVED DATE]), month([RECEIVED DATE]),
day([RECEIVED DATE])+180)
However, when I enter the parameter information (for example: 1/1/2006 to
1/31/2006), it will list all the records that occurred in January of any
year. Is there a different way to do this to obtain this information?