Hyperlink based on field value

Jonny

Registered User.
Local time
Tomorrow, 01:59
Joined
Aug 12, 2005
Messages
144
I have excel file with two fields:

Model | Website
--------------------
Toyota | Press..
Honda | Press..

Website column is a function:
Code:
=+HYPERLINK("http://www."&A3&".com","Press..")

When importing to Access , the link is disappeared.

How to keep the 'Website' field value, based on 'Model' (as in Excel)?
 
Last edited:
The import to Access pulls data only. It doesn't run calculations. To import the link, you would need to create a macro that formats the link and saves it as data in another column.
 
Less or more I understand what you mean , but have no idea how to implement this.
Could you please help with this sample?

Thanks
 

Users who are viewing this thread

Back
Top Bottom