| Argument | Description | 
| objecttype | One of the following intrinsic constants: | 
| acDefault (default) acForm acMacro acModule acQuery acReport acTable | |
| objectname | A string expression that's the valid name of an object of the type selected by the objecttype argument. | 
| save | One of the following intrinsic constants: | 
| acSaveNo acSavePrompt (default) acSaveYes | |
| If you leave this argument blank, the default constant (acSavePrompt) is assumed. | 
DoCmd.Close acForm, "Order Review", acSaveYes