A
AlCamp
I need to assign line numbers to each record of a continuous subform?
I'll be numbering from 1 to 125 (or less), and we'll only need to number
every once in a while. There will only be a few users doing this a few
times a day. Speed is not critical
I don't think I'll need a "dynamic", "numbering as I go", system...
Perhaps all the records could be entered without line numbers, and then a
button would line number every record.
or...
After I delete a record, or add a record, I could click the button again,
and all the line numbers would reassign... all over again.
I'm planning to just run a loop using the [CurrentRecord] to assign Record
1... moving to Record 2 and repeating that process, all the way to EOF.
Is this a reasonable way to solve this problem?
Any suggestions or advice on better ways to do this?
Thanks, as always...
Al Camp
I'll be numbering from 1 to 125 (or less), and we'll only need to number
every once in a while. There will only be a few users doing this a few
times a day. Speed is not critical
I don't think I'll need a "dynamic", "numbering as I go", system...
Perhaps all the records could be entered without line numbers, and then a
button would line number every record.
or...
After I delete a record, or add a record, I could click the button again,
and all the line numbers would reassign... all over again.
I'm planning to just run a loop using the [CurrentRecord] to assign Record
1... moving to Record 2 and repeating that process, all the way to EOF.
Is this a reasonable way to solve this problem?
Any suggestions or advice on better ways to do this?
Thanks, as always...
Al Camp