hi everyone
I am making a MS Access program for inventory..
I need help in making a query for
sum the incoming materials
and outgoing materials !!
should i use (iif) statement ??
so if the transaction type is (in) , it return the amount field , and if the transaction type field is (out) it return (amount * -1 ) ?
then sum the all amounts ??
I am making a MS Access program for inventory..
I need help in making a query for
sum the incoming materials
and outgoing materials !!
should i use (iif) statement ??
so if the transaction type is (in) , it return the amount field , and if the transaction type field is (out) it return (amount * -1 ) ?
then sum the all amounts ??
Comment