dual website address on report

  • Thread starter Thread starter Chris Wagner
  • Start date Start date
The Hyperlink field contains three (or four) pieces of information.
Use HyperlinkPart() to parse the address part.

Set the Control Source of the text box on your report to:
=HyperlinkPart([MyField], 2)
You will also need to change the Name of the text box if it is the same as
the field name.

For more information on how the hyperlink field is made up, see:
Introduction to Hyperlink fields
at:
http://allenbrowne.com/casu-09.html
 
Back
Top