Under the item section, if I keep the BrowseGallery1.Selected as is, the screen navigates to the most recently selected entry on the browse screen.
When I remove (BrowseGallery1.Selected) the screen goes blank after I click save (SubmitForm(NewForm1)).
How can I have it so that the screen stays on the same record when the submit form function is run. So when a user is in this new entry screen they should be able to save without exiting the edit form screen. Like the difference between save, and save and quit.

Thank you!