M
margaret
I have a form .. frmForm that has several fields ... id; bkdate; wkdate. I
have a query and I want to limit the data between 9/26/2008 and the date that
is in the field [wkdate]. As follows:
Between #9/26/2008# And [forms]![frmdate]![wkdate]
so my query looks like
WHERE ((([TBL Tickets].CurrentDate) Between #9/26/2008# And
[forms]![frmdate]![wkdate]));
For some strange reason, after working like a champ for years, it's not
working. I keep getting messages that it doesn't recorgnize [forms] ... if I
take out [forms] it tells me it doesn't recognize [frmdate]. I've even tried
using the table that the form is built upon ...
tables!tblform!wkdate
No cigar.
However, if I change the "w" to a "b" for bkdate, everthing works. But, of
course, the information is wrong because it's selecting the wrong date.
Any idea?
have a query and I want to limit the data between 9/26/2008 and the date that
is in the field [wkdate]. As follows:
Between #9/26/2008# And [forms]![frmdate]![wkdate]
so my query looks like
WHERE ((([TBL Tickets].CurrentDate) Between #9/26/2008# And
[forms]![frmdate]![wkdate]));
For some strange reason, after working like a champ for years, it's not
working. I keep getting messages that it doesn't recorgnize [forms] ... if I
take out [forms] it tells me it doesn't recognize [frmdate]. I've even tried
using the table that the form is built upon ...
tables!tblform!wkdate
No cigar.
However, if I change the "w" to a "b" for bkdate, everthing works. But, of
course, the information is wrong because it's selecting the wrong date.
Any idea?