E
Eric
It gives that error when i try to print the two dates in my report:
You cant assign value to this object
Private Sub Report_Open(Cancel As Integer)
Me.dt1 = Forms.JStatusFrm.Date1
Me.dt2 = Forms.JStatusFrm.Date2
End Sub
Thanks,
You cant assign value to this object
Private Sub Report_Open(Cancel As Integer)
Me.dt1 = Forms.JStatusFrm.Date1
Me.dt2 = Forms.JStatusFrm.Date2
End Sub
Thanks,