Opening hyperlinks

T

Tammy S.

I have a hyperlink to a wiki that opens in my database window. I have to
click the back button to return to the database. Can the wiki be opened in a
seperate window?
 
D

Dirk Goldgar

Tammy S. said:
I have a hyperlink to a wiki that opens in my database window. I have to
click the back button to return to the database. Can the wiki be opened
in a
seperate window?


That sounds strange. What is the hyperlink address, and how do you invoke
the hyperlink?
 
T

Tammy S.

The wiki is on an intranet, providing it won't help you get to it and company
policy won't let me share it. I used insert, hyperlink to included it in the
form. Should I have used a command button instead? If so, don't know how to
make it open Internet Explorer.
 
D

Dirk Goldgar

Tammy S. said:
The wiki is on an intranet, providing it won't help you get to it and
company
policy won't let me share it. I used insert, hyperlink to included it in
the
form. Should I have used a command button instead? If so, don't know how
to
make it open Internet Explorer.


Clicking an http: hyperlink shouldn't cause the web page to open in your
database window, but rather in your default web browser. That's why I asked
what the hyperlink address is. But if it's policy not to reveal it, I
understand. It might help to know the overall format of it, though.

Is this hyperlink stored as a hyperlink field in a table? What sort of
control is it attached to? How did you insert it?

As Doug Steele suggested, you can add a (non-hyperlink) command button to
your form that executes the statement:

Application.FollowHyperlink <your URL>

That ought to open the hyperlink in your web browser. But I don't
understand what is going on with your current hyperlink, and I'm very
curious.
 
D

De Jager

Tammy S. said:
The wiki is on an intranet, providing it won't help you get to it and
company
policy won't let me share it. I used insert, hyperlink to included it in
the
form. Should I have used a command button instead? If so, don't know how
to
make it open Internet Explorer.
 
J

jano

Tammy S. said:
The wiki is on an intranet, providing it won't help you get to it and
company
policy won't let me share it. I used insert, hyperlink to included it in
the
form. Should I have used a command button instead? If so, don't know how
to
make it open Internet Explorer.
 
T

Tammy S.

Thanks, all, for your help. We had an upgrade to Internet Explorer and now
the link opens in IE instead of my database window. At least I assume that's
why. As the saying goes, if it ain't broke, don't fix it.
 

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

Top