R
ridgerunner
I have an Access table containing the fields "Qty In" and "Qty Out". Only
"Qty In" has data in it, representing the beginning balance. I have written
a query to substract the sum of "Qty Out" from the sum of "Qty In" to return
a current balance for each product. My problem is, since the "Qty Out" field
contains no data the query does not return a balance. If I place a zero in
"Qty Out", the query works. Does this mean that every record will have to
contain data in both fields in order for the query to work correctly? It
seems a waste of time having to enter zero. Any help is greatly
appreciated.
"Qty In" has data in it, representing the beginning balance. I have written
a query to substract the sum of "Qty Out" from the sum of "Qty In" to return
a current balance for each product. My problem is, since the "Qty Out" field
contains no data the query does not return a balance. If I place a zero in
"Qty Out", the query works. Does this mean that every record will have to
contain data in both fields in order for the query to work correctly? It
seems a waste of time having to enter zero. Any help is greatly
appreciated.