473,467 Members | 1,436 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Creating a hyperlink from the Switchboard

2 New Member
Hi there. This may be a really simple question for some of you, but I am stuck. I am trying to create a hyperlink to a web page from the switchboard in Access. I have been using the RunApp command in macros to link to a folder and an excel file, but I am not having any luck following the same model to get to a web page.

Can someone please advise? Thank you,
Stacey
Sep 4 '07 #1
5 4756
epots9
1,351 Recognized Expert Top Contributor
Hi sljohnson welcome to TSDN,

in design view, for the row you want to be a hyperlink change the data type to hyperlink. Then what data are in those fields it will go to "http://field-value".

In perview you can right click the hyperlink and a hyperlink tab will be enabled then you can edit where the link goes (have to done for every entry, changing one will not change the others).

good luck
Sep 4 '07 #2
pbmods
5,821 Recognized Expert Expert
Moving to the Axes Forum....
Sep 4 '07 #3
ADezii
8,834 Recognized Expert Expert
Hi there. This may be a really simple question for some of you, but I am stuck. I am trying to create a hyperlink to a web page from the switchboard in Access. I have been using the RunApp command in macros to link to a folder and an excel file, but I am not having any luck following the same model to get to a web page.

Can someone please advise? Thank you,
Stacey
Here are the steps necessary in order for you to Navigate to a Hyperlink Address from an Access Switchboard Item:
  1. Create a Public Function named fFollowHyperlink.
    Expand|Select|Wrap|Line Numbers
    1. Public Function fFollowHyperlink()
    2.   'Open the Yahoo Home Page in a New Window
    3.   Application.FollowHyperlink "http://www.yahoo.com", , True
    4. End Function
  2. Select the Switchboard Item that the User will use to Navigate to the Hyperlink Address.
  3. Enter the following Arguments for the Switchboard Item:
    1. Text: Open Yahoo Home Page
    2. Command: Run Code
    3. Function Name: fFollowHyperlink
  4. You can, of course, change the Function Name, and the Text for the Switchboard Item to something more appropriate.
Sep 4 '07 #4
sljohnson
2 New Member
This worked great. Thank you so much!

Here are the steps necessary in order for you to Navigate to a Hyperlink Address from an Access Switchboard Item:
  1. Create a Public Function named fFollowHyperlink.
    Expand|Select|Wrap|Line Numbers
    1. Public Function fFollowHyperlink()
    2.   'Open the Yahoo Home Page in a New Window
    3.   Application.FollowHyperlink "http://www.yahoo.com", , True
    4. End Function
  2. Select the Switchboard Item that the User will use to Navigate to the Hyperlink Address.
  3. Enter the following Arguments for the Switchboard Item:
    1. Text: Open Yahoo Home Page
    2. Command: Run Code
    3. Function Name: fFollowHyperlink
  4. You can, of course, change the Function Name, and the Text for the Switchboard Item to something more appropriate.
Sep 5 '07 #5
ADezii
8,834 Recognized Expert Expert
This worked great. Thank you so much!
You are quite welcome.
Sep 5 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: Mark | last post by:
I am looking for a switchboard creator alternative for my MDB. Can anyone help me? Thanks for your help, Mark
2
by: Terry | last post by:
I have created a switchboard, created using Access 2000. If I put the mouse anywhere on the form, outside of the checkboxes and scroll the wheel backwards, I get the following error. Run-Time...
4
by: Rampar | last post by:
I did some customizing on my switchboard (changing colors and adding graphics) to make it more appealing. I tried to add another item, and it told me that 8 was the limit. Fine. I deleted one...
2
by: Neil Greenough | last post by:
I am trying to create a Switchboard using the Switchboard Manager in MS Access 2000. I have managed to get the table created for the switchboard, however it hasn't actually created the form. ...
1
by: jimwlee | last post by:
Hi all, I mistakenly deleted my switchboard on the Object Forms view. I recreated it again with the database utility, but the switchboard isn't showing up in the forms view. Any ideas? Thanks in...
1
by: mplus_2000 | last post by:
I have recently inherited a database. The switchboard (and other forms) displays the name of the database on it (top, center). Currently the name that appears is Reviews. There are plans to roll...
4
by: mramsay | last post by:
Hi, I'm having a real problem creating a dynamic hyperlink for my website. I want to pull the field name from mysql table. Field name is description. I would like this to be a hyperlink on my...
2
by: CindyP | last post by:
I'm creating a Switchboard in Access 2007 and one command is to close Switchboard and exit Access. I've created a group macro to encompass two other command button. The other two buttons works...
2
by: Earl Anderson | last post by:
In Acc2003, I have a situation in which I have a main switchboard and upon pressing one of its buttons , takes the user to another sub hierarchical switchboard. Pressing one of these buttons could...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.