Application.NewAccessProject (Access)

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

The NewAccessProject method enables you to create a new Access project from within 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. After you have created an instance of Access from another application, you must also create a new Access project. This Access project opens in the 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.

NewAccessProject (filepath, Connect)


Dim strfilepath As String: strfilepath = 
NewAccessProject filepath:=strfilepath

Arguments

The following argument is required

filepath (String) - The name of the new Access project, including the path name and the file name extension.

Optional arguments

The following argument is optional

Connect (String) - The connection string for the Access project. See the ADO ConnectionString property for details about this string.