Increase & Decrease Numbers in Qty field

mhowell

New member
Local time
Today, 12:38
Joined
Aug 23, 2000
Messages
5
Hi all,
I am tyring to find an elegant way to increase or decrease a Quantity field (text box) by having the user use some sort of up and down arrows. Is ther anyway to determine if the user cliscked on an up scrool bar as opposed to a down scroll bar in a text box?
 
It sounds like you might be after a 'Spinbutton' control - if you click the 'more tools' icon in the toolbox, somewhere in the list, there's 'Microsoft forms spinbutton'; add this to your form, then on it's OnUpdate event you can put code to copy the spinbutton's value into a text box or variable.

HTH

Mike

[This message has been edited by Mike Gurman (edited 08-25-2000).]
 

Users who are viewing this thread

Back
Top Bottom