i have a report which acts as a invoice, it displays the selected pc components and related prices for that customerID.
now, when i want to calculate the sub total, i have put this formula into a text box: =Sum(CLng([Quantity]*[UnitPrice]))
but i when go to view it in print preview mode, the box comes up with a #Error
i've tried this: =Sum(CLng([line total]))
(line total calculates the end price if more than one of the same component is used). it comes up with again: #Error
any idea's anyone?
now, when i want to calculate the sub total, i have put this formula into a text box: =Sum(CLng([Quantity]*[UnitPrice]))
but i when go to view it in print preview mode, the box comes up with a #Error
i've tried this: =Sum(CLng([line total]))
(line total calculates the end price if more than one of the same component is used). it comes up with again: #Error
any idea's anyone?