I am trying to sum an unbound field in my continuous form footer.
User opens car form. Clicks on button and it opens a new form with only entries from the storage table that match the id on the open car form.
The control source for the unbound field is a calculation which works and is called GrandTotal
The formula in the footer of the form is =sum(GrandTotal)
However, I get #error
i have also tried =sum(Nz(GrandTotal),0)
And that does not work either.