On a form I have a 'save entry' button for a user to press once they are done inputting data. When they click this button I would like the form to proceed to a new record, as this form will most likely be used at the end of the day or at a time when multiple entries will be made. Or at the very least the database will be left open for continual input throughout the day. More likely than not the people inputting will not know they can click on the bottom panel to navigate through records, so the banal save entry button is going to be utilized. I do not know the vba for this and am strangely having a hard time finding it. Thanks!
Edit: Unless perhaps using a macro would be better..?