Hi Lee
You need to add the following code to your "Datasheet" or Form 2 (for whichever field, or all fields, that the user can double-click on).
Private Sub txtYourField_DblClick(Cancel As Integer)
On Error GoTo Err_txtYourField_DblClick
Dim stDocName As String
Dim LinkCriteria As...