다음을 통해 공유


CodeProject.Path Property (Access)

You can use the Path property to determine the location where data is stored for a Microsoft Access project (.adp) or Microsoft Access database. Read-only String.

Syntax

.Path

A variable that represents a CodeProject object.

Remarks

You can use the Path property to determine the location of information stored through the CurrentProject or CodeProject objects of a project or database.

Example

The following example displays a message indicating the disk location of the current Access project or database.

MsgBox "The current database is located at " & Application.CurrentProject.Path & "." 
 

참고 항목

개념

CodeProject Object

CodeProject Object Members