Unbound text boxes

nightmaregenerator

Registered User.
Local time
Today, 20:57
Joined
Dec 11, 2009
Messages
33
Is there a way to get information from an unbound text box into a report?

I have a form that has a few feilds calculated on the form through unbound text boxes but I need these values in be seen in a report.

Any ideas?
 
Presuming the form is open, a textbox on the report with a control source like this will show the value:

=Forms!FormName.TextBoxName
 

Users who are viewing this thread

Back
Top Bottom