L
Laurel
I have a young application, and now and again it is necessary to modify the
table definitions. The problem I face is that if I copy the live data into
the new (empty) table, the autonumber columns increment in the destination
table. I tried changing the datatype to text, planning to change it back
after it was done. I can do that in the destination table, but not in the
source table, because you can't change the datatype of an autonumber column
if there is data in it.
This must be a common problem. How do other people handle it?
table definitions. The problem I face is that if I copy the live data into
the new (empty) table, the autonumber columns increment in the destination
table. I tried changing the datatype to text, planning to change it back
after it was done. I can do that in the destination table, but not in the
source table, because you can't change the datatype of an autonumber column
if there is data in it.
This must be a common problem. How do other people handle it?