I have a sub form which has a filed call txtNetTotal
This txt boc calculates the number or products * the price
=Sum (SellingPrice]*[Quanitiy]
That works
then in the Footer I have a txt box called grand total
Which totals the lot.
=Sum[txtNetTotal]
But I get the #Error in the txtbox
Not sure why
thanks in advance for any help
This txt boc calculates the number or products * the price
=Sum (SellingPrice]*[Quanitiy]
That works
then in the Footer I have a txt box called grand total
Which totals the lot.
=Sum[txtNetTotal]
But I get the #Error in the txtbox
Not sure why
thanks in advance for any help