Hi!
i need your precious help.
i'm using access2003.
i have a textbox with a calculated value in a form.
i'd like to create one botton who incrase of 1 unit that value (in the same box if it is possible)
and one that decrase of one unit.
for example the value in my box is "5", i press the botton "+1" and value become 6.
i tryed with this code but it doesn't work:
Private Sub add1_Click()
Me.box1 = [box1] + 1
End Sub
there is another way?
thanks in advance
i need your precious help.
i'm using access2003.
i have a textbox with a calculated value in a form.
i'd like to create one botton who incrase of 1 unit that value (in the same box if it is possible)
and one that decrase of one unit.
for example the value in my box is "5", i press the botton "+1" and value become 6.
i tryed with this code but it doesn't work:
Private Sub add1_Click()
Me.box1 = [box1] + 1
End Sub
there is another way?
thanks in advance