M
marc
I have the following code right now and to add something
to it:
Private Sub Corrective_Action_AfterUpdate()
Dim varCorrectiveAction As Variant
If (Not IsNull(varCorrectiveAction)) Then
Me.FirstResponseDate = Now()
End If
Me.Refresh
End Sub
I have a check box called "warfighter." When there is a
check in the box I want the above code to work and add the
date automatically to the firstresponsedate. When there
is no check in the box I don't want the code to work and
add the date in the firstresponsedate field.
Can someone please help me
to it:
Private Sub Corrective_Action_AfterUpdate()
Dim varCorrectiveAction As Variant
If (Not IsNull(varCorrectiveAction)) Then
Me.FirstResponseDate = Now()
End If
Me.Refresh
End Sub
I have a check box called "warfighter." When there is a
check in the box I want the above code to work and add the
date automatically to the firstresponsedate. When there
is no check in the box I don't want the code to work and
add the date in the firstresponsedate field.
Can someone please help me