O
Octet32
i am new to VBA
I need the date in a field to change to red when it is 14 day old can this
be done?
I tryed using the =now() but no luck
If Me.txtdate > =Now() Then
Me.txtdate.ForeColor = 255
Else
Me.txtdate.ForeColor = 0
End If
octet
I need the date in a field to change to red when it is 14 day old can this
be done?
I tryed using the =now() but no luck
If Me.txtdate > =Now() Then
Me.txtdate.ForeColor = 255
Else
Me.txtdate.ForeColor = 0
End If
octet