DoCmd.GoToRecord , , acNewRec
Add the above code to your new customer command button and the form will clear all fields in anticipation of a new recoprd being added. Any fields with a default value will display the dafault value.
I haven't failed, I have just found 10,000 ways that it won't work!