J
Johnny
Hello all,
I´m trying to renumber records in table and need some advise!
The table have two fields:
PstId is a number
PstID PstDesign
1 John
2 Paul
3 Carl ...etc
I want to be able to add a new record with PstDesign="Smith" and his
PstID=3. The number 3 already exists in table but intention of the
number is to provide ranking to people. In this case Smith should have
higher rank than Carl. So, Carl should automatically became number 4
and all the other after Carl should add 1 to their Rank(PstID).
I´m lack of knowledge to do that, but enough knowledge to learn from
you experts out there!
Thanks in advance
Johnny
I´m trying to renumber records in table and need some advise!
The table have two fields:
PstId is a number
PstID PstDesign
1 John
2 Paul
3 Carl ...etc
I want to be able to add a new record with PstDesign="Smith" and his
PstID=3. The number 3 already exists in table but intention of the
number is to provide ranking to people. In this case Smith should have
higher rank than Carl. So, Carl should automatically became number 4
and all the other after Carl should add 1 to their Rank(PstID).
I´m lack of knowledge to do that, but enough knowledge to learn from
you experts out there!
Thanks in advance
Johnny