PC Review


Reply
Thread Tools Rate Thread

Can anyone tell me how to Hyperlink in Access?

 
 
Christene
Guest
Posts: n/a
 
      15th Apr 2010
On new layout of Access I can not figure out how to hyperlink a scanned form
onto our data base. Can anyone help me Please?
 
Reply With Quote
 
 
 
 
Wayne-I-M
Guest
Posts: n/a
 
      16th Apr 2010
Hi

What are you trying to do?
Do you want the scanned Doc to show up in a form or report
Do you want to go to the Doc OnClick

Can you give more details of what you are trying to do


--
Wayne
Manchester, England.



"Christene" wrote:

> On new layout of Access I can not figure out how to hyperlink a scanned form
> onto our data base. Can anyone help me Please?

 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      17th Apr 2010
The code would read:

Private Sub Form_Current()
On Error GoTo Error_Handler

Me.txtPath.HyperlinkAddress = Me.txtPath

Exit_Here:
Exit Sub

Error_Handler:
Resume Exit_Here

End Sub

Where txtPath is the path to the file. Clicking on txtPath will open the
file.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access


"Christene" <(E-Mail Removed)> wrote in message
news:95EFEA24-F9FF-41C0-B542-(E-Mail Removed)...
> On new layout of Access I can not figure out how to hyperlink a scanned
> form
> onto our data base. Can anyone help me Please?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert Hyperlink: wrong hyperlink in outlook web access =?Utf-8?B?UGF0cmlrIEx1Y2E=?= Microsoft Outlook Discussion 1 14th Jul 2007 12:11 AM
Hyperlink in Access tr2usa@yahoo.com Microsoft Excel Misc 0 4th Jul 2007 03:23 PM
Converting Varchar Hyperlink address from SQL Server to real hyperlink in MS Access FA Microsoft Access Form Coding 3 25th Jan 2006 08:03 PM
displaying a hyperlink as a hyperlink on a data access page =?Utf-8?B?Sm8=?= Microsoft Access 0 14th Jul 2005 03:39 PM
hyperlink access =?Utf-8?B?Z3JlZw==?= Microsoft Word Document Management 1 14th Mar 2005 10:01 PM


Features
 

Advertising
 

Newsgroups
 


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