Hello, This is more of a yes/no as I am not the person working on the project.
Can you have a field that pulls data from column1 but has column2 inserted into it. Example [tt]column1 = 'Hello, Thank you for your order of <column2> widgets. It will be shipped <today>.'
column2 = 42[/tt]
In report you would have
[tt]Hello, Thank you for your order of 42 widgets. It will be shipped 4/11/2011.[/tt]
What I was wondering is there a way to do this (VB.NET and SQL Server) such that a different template is not needed if the column1 text is changed?
Thanks
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!
Can you have a field that pulls data from column1 but has column2 inserted into it. Example [tt]column1 = 'Hello, Thank you for your order of <column2> widgets. It will be shipped <today>.'
column2 = 42[/tt]
In report you would have
[tt]Hello, Thank you for your order of 42 widgets. It will be shipped 4/11/2011.[/tt]
What I was wondering is there a way to do this (VB.NET and SQL Server) such that a different template is not needed if the column1 text is changed?
Thanks
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!