I am saving data from a master worksheet in excel into a database with only one table on the before close event of the worksheet. One of the fields that I am saving to in the database is supposed to be a hyperlink that opens the saved worksheet if you click on it. But it is not working. The field data type is set to hyperlink, and it shows up "blue" with the underline and gives the hand cursor. But when you click on it you only get the web toolbar in access, and it doesn't open the worksheet. If you edit the hyperlink by right clicking on it and following to the filename it will work. Here is the line of code that creates this field:
Code:
rs.Fields("File_Path_Hyperlink") = Application.ActiveWorkbook.FullName