Share via


Application.NewAccessProject Method (Access)

You can use the NewAccessProject method to create and open a new Microsoft Access project (.adp) as the current Access project in the Microsoft Access window.

Syntax

.NewAccessProject(filepath, Connect)

A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

filepath

필수

String

the name of the new Access project, including the path name and the file name extension.

Connect

선택

Variant

The connection string for the Access project. See the ADO ConnectionString property for details about this string.

Return Value

Nothing

Remarks

The NewAccessProject method enables you to create a new Access project from within Microsoft Access or another application through Automation, formally called OLE Automation. For example, you can use the NewAccessProject method from Microsoft Excel to create a new Access project in the Access window. Once you have created an instance of Microsoft Access from another application, you must also create a new Access project. This Access project opens in the Microsoft Access window.

If the Access project identified by projname already exists, an error occurs.

The new Access project is opened under the Admin user account .

참고

To open an Access database, use the NewCurrentDatabase method of the Application object.

참고 항목

개념

Application Object Members

Application Object