A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

"Relative" Hyperlink



 
 
Thread Tools Display Modes
  #1  
Old March 30th, 2005, 01:19 AM
Dan Sweetwood
external usenet poster
 
Posts: n/a
Default "Relative" Hyperlink

I want to automate a hyperlink to a folder that contains scanned patient lab
test image files; t:\scans\"patient record ID #". [lab tests] property is
set to a hyperlink with the default value of t:\scans\. The file names are
the patient record ID #'s so I want the hyperlink field to give an address
based on the that record's patient ID #. I can get it to show as an
expression using ="t:\scans\"&[recordID] but I can't get it to work as a
hyperlink. I really need your help and it will be appreciated.
--
Dan S
  #2  
Old March 30th, 2005, 04:30 AM
Arvin Meyer
external usenet poster
 
Posts: n/a
Default

"Dan Sweetwood" wrote in message
...
I want to automate a hyperlink to a folder that contains scanned patient

lab
test image files; t:\scans\"patient record ID #". [lab tests] property is
set to a hyperlink with the default value of t:\scans\. The file names are
the patient record ID #'s so I want the hyperlink field to give an address
based on the that record's patient ID #. I can get it to show as an
expression using ="t:\scans\"&[recordID] but I can't get it to work as a
hyperlink. I really need your help and it will be appreciated.


Labels also have a hyperlink property so you don't need to use an actual
hyperlink. Here's some code:

Me.Label1.HyperlinkAddress = "t:\scans\" & Me.Text2
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access



  #3  
Old March 30th, 2005, 04:49 AM
Dan Sweetwood
external usenet poster
 
Posts: n/a
Default

Arvin,

Thank you very much! I will get right on it.

"Arvin Meyer" wrote:

"Dan Sweetwood" wrote in message
...
I want to automate a hyperlink to a folder that contains scanned patient

lab
test image files; t:\scans\"patient record ID #". [lab tests] property is
set to a hyperlink with the default value of t:\scans\. The file names are
the patient record ID #'s so I want the hyperlink field to give an address
based on the that record's patient ID #. I can get it to show as an
expression using ="t:\scans\"&[recordID] but I can't get it to work as a
hyperlink. I really need your help and it will be appreciated.


Labels also have a hyperlink property so you don't need to use an actual
hyperlink. Here's some code:

Me.Label1.HyperlinkAddress = "t:\scans\" & Me.Text2
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access




  #4  
Old March 31st, 2005, 03:30 AM
jchqkjjzhhszhx
external usenet poster
 
Posts: n/a
Default

http://www.saob.net/index.php?n=hsdy
"Dan Sweetwood" ...
I want to automate a hyperlink to a folder that contains scanned patient
lab
test image files; t:\scans\"patient record ID #". [lab tests] property is
set to a hyperlink with the default value of t:\scans\. The file names are
the patient record ID #'s so I want the hyperlink field to give an address
based on the that record's patient ID #. I can get it to show as an
expression using ="t:\scans\"&[recordID] but I can't get it to work as a
hyperlink. I really need your help and it will be appreciated.
--
Dan S



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
hyperlink changes address from absolute path to relative tnybecker General Discussion 2 January 7th, 2005 08:35 AM
how to make a relative path in a hyperlink in a word-html file? Word Hyperlinks General Discussion 1 December 15th, 2004 02:31 PM
Using Hyperlinks in Mail Merge IF...THEN...ELSE Statements Mark V Mailmerge 8 November 30th, 2004 01:31 PM
How can I make a Hyperlink relative? griff Worksheet Functions 1 June 23rd, 2004 05:41 PM


All times are GMT +1. The time now is 05:41 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.