reference a control within stored data

V

VegasUser

I am attempting to create a dynamic report where the user can select from a
menu of paragraphs. For the paragraphs, I've created a table that stores a
reference # for the line and the text for the paragraph. Within the text of
the paragraph, I want to be able to reference values from the active form and
a joined table.

When I put the control reference in the data, obviously it gets evaluated as
a string. I've tried eval() but it won't evaluate strings. I've tried using
an alias within my select, but then the value is in each row. I'm stumped.

Any help you can offer is greatly appreciated!
 
Top