Not trying to step on HiTechCoach or anything...
However, below is yet another way of doing this.
If you are opening the new invoice using a button you could add the following code to the OnClick event of the button.
DoCmd.OpenForm "NAME_OF_FORM_TO_OPEN", acNormal, "", "", , acNormal...