P
pvdalen
Hi all,
I hope this is simple. I have the following expression to populate a text
box:
=IIf(IsNull([Forms]![Customer]![servicecall]![SCallID]),0,(DSum("[priceper]*[partquantity]","Parts","serviceID
= " & [Forms]![Customer]![servicecall]![SCallID])))
It worked just fine in Access 2002, but now that the system has been
upgraded to 2007, it no longer functions. There is no error message; just
inaction.
Can anyone help me with why this might be the case?
Thanks for your help.
I hope this is simple. I have the following expression to populate a text
box:
=IIf(IsNull([Forms]![Customer]![servicecall]![SCallID]),0,(DSum("[priceper]*[partquantity]","Parts","serviceID
= " & [Forms]![Customer]![servicecall]![SCallID])))
It worked just fine in Access 2002, but now that the system has been
upgraded to 2007, it no longer functions. There is no error message; just
inaction.
Can anyone help me with why this might be the case?
Thanks for your help.