How do I set each hyperlink to its individual ID number?

Lopez, Ahiezer 236 Reputation points
2021-11-23T19:06:16.277+00:00

I am trying to provide a sharepoint hyperlink to the users. The way I am going about this is setting the end of the link to the ID of the item but the hyperlink is the same for each item. How can I fix this. Below is a picture of my code in the load event. This is a continuous form btw.

151993-image.png

151927-image.png

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
859 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. DBG 2,301 Reputation points
    2021-11-23T20:50:54.163+00:00

    If you're trying to do this from within the table, I am not sure it will work. However, if you're doing this using a query, then I think it could work. Otherwise, I can think of two other options.

    1. Do it using code, or
    2. Do it using SharePoint (in other words, create a landing page in SharePoint, so the link are all the same; but also, passes the ID to the link and then have SharePoint redirect to the actual link)