Either try setting the [tt].DataEntry[/tt] property of the form to yes, use [tt]DoCmd.GotoRecord,,acNewRec[/tt] in some relevant event (form load), or perhaps use acFormAdd as the [tt]DataMode[/tt] arguement of the [tt]DoCmd.OpenForm[/tt] method.
Roy-Vidar