Database minimizes after hyperlink is clicked

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ive been searching past postings and anyone who has ever asked this question
has been ignored. Is there anyway to prevent the database from minimizing
after the hyperlink is clicked? Is it just not a possibility or why has no
one ever had this question answered?
 
Hendricks97 said:
Ive been searching past postings and anyone who has ever asked this question
has been ignored. Is there anyway to prevent the database from minimizing
after the hyperlink is clicked? Is it just not a possibility or why has no
one ever had this question answered?

Most likely not ignored, just nobody had an answer. Like me.
 
I don't see the problem... I tested it, and when I closed the instance of
Access that was started with the hyperlinked db, the original db was still
there on the screen in all its glory. In fact, the original db never was
minimized.
So I'm confused as to what the problem is.
 
maybe it has something to do with the fact that the hyperlink is directed to
another access database
 
I am aware of that, and that's exactly what I tested. On a form in one db I
put a hyperlink to a db on another drive, and I was unable to replicate your
problem.
 
do you have the hyperlink added through code or inserted via the menu bar?
 
I used the menu command Insert Hyperlink to place the hyperlink on the form.
I also created a hyperlink field in a table and entered the path to the
other db, and that didn't close the original db either.
 
Could it be some sort of property setting or is it due to the versions? Im
using 2000 SR-1 Premium (9.0.7616 SP-3) on Windows 2000 5.00.2195 Service
Pack 4. Im starting to get a headache trying to figure this out
 
Full Story.

The use of...

Application.FollowHyperlink "Some URL"

....causes Access to minimize in Access 97 and Access 2000. It does not do
this in Access 20002 and Access 2003. There is no work-around that I am
aware of other than to shell the other application rather than using the
FollowHyperlink method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top