C
CBender
I ahve a query where I want to select date data for the entire month. This I
can easily do using the following format:
Field: Month: Month([RevicedDateShipInv_PGI])
Criteria: Month(Date())
This provides me with every order within the current month.
However, when I try to select the same date information for the following
month using the DateAdd function as follows I get NO results:
Field: Month: Month([RevicedDateShipInv_PGI])
Criteria: DateAdd("m",+1,Month(Date()))
Can anyone tell me what I am doing wrong??
Thanks,
Chip
can easily do using the following format:
Field: Month: Month([RevicedDateShipInv_PGI])
Criteria: Month(Date())
This provides me with every order within the current month.
However, when I try to select the same date information for the following
month using the DateAdd function as follows I get NO results:
Field: Month: Month([RevicedDateShipInv_PGI])
Criteria: DateAdd("m",+1,Month(Date()))
Can anyone tell me what I am doing wrong??
Thanks,
Chip