I want to allow my users to click a button to enter a new record, but I don't want them to be able to navigate to a new record by clicking the forward button. If I set Allow Additions to false, then it gets rid of the blank record at the end of the set, but they can't add a record even by expressly pressing the Add button.
I tried to switch Allow Additions to true in VBA when they press the button, but if I switch it back at the end of the sub then the new record disappears before the use has a chance to add anything. Do I need to do a save record or something?
Any suggestions?