To use the sum function, you'll have to be summing a field (not a control on the form). You could include the field to be summed in the detail section of the form. (even if you need to hide it that's okay). Then, include an unbound field in the footer section that uses a Control source of:
=sum(fielda)
where fielda is your fieldname
Or, you could do the calculation in the query...
J. Jones
jjones@cybrtyme.com