1
111
I have a SETVALUE problem where:
item:[Forms]![Profit Tracking 2]![Sell Rate]
expression:[Forms]![Profit Tracking 2]![Profit
Tracking(Receivables)].[Form]![inv total]
This works fine aslong as there is always something in [inv total] - even 0.00
will work. but if [inv total] is null (ie the user deletes the record) the SELL
Rate field will not update to "Null" (or nothing). Is there something i can add
to the expression to allow for setvalue to be null? i can't have 0.00 in the
field as this will screw up another part of the program . if it's null it has
to show null.
any advise is greatly appreciated.
item:[Forms]![Profit Tracking 2]![Sell Rate]
expression:[Forms]![Profit Tracking 2]![Profit
Tracking(Receivables)].[Form]![inv total]
This works fine aslong as there is always something in [inv total] - even 0.00
will work. but if [inv total] is null (ie the user deletes the record) the SELL
Rate field will not update to "Null" (or nothing). Is there something i can add
to the expression to allow for setvalue to be null? i can't have 0.00 in the
field as this will screw up another part of the program . if it's null it has
to show null.
any advise is greatly appreciated.