I have a customer order form. I want the user to enter exactly one order, then close the form. (Closing triggers VBA code to do a bunch of stuff.)
The record selector and navigation buttons are turned off, but now the user has a mouse with a scroll wheel. When he accidentally scrolled with the scroll wheel, the form starting generating new orders, giving us several order numbers for empty orders.
Questions:
Is there a way to allow EXACTLY one new record to be entered? (I have DataEntry = yes, AllowAdditions = Yes)
Is there a way to disable the scroll wheel?
Thanks -- RAF
The record selector and navigation buttons are turned off, but now the user has a mouse with a scroll wheel. When he accidentally scrolled with the scroll wheel, the form starting generating new orders, giving us several order numbers for empty orders.
Questions:
Is there a way to allow EXACTLY one new record to be entered? (I have DataEntry = yes, AllowAdditions = Yes)
Is there a way to disable the scroll wheel?
Thanks -- RAF