Try using the "OpenArgs" parameter when you open the form. Just add "NewItem" as the value for the "OpenArgs" paramter as shownin the line:
DoCmd.OpenForm "frmNewItem", acNormal, , , , acDialog, "NewItem"
Then in the "OnOpen" event of the "frmNewItem" form, just check for the value of...