R
RES
I've got a db that was created that uses a select query that calculates
future dates on a form called qryPMInfo that is based dates from the table
tblPMInfo which are formatted with short date. This query is used throughout
the db. My problem is when I use this query without parameters for example
Between #3/01/2010# and #3/31/2010# parameters in the criteria area 3 records
are displayed, which is correct. As soon as I put in a parameter of Between
[Begin Date] And [End Date] in the criteria area of the select query, 2
records display. What am I doing wrong?
future dates on a form called qryPMInfo that is based dates from the table
tblPMInfo which are formatted with short date. This query is used throughout
the db. My problem is when I use this query without parameters for example
Between #3/01/2010# and #3/31/2010# parameters in the criteria area 3 records
are displayed, which is correct. As soon as I put in a parameter of Between
[Begin Date] And [End Date] in the criteria area of the select query, 2
records display. What am I doing wrong?