Hyperlink in MS Access report -
I have created an MS Access 2013 database to track all the communications about a trading website. And columns have ads with column IDs (numbers) and links (hyperlinks), and columns with ads have a link to the advertisement, in which there is an advertisement ID link in the link field for advertising on the website.
The link column is easy to include in the report, but to save space, I would like to change the ID field to hyperlink as the displayed text and the link column contents as the target. How would I go about that?
I have already played a bit of role with the properties of the ID column and "Hyperlink" is correct and "Hyperlink target" with "SELECT" # & amp; Link & amp; # 1 ads. URL '', but it was not working. It may require a WHERE clause, but how do I reference the value of the ID field of the record in question?
For example, I created a table called [LinkTest] with the column
ID - AutoName, Primary key
SiteName - Lesson (255)
SiteURL - Hyperlink
More data
ID SiteName site url - -------------- ------- -------------------- 1 stack overflow #http : //stackoverflow.com/# 2 YouTube #http: //www.youtube.com/#
I created a new report with the text box for the URL
< P>
and it displays the URL as expected.
SiteName displayed as hyperlink To do this, I've just edited the control source to include the site name in the #
-delimited hype. Rlink Text
and now displays the text box URL as the link as the site name ...
... because In the text box (where the hand is pointing the cursor)
stack overflow # http: //stackoverflow.com/#
Comments
Post a Comment