July 1999
Intermediate to advanced
432 pages
13h 10m
English
To open an existing database, use the OpenDatabase method of a Workspace object. The syntax is:
SetDatabaseVar= [WorkspaceVar.]OpenDatabase _ (DatabaseName[,exclusive[,read-only[,source]]])
where DatabaseName is the name of an existing database. (As indicated by the square brackets, the other parameters are optional.) For information about the optional parameters, see the Access Help system.
It is important to remember to close a database opened through the OpenDatabase method. This removes the database from the Databases collection.
Read now
Unlock full access