I've created a complex form with several pages within the same form. The "Allow Additions" property is "Yes", which allows one to enter one record at a time. If anyone mistakenly uses the pagedown button on their keyboard, the form automatically saves the record before the data entry is completed. I've already created pageup and pagedown commands to discourage use of these buttons on the keyboard, but this is no guarantee.
Question: How can I prevent the user form mistakenly saving a record when the pagedown button is clicked ?
Question: How can I prevent the user form mistakenly saving a record when the pagedown button is clicked ?