J
Joel
Hello,
I'm trying to make a line appear in a report when the EndDate is equal to
today's date. It is giving me an error.
Option Compare Database
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Now() = EndDate Then
Me.Line126.Properties = Visible
End If
End Sub
I'm sure I have "Me.Line126.Properties = Visible" formated wrong or
something?
Thank you for your help,
Joel
I'm trying to make a line appear in a report when the EndDate is equal to
today's date. It is giving me an error.
Option Compare Database
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Now() = EndDate Then
Me.Line126.Properties = Visible
End If
End Sub
I'm sure I have "Me.Line126.Properties = Visible" formated wrong or
something?
Thank you for your help,
Joel