One way to to open the form like this:
DoCmd.OpenForm frmname, , , , acFormAdd
Another way is to go to the Forms properties and under the 2nd tab (Data) change Data Entry to "Yes" Doing this will always open the form to a new record and may not be what you want to do.
HTH,
Shane