Skip to content

Latest commit

 

History

History
77 lines (67 loc) · 1.86 KB

File metadata and controls

77 lines (67 loc) · 1.86 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
PositionEnum (Access desktop database reference)
PositionEnum
2a6f294b-74f2-b951-e32a-79ff5e782204
48543907
10/18/2018
v=office.15
medium

PositionEnum

Applies to: Access 2013, Office 2013

Specifies the current position of the record pointer within a Recordset.

Constant

Value

Description

adPosBOF

-2

Indicates that the current record pointer is at BOF (that is, the BOF property is True).

adPosEOF

-3

Indicates that the current record pointer is at EOF (that is, the EOF property is True).

adPosUnknown

-1

Indicates that the Recordset is empty, the current position is unknown, or the provider does not support the AbsolutePage or AbsolutePosition property.

ADO/WFC equivalent

Package: com.ms.wfc.data

Constant

AdoEnums.Position.BOF

AdoEnums.Position.EOF

AdoEnums.Position.UNKNOWN