Hyperlink frustration

mikemaki

Registered User.
Local time
Today, 14:50
Joined
Mar 1, 2001
Messages
81
I have a form with a hyperlink that links to a word document. The link works fine but when I close the word document, the form is always minimized. This seems like a simple problem, but it's one of those little thorns I tend to spend too much time on. I put a DoCmd.Maximize into the link's click event. I set auto resize to off. Nothing will keep the form maximized. Anyone have any suggestions?
 
I have never had that problem when I use the FollowHyperlink Method. Check the help files for more info and examples with the FollowHyperlink Method.

Application.FollowHyperlink "X:\Testing\123.doc"

HTH
 

Users who are viewing this thread

Back
Top Bottom