A Allen Browne May 3, 2005 #3 Open the form in design view, and set its Default View property to Datasheet. If the form is opened programmatically, use: DoCmd.OpenForm "MyForm", acFormDS
Open the form in design view, and set its Default View property to Datasheet. If the form is opened programmatically, use: DoCmd.OpenForm "MyForm", acFormDS