H
Hanksor
I need to put an IF statement in the Sub below that check to see if
Me!Training is Null and if it is, set it to 0. I'm somewhat new to this and
I'm not sure of the syntax and my book is not with me.
This is a text box in a form.
Any help will be appreciated..
Private Sub cmdTrnPls_Click()
Dim CurAmount As Long
CurAmount = Me!Training + 500
Me!Training = CurAmount
End Sub
Me!Training is Null and if it is, set it to 0. I'm somewhat new to this and
I'm not sure of the syntax and my book is not with me.
This is a text box in a form.
Any help will be appreciated..
Private Sub cmdTrnPls_Click()
Dim CurAmount As Long
CurAmount = Me!Training + 500
Me!Training = CurAmount
End Sub