Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
THISFORM.Text1.Value = THISFORM.Text1.Value + THISFORM.Combo1.Value
THISFORM.Text1.Value = THISFORM.Text1.Value + VAL(THISFORM.Combo1.Value)
Olaf said:Would it perhaps help to use the Combo1 InteractiveChange event instead of Valid?
Add a buttongroup and put the amounts on them and then make each click add the amount you put on the button caption, that would be more like what I'd expect from eg a POS system.