I have a hyperlink field in a record in my table that links to a specific word or excel file (something like #description#x:\directory\subdirectory\filemane). Another field of the same record specifies the subdirectory name where the word or excel file is found. I would like the subdirectory part of the hyperlink field to change automaticaly according to changes made to the subdirectory field of that record (i.e. respond to the subdirectory field's OnChange or AfterUpdate events). Can someone help me with the right VB code for this task? Thank you in advance.