Hi
I have a report with a few hidden textboxes because they are controls for a long calculation. However in the report every record shows the same calculation when it shouldnt...
Im trying to create a report for multiple records.
My calculated textbox is:
=Sum((([txtLFeet]*0.3048)+([txtLInches]/12*0.3048))*(([txtWFeet]*0.3048)+([txtWInches]/12*0.3048))*[CV Code])
I know the calculation is correct because it works in a report based on ONE RECORD however it just repeats the same answer for all records...
Any ideas?
I have a report with a few hidden textboxes because they are controls for a long calculation. However in the report every record shows the same calculation when it shouldnt...
Im trying to create a report for multiple records.
My calculated textbox is:
=Sum((([txtLFeet]*0.3048)+([txtLInches]/12*0.3048))*(([txtWFeet]*0.3048)+([txtWInches]/12*0.3048))*[CV Code])
I know the calculation is correct because it works in a report based on ONE RECORD however it just repeats the same answer for all records...
Any ideas?