Hi
Here's what i wanto to do, i have a table
shipping:
idshipping :autonumber
shippingnumber : a number entered by user
dateshipping
..
..
..
and presently the number used for searching and referencing the shipping is shippingnumber, so i want to keep those numbers and start autonumbering at 100000 thats what it looks like
Shipping new table:
idshipping
12234 (old number kept)
12345
13456
34567
45678
.
.
.
100000 (new record added start at 100000 for now)
i dont know if its clearly explained if not tell me so i will try to explain much better.
I hope you will help me!
thanks a lot
Here's what i wanto to do, i have a table
shipping:
idshipping :autonumber
shippingnumber : a number entered by user
dateshipping
..
..
..
and presently the number used for searching and referencing the shipping is shippingnumber, so i want to keep those numbers and start autonumbering at 100000 thats what it looks like
Shipping new table:
idshipping
12234 (old number kept)
12345
13456
34567
45678
.
.
.
100000 (new record added start at 100000 for now)
i dont know if its clearly explained if not tell me so i will try to explain much better.
I hope you will help me!
thanks a lot