I have a date field (original) in a form (All). I am trying to add 30 days to whatever is entered in the original field:
This doesn't seem right though. Thank you.
Code:
Private Sub Text225_AfterUpdate()
Me.Original + 30
End Sub
This doesn't seem right though. Thank you.