GetRecordAt()

Syntax:

GetRecordAt( Position )

Return:

The record at the specified position within the Record Set. If there is no record at that position, the Return Value is false.

Parameters:

Position – the record number within the Record Set. Position must be an integer. This parameter is required.

Remarks:

This function will return a record at the requested position within the Record Set.

image\Script_Button.jpgExamples