Use acFormAdd in the OpenForm command line to open the form in Add record state
Docmd.OpenForm "InvoiceCreate",,,,acFormAdd

Signature
Good Luck
BS"D
> On my Orders form I want to have a command button that will open my
> InvoiceCreate form in Add mode, so that I can build a new invoice.
[quoted text clipped - 4 lines]
> Many thanks
> CW
CW - 26 Nov 2007 23:32 GMT
Got it - works fine
Many thanks
CW
> Use acFormAdd in the OpenForm command line to open the form in Add record state
>
[quoted text clipped - 8 lines]
> > Many thanks
> > CW