Save Method Example
The following example uses the Save method to save the form named "New Employees Form". This form must be open when the code containing this method runs.
DoCmd.Save acForm, "New Employees Form"