P
Pam
I have a report that is giving me fits and there is probably a simple
solution. Query has this expression which returns correct value:
ReceiptOfGoodsToNow:
IIf(IsNull([PriceQuote]),DateDiff("d",[ReceiptOfGoods],Now()),"")
I have put this field from the query on the report "ReceiptOfGoodsToNow". I
have created a text field with the following equation in the detail, group
and report footer sections and cannot get it to return a value.
=Sum([ReceiptOfGoodsToNow])
Now, I get error message "Data mismatch". I had named the field
txtReceiptOfGoodsToNow" and was getting a parameter prompt for the name of
the field.
If anyone has a solution, it is very much appreciated.
Thanks,
Pam
solution. Query has this expression which returns correct value:
ReceiptOfGoodsToNow:
IIf(IsNull([PriceQuote]),DateDiff("d",[ReceiptOfGoods],Now()),"")
I have put this field from the query on the report "ReceiptOfGoodsToNow". I
have created a text field with the following equation in the detail, group
and report footer sections and cannot get it to return a value.
=Sum([ReceiptOfGoodsToNow])
Now, I get error message "Data mismatch". I had named the field
txtReceiptOfGoodsToNow" and was getting a parameter prompt for the name of
the field.
If anyone has a solution, it is very much appreciated.
Thanks,
Pam