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> OriginalDesign.png

and it displays the URL as expected.

WithSiteURL.png

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 ...

Enter image details here

... because In the text box (where the hand is pointing the cursor)

  stack overflow # http: //stackoverflow.com/#  

Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -