Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 7th, 2007, 08:01 AM
Registered User
 
Join Date: Apr 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Hyperlink

I am trying to build an email/database application, I can retrieve all data to the DB but I want to make an hyperlink to the folder where the application saves the attachments, something like this:

objCmd.Parameters.Add("@RevAttach", OleDbType.VarWChar, 100) _
         .Value = (LocHyp & (oMsg.Attachments(ii).FileName))

where LocHyp is the string for the location (\\Server\Folder\), I am using access, and when it adds the parameter the link dose not work, because it only uploads the text to display, any ideas?

Thank you

 
Old November 7th, 2007, 08:30 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Post the location to a Hyperlink field in a table.

mmcdonal

Look it up at: http://wrox.books24x7.com
 
Old November 7th, 2007, 10:17 AM
Registered User
 
Join Date: Apr 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I did that, it does underline the full path, but did not work, it post the location as TEXT TO DISPLAY.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink sryap3 Access VBA 1 November 20th, 2008 04:25 PM
How we can use hyperlink nagham Crystal Reports 0 February 9th, 2007 03:51 AM
hyperlink kritimehrotra Excel VBA 3 July 24th, 2006 08:32 PM
hyperlink hyperlink sbhandar Classic ASP Basics 6 August 26th, 2004 02:04 AM
hyperlink pab006 Classic ASP Basics 5 December 17th, 2003 10:33 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.