I'm trying to add a column (MyID) to a table to add a sequential index: 1 to RecordCount. My key field is not sequential.
Basing code on several threads regarding updating values using MoveNext, I can't seem to get it to update more than the form's current field or to update all of the records to MyID = 1.
I found a FAQ on adding such a field by calling a static function from a query, but the results are inconcistent and I end up with duplicate values.
Any help would be appreciated.
TIA John
Use what you have,
Learn what you can,
Create what you need.
Basing code on several threads regarding updating values using MoveNext, I can't seem to get it to update more than the form's current field or to update all of the records to MyID = 1.
I found a FAQ on adding such a field by calling a static function from a query, but the results are inconcistent and I end up with duplicate values.
Any help would be appreciated.
TIA John
Use what you have,
Learn what you can,
Create what you need.