*Sorry if this is a double post. I received an error on the first try.*
I am opening a form in datasheet view from another form, but it opens up in Continuous Form view. When I open the form manually it opens up properly. I don't see any arguments in the Open Form command to set the view. Here's my code.
What am I missing?Code:DoCmd.OpenForm "frmAllChecks"