My form has a reset button that clean all fileds expect date field and its suppose to start the interval count @ 1, however it clears the fields but the interval change does not reset. Not sure how to fix this. Help is greatly appreciated.
Here is the code I'm using:
"PosPullTestCount" is the field that is suppose to reset to 1.
Thanks
Here is the code I'm using:
Code:
[COLOR=black][FONT=Times New Roman][SIZE=3][FONT=Times New Roman]Private Sub Command33_Click()
PosPullTestCount = 1
Me.PullTestNum = Null
Me.Text34 = ""
Me.Text30 = Null
Me.Combo18 = Null
Me.SN = Null[/FONT][/SIZE][/FONT][/COLOR]
"PosPullTestCount" is the field that is suppose to reset to 1.
Thanks
