M
Margie
I have a module with a recordset that references an
indexed table, but when I am updating the recordset by
first using a .movefirst and subsequently a .movenext, it
looks like the records are being updated in a random order
(not by the index order). I've tried adding a .index to
reference the desired sort prior to traversing the
recordset, but it doesn't seem to help. When looking at
the table, the records appear to be in the desired sort
order.
Any ideas why the records don't update sequentially?
indexed table, but when I am updating the recordset by
first using a .movefirst and subsequently a .movenext, it
looks like the records are being updated in a random order
(not by the index order). I've tried adding a .index to
reference the desired sort prior to traversing the
recordset, but it doesn't seem to help. When looking at
the table, the records appear to be in the desired sort
order.
Any ideas why the records don't update sequentially?