ImportExportSpecifications Members (Access)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents the collection of available ImportExportSpecification objects.

Methods

Name

Description

Add

Adds a new ImportExportSpecification object to the ImportExportSpecifications collection.

Properties

Name

Description

Application

You can use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object.

Count

You can use the Count property to determine the number of items in a specified collection. Read-only Long.

Item

The Item property returns a specific member of a collection either by position or by index. Read-only ImportExportSpecification.

Parent

Returns the parent object for the specified object. Read-only Object.