Programatically Adjust Title?
So I have a report and in the title band I have a text object that displays the reports title; because the report will contain a date range I want the title to be something like "Referral Report From 01/01/05 To 01/01/17". So how to I access that object at runtime and assign the appropriate title to that object before printing?
Comments
Not precisely what I wanted as ".Left" has nothing to do with the text of a text object but it sent me in the right direction and for anyone else who wants to know how to do this here is the code I used: and i tested this and it does work fine.
Thanks!