How do I create Hyperlink based of a specific field in the same row?
In Excel it done like this:
=HYPERLINK("[http://www-hcr/Application/Pcr/App_GUI.aspx?Pi rPcrId=" &A273&"]", A273)
where the anything inside the " " is the value it's looking for in that particular cell.
How do I do a similar thing in Access?
In Excel it done like this:
=HYPERLINK("[http://www-hcr/Application/Pcr/App_GUI.aspx?Pi rPcrId=" &A273&"]", A273)
where the anything inside the " " is the value it's looking for in that particular cell.
How do I do a similar thing in Access?
Comment