Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 1.4 KB

File metadata and controls

60 lines (51 loc) · 1.4 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
RecordTypeEnum (Access desktop database reference)
RecordTypeEnum
7edd6508-1507-4649-f1aa-03f1873ef09c
48545890
10/18/2018
v=office.15
medium

RecordTypeEnum

Applies to: Access 2013, Office 2013

Specifies the type of Record object.

Constant

Value

Description

adSimpleRecord

0

Indicates a simple record (does not contain child nodes).

adCollectionRecord

1

Indicates a collection record (contains child nodes).

adRecordUnknown

-1

Indicates that the type of this Record is unknown.

adStructDoc

2

Indicates a special kind of collection record that represents COM structured documents.

ADO/WFC equivalent

These constants do not have ADO/WFC equivalents.