Trevor Howard
Registered User.
- Local time
- Today, 22:01
- Joined
- Aug 29, 2002
- Messages
- 64
Hello, I need a bit of help please with the following query.
I have a query based on a products table “UnitsReceived” and Orders Detail table “QtySold”
My auto calculation field in the query is as follows:-
In Stock: [UnitsReceived]-[QtySold]
If there is no value in field “QtySold” I get a blank return for that product line, I would like to show the value held in UnitsReceived field, since there is nothing to deduct from itself.
Starting Qty minus nothing, should equal Starting Qty
Thanks for your advice
I have a query based on a products table “UnitsReceived” and Orders Detail table “QtySold”
My auto calculation field in the query is as follows:-
In Stock: [UnitsReceived]-[QtySold]
If there is no value in field “QtySold” I get a blank return for that product line, I would like to show the value held in UnitsReceived field, since there is nothing to deduct from itself.
Starting Qty minus nothing, should equal Starting Qty
Thanks for your advice