NewAccessProject Method

Microsoft Access Visual Basic

expression.NewAccessProject(filepath, Connect)

expression    Required. An expression that returns one of the objects in the Applies To list.

filepath   Required String. A string expression that is the name of the new Access project, including the path name and the file name extension. If your network supports it, you can also specify a network path in the following form: \\Server\Share\Folder\Filename   .adp

Connect   Optional Variant. A string expression that's the valid connection string for the Access project. See the ADO ConnectionString property for details about this string.

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.

Note   To open an Access database (.mdb), use the NewCurrentDatabase method of the Application object.