Dear All,
I am getting an 'invalid use of null' error on clicking the button with the following underlying code. What is the problem here ?
Private Sub accidentreport_Click()
On Error GoTo Err_accidentreport_Click
Dim stDocName As String
Dim stLinkCriteria As String
Dim c, d As...