Application.DefaultWorkspaceClone (Access)

You can use the DefaultWorkspaceClone method to create a new Workspace object without requiring the user to sign in again. For example, if you need to conduct two sets of transactions simultaneously in separate workspaces, you can use the DefaultWorkspaceClone method to create a second Workspace object with the same user name and password without prompting the user for this information again.


Dim wrkDefaultWorkspaceClone As DAO.Workspace
Set wrkDefaultWorkspaceClone = DefaultWorkspaceClone