P
Pingwin via AccessMonster.com
How to enter data without changing the numerical order?
Let say I've got rows called:
ID OrdNo Surname
56 1 Adamson
67 2 Beck
34 3 Carson
55 4 Dobson
34 5 Erickson
Now when user fills the form with new name it will look like this:
ID OrdNo Surname
56 1 Adamson
67 2 Beck
34 3 Carson
68 0 Crackmayer
55 4 Dobson
34 5 Erickson
Is there any way to make a look like this?
ID OrdNo Surname
56 1 Adamson
67 2 Beck
34 3 Carson
68 4 Crackmayer
55 5 Dobson
34 6 Erickson
Any help would be greatly appreciated.
Many thanks in advance!
Let say I've got rows called:
ID OrdNo Surname
56 1 Adamson
67 2 Beck
34 3 Carson
55 4 Dobson
34 5 Erickson
Now when user fills the form with new name it will look like this:
ID OrdNo Surname
56 1 Adamson
67 2 Beck
34 3 Carson
68 0 Crackmayer
55 4 Dobson
34 5 Erickson
Is there any way to make a look like this?
ID OrdNo Surname
56 1 Adamson
67 2 Beck
34 3 Carson
68 4 Crackmayer
55 5 Dobson
34 6 Erickson
Any help would be greatly appreciated.
Many thanks in advance!