As Shaun Merrill said earlier, setting the dataentry to yes would be the way to have a new record line to be shown at the top of the form. But since you require the other data there as well, then moving to a new record when the form opens or a button is pressed is the only simple way around this.
There may be another way, but it would be a little more difficult. The main form you have that shows all the records, keep it as is. Like Shaun said, copy the form and give it a different name and set the dataentry to yes.
Then back in the main form in the header or footer section, add a new subform, based on the one you copied. Having this would give you the best of both worlds, i.e. scrolling records in the middle of the screen to review/edit records with a single data entry point.
If you do it this way then adding a new button to the subform wont hurt either.
;-)