C
Craig
I am trying to get this part of the SQL to work properly
and I'm not sure how to handle this where it refers to a
specific text box in a form. The text box is
called "date2".
If I was to substitute Forms]![frm]![date2] with a date
of '11/14/2003' the SQL would run properly but this
section is causing it to fail. Below is the entire line
which needs to be corrected.
WHERE a.DB146_SALES_DT=[Forms]![frm]![date2]
Thanks for any help you can provide!!
Craig
and I'm not sure how to handle this where it refers to a
specific text box in a form. The text box is
called "date2".
If I was to substitute Forms]![frm]![date2] with a date
of '11/14/2003' the SQL would run properly but this
section is causing it to fail. Below is the entire line
which needs to be corrected.
WHERE a.DB146_SALES_DT=[Forms]![frm]![date2]
Thanks for any help you can provide!!
Craig