Hello,
I have a field in my table with hyperlinks that are specific to each record. In my form, I want to be able to open the hyperlinks when on each specific record. I know how to do this using a textbox control, but I don't like how the entire file location is displayed in the text box on the form. Is there a way to hide this file location and instead display the words "Click to open this hyperlink" in the textbox? If this isn't able to be done, is it possible to create a Command Button that opens the hyperlink for each specific record (I know the command button is usually a fixed control that doesn't change for each record). Are there any other solutions to this issue? I simply want to be able to open the hyperlinks without having the file locations visible. Also, I would prefer not to have to use VB!
Thank you!!