K
keyser_soze
I am trying to dynamically add a hyperlink address to a label on a report. I
am using the same code in both the PageHeaderSection_Format and
GroupHeader0_Format events.
[label].Hyperlink.Address = Replace(HyperlinkPart(Me.[textbox], acAddress),
"$", "newtext")
The odd thing is that the code works in the PageHeaderSection_Format
section, but not in the GroupHeader0_Format section. Both hyperlinks contain
the "$" character and should be replaced.
Any help would be appreciated.
Thanks.
Warren
am using the same code in both the PageHeaderSection_Format and
GroupHeader0_Format events.
[label].Hyperlink.Address = Replace(HyperlinkPart(Me.[textbox], acAddress),
"$", "newtext")
The odd thing is that the code works in the PageHeaderSection_Format
section, but not in the GroupHeader0_Format section. Both hyperlinks contain
the "$" character and should be replaced.
Any help would be appreciated.
Thanks.
Warren