Jim, thanks for the quick response and sorry for the lack of info.
I guess I'm using a combination of both procedures. In the 'on-click" event of my textbox(filenames) I execute an event procedure:
Private Sub Dept_Click()
FollowHyperlink strMyDocPath
End Sub
Private Sub Form_Load()...