Microsoft Access VBA Programming for the Absolute Beginner

Saves the design, layout, or structure of a database object.

Syntax

expression.Save [ObjectType][, ObjectName]

with the following parameters:

ObjectType

A constant of the AcObjectType enumeration specifying the type of database object to save. Possible values are acDataAccessPage, acDefault (the active object; this is the default value), acDiagram, acForm, acFunction (a user-defined function for SQL Server), acMacro, acModule, acQuery, acReport, acServerView, acStoredProcedure, or acTable.

ObjectName

A String specifying the name of the database object to be saved.

Comments

Категории