Hyperlink Issue

nyrob609

Registered User.
Local time
Yesterday, 22:20
Joined
May 22, 2009
Messages
46
Hi All,

I am having a problem with Hyperlink in a form when I click it tells me Run time error Microsoft access cannot follow hyperlink. Each records has its own link for specific file. If I click the link in the table it opens with no problem but in the form I get the error message to debug or end if I hit End it open the link.


Looked at the form - on click event procedures my command is

followhyperlink me.privileges

Am I missing something
 
what about taking the event off the hyperlink. im not sure about hyperlinks in particular but it sounds like your are exiting sub when you are clicking end. thus in my opinion not needing the vba.
 

Users who are viewing this thread

Back
Top Bottom