how to add sum([extend price]) txt to the report

J

Jerry Qu

Hi All,

I am working on Invoice type report. When add a text box to show the
subtotal> =sum([extend]) get err in display
like #Err

Question:
1. how to find what is the err
2. any idea why and what goes wrong, it has been OK when used in the form
for same purpose.


TIA

Jerry
 
F

Fons Ponsioen

Jerry. I suspect that the textbox has the same name as one of the data
fields (maybe "extend") rename the textbox and that should fix it.
Hope this helps.
Fons
 
Top