Property AliasName: String (R)
Description
Returns the name of the database to which you have logged in.
Result
The name of the database.
Example
Sub Main()
Main()
Dim DB
Dim
DB
Set DB = application.DataBase
Set
DB = application.DataBase
MsgBox db.AliasName
MsgBox
db.AliasName
End Sub