Attachment.FileName Property (Access)

Returns the full file name of the specified attachment. Read-only String.

Version Information

Version Added: Access 2007

Syntax

expression .FileName(var)

expression A variable that represents an Attachment object.

Parameters

Name

Required/Optional

Data Type

Description

var

Optional

Variant

An expression that specifies the position of a member of the collection referred to by the expression argument. If a numeric expression, the index argument must be a number from 0 to the value of the collection's Count property minus 1. If a string expression, the index argument must be the name of a member of the collection.

See Also

Concepts

Attachment Object Members

Attachment Object