I have a query which pulls two quantity fields from different tables. If there is no related record in the second table then I cannot subtract one from the other cos the second value is null.
Basically what I want to know is, is it possible if no related records are returned to return a zero so that
A - B = A and the value I require is returned.
TIA,
Chris
Basically what I want to know is, is it possible if no related records are returned to return a zero so that
A - B = A and the value I require is returned.
TIA,
Chris