txtBox value print out in Report

gsbatch1

Registered User.
Local time
Today, 08:20
Joined
Dec 28, 2010
Messages
45
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?
 
Last edited:
Man its the little things.
I forgot to make the report unbound. When it "OutputTo" it was still using the query I had as its control source. Once I removed the Query and made the report Unbound, it worked.
 

Users who are viewing this thread

Back
Top Bottom