close

In Excel 2003, I calculate a future date for prescription refill dates based
on one day less than NbrWeeksTillRefill weeks using the following expression.

RefillDateCalc: DateSerial(Year([tbl Prescriptions]![BeginDate]),Month([tbl
Prescriptions]![BeginDate]),Day([tbl Prescriptions]![BeginDate]) [tbl
Prescriptions]![NbrWeeksTillRefill]*7-1)

That works fine, but when I try to query it I get a data type mismatch error
with a date, text or number. Excel seems to recognize it as a date and will
format it as a date any way I wish. I created another field equal to this
field, and can query it using the expression Between [Beginnng Date] and
[Ending Date], but it asks for the parameter value of RefillDateCalc and
returns no results.

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()