D
Drayton T.
Good afternoon all,
I'm having a rather strange issue with a form and dates....
I have the dates held in two text boxes, both with shortdate format and
unbound.
I use this to hold dates for reporting purposes. Here's the strange
part...If I enter in, say, 12/1/2007 as begin and 12/31/2007 as end, the
dates are supplied to the query and it runs, but If I cross the end of the
year and enter 1/1/2008 as begin and 1/31/2008 as end, I get either one of
two errors...1 being "Property Not Found" or 2 being "User Canceled
Operation". There is data in the base table that fits either set of date
criteria. I have no missing references that I can tell. I wanted to see the
actual values being passed by these two textboxes, so I created a query in
design view and entered in the following:
Begin:[forms]![frmReports]![txtbegindate] which should have passed my date,
but instead I get what appears to be two carrige returns (two small squares).
What Gives????
I'm having a rather strange issue with a form and dates....
I have the dates held in two text boxes, both with shortdate format and
unbound.
I use this to hold dates for reporting purposes. Here's the strange
part...If I enter in, say, 12/1/2007 as begin and 12/31/2007 as end, the
dates are supplied to the query and it runs, but If I cross the end of the
year and enter 1/1/2008 as begin and 1/31/2008 as end, I get either one of
two errors...1 being "Property Not Found" or 2 being "User Canceled
Operation". There is data in the base table that fits either set of date
criteria. I have no missing references that I can tell. I wanted to see the
actual values being passed by these two textboxes, so I created a query in
design view and entered in the following:
Begin:[forms]![frmReports]![txtbegindate] which should have passed my date,
but instead I get what appears to be two carrige returns (two small squares).
What Gives????