Both of the suggestions did not work.. I am not sure why..
Here is a sample of my code:
Dim MyNewValue As Long
MyNewValue = Nz(txtIncrement2, 0) + 10
If (MyNewValue <= 10000) Then
Me.txtIncrement2 = MyNewValue
Else
MsgBox "This application will close, it...
How do you get a command button to update the table each time you click it.
I am working on a form where each time you hit the increment command button it adds 10 and enters the new number in the text box, but the only time the table will update is whenever I close the form.
I thought if I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.