Previous Topic

Next Topic

Inhoudsopgave

Book Index

AliasName Property

Property 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()

Dim DB

Set DB = application.DataBase

MsgBox db.AliasName

End Sub