Calculating a total

J

Jaz

I have a form that takes a part number from a table and lists all the
different locations it's stored and the quantiy on hand.

How would I create a calculation that would show up in the form footer that
gives me a total of the quantity on hand?

Thanks
Jasper
 
K

Katrina

Make the datasource of your control in the footer
=Sum([quantitycontrolname])
HTH
Katrina
 
Top