title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.SaveAsTemplate method (Access) |
vbaac10.chm14524 |
|
|
3f796181-70c7-f372-92e9-0c2dbbc7262a |
02/05/2019 |
medium |
Converts an existing Microsoft Access database file to a database template (*.accdt) format file.
expression.SaveAsTemplate (Path, Title, IconPath, CoreTable, Category, PreviewPath, Description, InstantiationForm, ApplicationPart, IncludeData)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Path | Required | String | The full path and file name of the database template to create. |
Title | Required | String | The name of the database that is created when the user instantiates the template. |
IconPath | Required | String | An image file to be used as an icon for the database template. |
CoreTable | Required | String | The table that contains the data that users would most want to create a relationship with when they instantiate the template. The ApplicationPart argument must be set to True if you use this argument. |
Category | Required | String | The template category under which the database template will appear on the Available Templates page. |
PreviewPath | Optional | Variant | An image file to be used as a preview for the database template on the Available Templates page. |
Description | Optional | Variant | A description to be displayed when the user selects the database template on the Available Templates page. |
InstantiationForm | Optional | Variant | Specifies the name of the form to be displayed when the template is instantiated. |
ApplicationPart | Optional | Variant | Specifies whether the template will be displayed when the user chooses Application Parts in the Templates group of the Create ribbon tab. Set to True to display the template when the user chooses Application Parts. |
IncludeData | Optional | Variant | Specifies whether the table data is included in the template. Set to True to include the table data. |
The SaveAsTemplate method replaces the SaveAsTemplate method that was installed with the Microsoft Office Access 2007 Developer Extensions.
Templates created by the SaveAsTemplate method cannot be used in Microsoft Office Access 2007 or earlier versions.
[!includeSupport and feedback]