Hi all,
This following code transcribes a hyperlink string into an Access field from a prepopulated array:
Dim db As DAO.Database
Dim rsImport As Recordset
Dim i As Long, j As Long
However, this only imports the string. It's doesn't also update the address details, which means that the hyperlink doesn't work.![]()
Please Login or Register to view this content.
So, how do I also include the underlying address details?
Cheers
Bookmarks