Hi people,
can anyone see what is wrong with this small piece of code please. When I try to run it I get the message invalid use of Null and it highlights the line.
CLdate = Date
Regards
Paul
can anyone see what is wrong with this small piece of code please. When I try to run it I get the message invalid use of Null and it highlights the line.
CLdate = Date
Code:
Private Sub Closed_AfterUpdate()
Dim CLdate As String
CLdate = Date
[ClosedDate] = CLdate
End Sub
Regards
Paul