Property Name: String (R)
Description
Returns the name of the selected database.
Result
The name of the selected database.
Example
Sub Main()
Main()
Dim DB
Dim
DB
Set DB = application.DataBase
Set
DB = application.DataBase
MsgBox db.Name
MsgBox
db.Name
End Sub