I am trying to change the default View from Split to Single Form.
This DoCmd does open up the form view however I want to change the default view. In the docs they say use OpenArgs as Variant datatype.
Can someone show me an example how to change the default view to Single?
DoCmd.OpenForm "EmployeesForm", acNormal, "By Name", , acFormEdit
DoCmd.OpenForm "EmployeesForm", acNormal, "By Name", , acFormEdit , ??????