Share via


Application.References Property (Access)

You can use the References property to access the References collection and its related properties, methods, and events. Read-only References collection.

Syntax

.References

A variable that represents an Application object.

Remarks

The References collection corresponds to the list of references in the References dialog box, available by clicking References on the Tools menu. Each Reference object represents one selected reference in the list. References that appear in the References dialog box but haven't been selected aren't in the References collection.

Link provided by:커뮤니티 구성원 아이콘 The UtterAccess community | About the Contributors

Example

The following example displays a message indicating the number of boxes checked in the References dialog box.

MsgBox "There are " & Application.References.Count & " references."

About the Contributors

UtterAccess(영문일 수 있음)는 Microsoft Access 위키 및 도움말 포럼입니다. 가입하려면 여기를 클릭하십시오(영문일 수 있음).

참고 항목

개념

Application Object

Application Object Members