P
pjscott
I have a parameter query that queries the month and on a day of the month
range. I’m using the following in the query:
WHERE (((DatePart("m",[Doh]))=[Enter a Month]) AND ((DatePart("d",[Doh]))
Between [Enter a start day] And [Enter an ending day])
When I run the query and choose a day between 1 and 15 only days with a 1
display. In other words days between 2 and 9 do not display.
What am I doing wrong?
Thanks,
Paul
range. I’m using the following in the query:
WHERE (((DatePart("m",[Doh]))=[Enter a Month]) AND ((DatePart("d",[Doh]))
Between [Enter a start day] And [Enter an ending day])
When I run the query and choose a day between 1 and 15 only days with a 1
display. In other words days between 2 and 9 do not display.
What am I doing wrong?
Thanks,
Paul