IsEndOfTable

The IsEndOfTable data member returns a Boolean value that indicates whether the cursor is at the end of the table.

Applies To

All Table objects

Data Type

Boolean

Access

Read-only

Remarks

The IsEndOfTable data member should be used when looping through items in a table to prevent reading beyond the end of the table.

See Also

Tables