matrixindicator
IS-IT--Management
Hello,
I can't let work the code.
He said on BackColor property not found or working.
Is it a version matter (access 2003)
thanks, pat.
I can't let work the code.
He said on BackColor property not found or working.
Is it a version matter (access 2003)
thanks, pat.
Code:
Private Sub Ctl30YN_AfterUpdate()
If Me.Ctl30YN.Value = True Then
Me.[30CLOSE].BackColor = RGB(63, 200, 55) 'Green
Me.[30CLOSE] = date()
Else
End If
End Sub