B
beantype
How can I create a new number sequence (1,2,3,...) that will follow the new
sort order in a table? I need to use the new sequence to increment another
number.
For a field I'll call NEWORDER I have manually assigned specific,
nonsequential numbers for 10 of 200 records, reflecting where I want them to
reside ultimately. I updated the NEWORDER for the remaining 190 records to
their original sort number (Autonumber). Sorted by this NEWORDER all is good.
Even though there are duplicate NEWORDER numbers, they sort properly. All I
need is to generate a new sequence of numbers (1,2,3,...) to match this
order. I tried a couple of make-table & append queries. Is there a way to
create an expressionto create a fill series?
Version Access 2003
sort order in a table? I need to use the new sequence to increment another
number.
For a field I'll call NEWORDER I have manually assigned specific,
nonsequential numbers for 10 of 200 records, reflecting where I want them to
reside ultimately. I updated the NEWORDER for the remaining 190 records to
their original sort number (Autonumber). Sorted by this NEWORDER all is good.
Even though there are duplicate NEWORDER numbers, they sort properly. All I
need is to generate a new sequence of numbers (1,2,3,...) to match this
order. I tried a couple of make-table & append queries. Is there a way to
create an expressionto create a fill series?
Version Access 2003