Results 1 to 2 of 2
  1. #1
    Avinit is offline Novice
    Windows XP Access 2002
    Join Date
    Dec 2010
    Posts
    1

    Hyperlink hell

    Hi,

    I am pretty new to access but have quite a good general knowledge of other office suite programs. However, I am having a mare as regards linking an excel table into access where a column contains Hyperlinks.

    I have tried this 2 different ways and both arent giving me good results.

    1. I can import a table into access from excel and get all hyperlinks working fine. However when I import a linked table the hyperlinks dont work because i cant change the dataset to hyperlinks.

    2. It was suggested saving the excel spreadsheet as a webpage then linking it in to access. Now this works up to a point although when i go through the wizard i get a list of multiple tables (table1 , table2, table3 etc.) I select the one with the majority in but cannot get all my excel spreadsheet to appear, although the links for the ones that are present are working fine.

    I am unsure which is the right method to go down, as both are nearly there but not quite.

    Any help would be greatly appreciated.

    Thanks



    Ben

  2. #2
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    I might design a form based on the excel linked table (and show it as a datasheet). Then in the OnClick event of the hyperlink excel field (in the form's event for the hyperlink field), add code such as:

    Dim strURL as variant
    strURL = me!MyExcelHyperlinkFieldName
    application.followhyperlink strURL

Please reply to this thread with any new information or opinions.

Similar Threads

  1. how to insert a hyperlink?
    By markjkubicki in forum Programming
    Replies: 1
    Last Post: 09-16-2010, 07:37 AM
  2. How to email a hyperlink using VBA
    By Lockrin in forum Access
    Replies: 1
    Last Post: 07-16-2010, 02:29 PM
  3. Where is the hyperlink....
    By amer in forum Queries
    Replies: 1
    Last Post: 06-09-2010, 12:06 PM
  4. Hyperlink in Report?
    By cadsvc in forum Reports
    Replies: 0
    Last Post: 05-11-2010, 07:27 PM
  5. Hyperlink Help
    By smikkelsen in forum Access
    Replies: 9
    Last Post: 03-12-2010, 11:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums