G
Guest
Help.
I am getting this error after enetering new samples in to the databse. We
use an older version of Access (2000). I will not let me open reports or
sample lists in the months these sample are due to be tested. However, I can
open the input data area and these samples are listed.
Private Sub bRptCRTTest_Click()
If Len(TestDate) <> 7 Or IsNull(TestDate) Then
Call GetTest
Else
DoCmd.OpenReport "rCRTMonthTest", acPreview
End If
End Sub
I am getting this error after enetering new samples in to the databse. We
use an older version of Access (2000). I will not let me open reports or
sample lists in the months these sample are due to be tested. However, I can
open the input data area and these samples are listed.
Private Sub bRptCRTTest_Click()
If Len(TestDate) <> 7 Or IsNull(TestDate) Then
Call GetTest
Else
DoCmd.OpenReport "rCRTMonthTest", acPreview
End If
End Sub