Sum([Qty] * [Cost] * (1 +[markup%]), which is a simplified version of your
expression, should have worked. You should not use non-alphanumeric
characters such as a percent sign in a name, but if you use such characters
the name needs to be in brackets.
Another option would have been to use the expression as a calculated query
field, which you could have summed in the footer. You never mentioned what
mathematical operation you are trying to perform in the footer (sum,
average, or whatever), but as long as it is a function available to Access
it should work. You could also sum the numbers within a query. I can't see
how a recordsetclone will help, but if you got it working then good luck on
the rest of the project.
> No matter what I put in the form footer it didn't give me the correct
> answer
[quoted text clipped - 23 lines]
>>> Thanks
>>> A