Hi. I am trying to add an unbound textbox to an Access Form to create a hyperlink that opens a folder located outside the Database. The following code provided as a solution to another member's problem. On adding a textbox to my form and trying the code, I found it opens the file explorer ok, but I want to open a particular folder. Somehow I need to include the file path to my folder, rather than "explorer ". Grateful for any help with this. Chris
[FONT="]Private Sub txtAudit_files_DblClick(Cancel As Integer)[/FONT]
[FONT="] Shell "explorer " & Me.txtAudit_files, vbNormalFocus[/FONT]
[FONT="]End Sub[/FONT]
[FONT="]Private Sub txtAudit_files_DblClick(Cancel As Integer)[/FONT]
[FONT="] Shell "explorer " & Me.txtAudit_files, vbNormalFocus[/FONT]
[FONT="]End Sub[/FONT]