i know you're not supposed to, but i need to store a calculation from my subform in a table. the subform is based on a query, and the main form is based on a table. the calculated field is
=Sum(([Units]*[LastCost])/[Yield])
which adds up all of the lines in the subform.
where do i put this...