ceeja,
start sets the pointer to the record.
READ NEXT reads the record and sets the pointer to the next record.
Issuing the READ PREVIOUS will read the same record again, as it's the record previous to the pointer. This effectively puts you back you your start position as regards the pointer.
Not surprisingly, the next READ NEXT reads the same record for a third time.
Cheers
Greg