Dear All
More help needed if there is a solution.
I have a form with a list box on it. When I select a record it opens another form with the full record using the OnClick event with the following code:
Private Sub ListPts_Click()
On Error GoTo Err_ListPts_Click
Dim stDocName As String...