Insert records with F3 only

Hello all, It happens quite frequently that a user reaches the very last row/card (the one with the *) in a form, and then accidentally clicks into a non-key field. This usually causes an undesired new record to be created. We would like to restrict the creation of new records to the F3 key on certain forms, i.e. a new record should be created only when the user specifically requests this. Any tips will be gladly appreciated.

In the form-trigger “OnInsertRecord” you can write: “exit(not BelowxRec);”…

Yeah, that did it! Thanks a lot! [:D]