i am new to msaccess.
i want to get a sum of two field and result should be stored in the first field
for example
i have : two fields named availableproduct,, newpurchaseproduct
now i want availableproduct=availableproduct+newpurchaseprodu ct
result should be stored in same location i.e. availableproduct
another two field,, availableproduct,,sellproduct
availableproduct=availableproduct-sellproduct.
please help how do i solve it..