OpenForm Method Example
The following example opens the Employees form in Form view and displays only records with King in the LastName field. The displayed records can be edited, and new records can be added.
DoCmd.OpenForm "Employees", , ,"LastName = 'King'"