RESOLVED!!!!! Text Box Value not printing on Report
I have a txtBox (txtAcct#) on a form that once entrered on the form I can use to populate another txtBox(Acct#) on a report. It works great using the unbound txtBox Control Source =[Forms]![CblCardDispoTool]![txtAcct]. I can open the report and what I entered into the form is there. I now want to export the information to a .txt or .wrd file so the info can be copied and pasted in to another application that I don't have access to just sending the info too. When I use OutpuTo it sends the txtBox Label but not the actual acct#.
It looks like : Acct#
Should be : Acct# 1234567891234
How do I get the actual Account# exported?
I have a txtBox (txtAcct#) on a form that once entrered on the form I can use to populate another txtBox(Acct#) on a report. It works great using the unbound txtBox Control Source =[Forms]![CblCardDispoTool]![txtAcct]. I can open the report and what I entered into the form is there. I now want to export the information to a .txt or .wrd file so the info can be copied and pasted in to another application that I don't have access to just sending the info too. When I use OutpuTo it sends the txtBox Label but not the actual acct#.
It looks like : Acct#
Should be : Acct# 1234567891234
How do I get the actual Account# exported?
Last edited: