Position

The Position data member returns the current position of the cursor in the table.

Applies To

All Table objects

Data Type

Long

Access

Read-only

Remarks

The Position data member works only on simple tables that have no restrictions. it is guaranteed to be accurate only for tables if the SetRange and SetRestriction methods are used. Using these methods invalidates the position.

Note This property is recommended for use only on small, simple tables such as the Attendees table.

See Also

Rows
SetRange
SetRestriction