View Single Post
  #3  
Old May 28th, 2010, 09:06 AM posted to microsoft.public.access.forms
hjgoldstein
external usenet poster
 
Posts: 4
Default Hyperlink on forms

Thanks for your reply Milord.

I tried your suggestion (clever) but exactly the same occurs. I just can't
understand why the Tab Control doesn't like it. The strangest thing is the
"#" characters appearing at either end of the url when you click on it.

I'd appreciate any other suggestions from any of you genii.

Thanks.

"Lord Kelvan" wrote:

Don’t know the answer to your problem but I don’t use hyperlinks and
if you cannot find a solution to it you can try this

I don’t use the hyperlink I only store the path in my database

Ie

C:\programfiles\mydocuments\document.doc

Or

http://www.google.co.nz

I then assign this to a control and use onclick to run this code

Application.FollowHyperlink mycontrol.Value

Hope this helps

Regards
Kelvan
.