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

  • Thread starter Thread starter Jerry Qu
  • Start date Start date
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
 
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
 
Back
Top