VBA
Ruby
code posted
created at 28 Aug 23:26, updated at 28 Aug 23:29
Edit
|
Back
1 2 3 4 5 6 7 8 9 |
Private Sub Open_Closed_Status_Change() If Me.Open_Closed_Status.Value = "Closed" Then Me.Date_Closed = Format(Now, "mm/dd/yy") Else Me.Date_Closed.Value = Null End If isSaved = False End Sub |
236 Bytes in 2 ms with coderay