G
Guest
I have a table containing two specific fields named "Category" & "Index".
"Category" contains values ranging from 1 to 3 and "Index" contains a
sequence of numbers ranging from 1 to however many records are in each
category. I want to open a recordset that is sorted as such. . . [Cat=1
Idx=1], [Cat=2 Idx=1], [Cat=3 Idx=1], [Cat=1 Idx=2] and so on. My ultimate
goal is to use the recordset to update "Index" to range from 1 to total
record count after sorting as described. Any advise would be greatly
appreciated.
"Category" contains values ranging from 1 to 3 and "Index" contains a
sequence of numbers ranging from 1 to however many records are in each
category. I want to open a recordset that is sorted as such. . . [Cat=1
Idx=1], [Cat=2 Idx=1], [Cat=3 Idx=1], [Cat=1 Idx=2] and so on. My ultimate
goal is to use the recordset to update "Index" to range from 1 to total
record count after sorting as described. Any advise would be greatly
appreciated.