I am having trouble coming up with how to take a unbound value from a text box from another form and having it show up in a report. I have tried many things with no success
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
I then want to be able to print a estimate page with the total.
Can anyone please help me work this out?
Thanks
Gary
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
I then want to be able to print a estimate page with the total.
Can anyone please help me work this out?
Thanks
Gary
Comment