Rx_
Nothing In Moderation
- Local time
- Today, 12:11
- Joined
- Oct 22, 2009
- Messages
- 2,803
Convert Long Integer Number to Autonumber [Solved]
Tried to convert a Long Integer column to Autonumber and get the error:
"Once you enter data in a table, you can't change th edata typ of any field to AutoNumber, even if you haven't yet added data to the field."
Just normalized many tables into one table by turning off the Autonumber.
Used a Hashing method to keep track across the many updates.
The field that I need to change back to an autonumber starts at 1,000 to 1,832 - has gaps (tht was the first table), then 2,000 to 2,304 - has gaps (that was the second table) ... and so on.
All I need to do now is to convert my first column (Long Integer) back to an Autonumber - and keep the data carefully migrated in.
Tried to convert a Long Integer column to Autonumber and get the error:
"Once you enter data in a table, you can't change th edata typ of any field to AutoNumber, even if you haven't yet added data to the field."
Just normalized many tables into one table by turning off the Autonumber.
Used a Hashing method to keep track across the many updates.
The field that I need to change back to an autonumber starts at 1,000 to 1,832 - has gaps (tht was the first table), then 2,000 to 2,304 - has gaps (that was the second table) ... and so on.
All I need to do now is to convert my first column (Long Integer) back to an Autonumber - and keep the data carefully migrated in.
Last edited: