Inserting Text from table that contains variables...

Big2

Registered User.
Local time
Today, 18:08
Joined
Oct 6, 2005
Messages
43
Hi Guys,

I'm having a small problem. I am trying to insert the data for the report from a table, instead of having the text already on the report, as i want to allow the user to be able to edit it on another form and thus change the content of the report.

The only problem i'm having is when they reference variables, it is basically putting " & [variable] & " into the textbox and not the actual value of the variable.

You can see this from the following screenshot, notice the above textbox is the old one, which has the variables filled out, where as the bottom textbox is capturing the string from a table and is not displaying the values of the variables, but instead the call.

Any ideas of how i can get around this?

Thanks in advance.
 

Attachments

  • text.JPG
    text.JPG
    30.8 KB · Views: 151

Users who are viewing this thread

Back
Top Bottom