Previous Topic

Next Topic

Inhoudsopgave

Book Index

Name Property

Property Property Name: String (R)

Description

Returns the name of the selected database.

Result

The name of the selected database.

Example

Sub Main()

Dim DB

Set DB = application.DataBase

MsgBox db.Name

End Sub