Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 901 Bytes

Access.Attachment.EventProcPrefix.md

File metadata and controls

35 lines (20 loc) · 901 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Attachment.EventProcPrefix property (Access)
vbaac10.chm13912
vbaac10.chm13912
Access.Attachment.EventProcPrefix
f58670ff-b42c-69eb-0561-90ce5cc40d19
02/07/2019
medium

Attachment.EventProcPrefix property (Access)

Gets or sets the prefix portion of an event procedure name. Read/write String.

Syntax

expression.EventProcPrefix

expression A variable that represents an Attachment object.

Remarks

For example, if you have a command button with an event procedure named Details_Click, the EventProcPrefix property returns the string Details.

Microsoft Access adds the prefix portion of an event procedure name to the event name with an underscore character ( _ ).

[!includeSupport and feedback]