I hope you can help. I have read for many hours and tried examples to help me resolve my subtotal error on a form/subform, but alas no joy.
This forum has been an exellent resource and the answers with the posts have resolved many problems I have encountered.
But the time has come to ask a question!
On a simple subform, I have the Line Total all working fine and dandy. But, for the life of me I cannot get my Total text box in footer to work?
My Line Total calc is
And on the posts I have learnt that I must have Sum of this calc in my total box, but I either get 0 or #Error.
Can anyone please help?

This forum has been an exellent resource and the answers with the posts have resolved many problems I have encountered.
But the time has come to ask a question!
On a simple subform, I have the Line Total all working fine and dandy. But, for the life of me I cannot get my Total text box in footer to work?
My Line Total calc is
=([Quantity]*[SellPrice])*((1-[Discount])*100)/100
And on the posts I have learnt that I must have Sum of this calc in my total box, but I either get 0 or #Error.
Can anyone please help?