I have excel file with two fields:
Website column is a function:
When importing to Access , the link is disappeared.
How to keep the 'Website' field value, based on 'Model' (as in Excel)?
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: