Counting with CF
Hi all,
Is there anyway to use CF to count? Sounds simple, but I'm querying a table with x amount of records and I need the output to be numbered 0-recordcount consecutively (first returned record would be 0, second returned record would be 1, etc.). I thought about making a field in the table to input the numbers manually, or using an autonumber, but as records are added and deleted, these numbers will become inaccurate. The output numbes really don't need to be related to the data in the table, I just need consecutive numbers starting with 0.
Thanks!
