There a couple of thing you can do to show your appreciation for the assistance you have received. The first you have already done i.e. clicking the Thanks Button, the other is to click the reputation icon;
When you click the reputation Icon you should get a popup message saying that you have added to some ones reputation. Beyond that you probably won't see anything else. I just had a look and yes your reputation up did get credited, thank you
If you want to open your form showing all records but got to a new record you could use the DoCmd.GoToRecord method in the Form's On Load event to Go To a New Record. Another thing you can do is to set the form's Data Entry property to True in the Form's On Load event. This would open the form with all existing records filtered out, only allowing the user to enter new records and view those records entered in the current session of the form.
"If you want to open your form showing all records but got to a new record you could use the DoCmd.GoToRecord method in the Form's On Load event to Go To a New Record. "