M
MBurns
The following code works but the data does not auto populate in the other
field. If I tab through the field is then shows. What am I missing?
Private Sub Check41_Click()
If [Earnest Received] = -1 Then
[Earnest Received Date] = Now()
End If
If [Earnest Received] = 0 Then
[Earnest Received Date] = Null
End If
End Sub
field. If I tab through the field is then shows. What am I missing?
Private Sub Check41_Click()
If [Earnest Received] = -1 Then
[Earnest Received Date] = Now()
End If
If [Earnest Received] = 0 Then
[Earnest Received Date] = Null
End If
End Sub