OK so I have been using DLookUp, and it works for everything I need on the form, except for the clickable hyperlink.
I have checked the following:
Table field: Is Hyperlinked
Query: Hyperlink pulls in correctly
So I need something in my text or list box that can give me a clickable hyperlink.
I have heard about HyperlinkPart, but I am not sure if this is what I need or how to define my query based on this.
Here is the Dlookup that I need to edit to get to work for hyperlinks.
I have checked the following:
Table field: Is Hyperlinked
Query: Hyperlink pulls in correctly
So I need something in my text or list box that can give me a clickable hyperlink.
I have heard about HyperlinkPart, but I am not sure if this is what I need or how to define my query based on this.
Here is the Dlookup that I need to edit to get to work for hyperlinks.
Code:
=DLookUp("Link","TC_Lib","[Sort_Field] = '" & Forms!TC_Library!Report & "'")