G
Guest
Can someone please help me
I have a query with the following fields
Min Weight, Actual Weight, Vol. Weight
I need to workout what the Excess Weight is depending on which is
greaterbetween Actual Weight and Vol. Weight
Something like this:
If Actual Weight > Vol. Weight Then
Excess Weight = Actual Weight - Min. Weight
Else
Excess Weight = Vol. Weight - Min. Weight
End If.
How do i do this in the query?
I have a query with the following fields
Min Weight, Actual Weight, Vol. Weight
I need to workout what the Excess Weight is depending on which is
greaterbetween Actual Weight and Vol. Weight
Something like this:
If Actual Weight > Vol. Weight Then
Excess Weight = Actual Weight - Min. Weight
Else
Excess Weight = Vol. Weight - Min. Weight
End If.
How do i do this in the query?