S
Shawgod
I Run a report everyday that takes a query and data in a table and
converts it to a report. The Report has run every day without
problems. I checked the data and see no problems in the data. I also
made sure the Querys are running correctly, they all are fine. here is
the code I have for this part that it is erroring out on.
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
If Me.[Pct Sold] > 0.1799 Then
Me.Check47 = True
Else
Me.Check47 = False
End If
End Sub
It is erroring out on the If ME. [pct sold] statement. Any help would
be good.
Thanks
converts it to a report. The Report has run every day without
problems. I checked the data and see no problems in the data. I also
made sure the Querys are running correctly, they all are fine. here is
the code I have for this part that it is erroring out on.
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
If Me.[Pct Sold] > 0.1799 Then
Me.Check47 = True
Else
Me.Check47 = False
End If
End Sub
It is erroring out on the If ME. [pct sold] statement. Any help would
be good.
Thanks