I almost have a problem solved with the help of someone in here already. I just need yet to "bound" the control to the (EstimateID) or somehow.
I have a unbound value from a text box from another form and having it show up in a report.
What works is - =Forms!fmestima te!txtestimatet otal
The form I am looking up information from is "fmestimate "
Text Box Name is "txtestimatetot al"
Text Box Control is "=CDbl(nz([txtproductlabor costtotal],0))+CDbl(nz([txtsalescommiss ion],0))
The above gives me the estimate total on the report page but does not keep the total with the "EstimateID " or each record.
I have tried several ME.! scenerios with errors.
Please help this is the last piece of the puzzle before I can get this thing up and running.
Thanks
Gary
I have a unbound value from a text box from another form and having it show up in a report.
What works is - =Forms!fmestima te!txtestimatet otal
The form I am looking up information from is "fmestimate "
Text Box Name is "txtestimatetot al"
Text Box Control is "=CDbl(nz([txtproductlabor costtotal],0))+CDbl(nz([txtsalescommiss ion],0))
The above gives me the estimate total on the report page but does not keep the total with the "EstimateID " or each record.
I have tried several ME.! scenerios with errors.
Please help this is the last piece of the puzzle before I can get this thing up and running.
Thanks
Gary
Comment