Hi.
When we have a table that is 5 records long,
RecordID Letter
1 A
2 B
3 C
4 D
5 E
why is it that deleting a record, such as record 4, that the record numbers do not change to say 1-4 ?.
(1) If a table row four is deleted, the record numbers are listed as follows: 1,2,3,5 instead.
(2) Is the recordId not the true record number from the physical table,
(3) or is this 4th record remaining as stored but not shown? ..
(5) I was intending to use the highest record id to indicate the number of records in the table but that doesnt seem to be a valid use anymore. For now i'll look into making a count variable with the loop through table action.
Thx,
Joe.