[quantity field name].value = [quantity field name].value -1
hit the '...' button on the property pane for onclick and in the code window type the below in cmd #24 handler
Code:[quantity field name].value = [quantity field name].value -1
I accept payment in Krispy Kremes and/or KFC.
[handset-quantity-in].[Value]=[handset-quantity-in].[Value]-1
you dont need the []'s![]()
[handset-quantity-in].[Value]=[handset-quantity-in].[Value]-1
Is the form based on an updatable query or table in the first place? if it's not, you won't be able to edit the bound fields within the text.