L
Lamar
I have report which takes information from a control on a
form. However the form is base on a query. So sometimes
the query has no results and I get Error 2427 "No Value"
when I try to open the report.
Is there something I can do? Here is the code. Thanks
Private Sub Report_Open(Cancel As Integer)
If Forms![Request]![txtDate] < Now() Then
lblBYE.Visible = True
End Sub
form. However the form is base on a query. So sometimes
the query has no results and I get Error 2427 "No Value"
when I try to open the report.
Is there something I can do? Here is the code. Thanks
Private Sub Report_Open(Cancel As Integer)
If Forms![Request]![txtDate] < Now() Then
lblBYE.Visible = True
End Sub