Save a database object (not a data record).
Syntax
DoCmd.Save(ObjectType, ObjectName)
Key
ObjectType An AcObjectType constant that specifies the
type of object to save.
ObjectName The name of the object to save.
The specified object must be open for the Save method to have any effect. The save method does not work for objects in Print Preview or Design View.
Examples
DoCmd.Save acForm, "frmPatients"
“God save the Queen – Send her victorious – Happy and glorious – Long to reign over us: God save the Queen” ~ British National Anthem.
Related:
RunCommand acCmdSaveRecord
© Copyright SS64.com 1999-2013
Some rights reserved