I am using Access 2002. I have a huge table that I imported from a txt file. I couldn't add unique ID upon import because I had many tables to import and they couldn't be appended until after the fact. Now I want to add an autonumber simply as a unique identifier but Access won't do it because it says it doesn't have enough memory which always happens when the table is too big. How can I add this dynamically i.e. create a make table query using this table with the new autonumber column added?
The FAQ indicates that using "alter table mytable add column unique_id autoincrement;" but where is this statement to go?
Thanks for any and all assistance.
Shelby
The FAQ indicates that using "alter table mytable add column unique_id autoincrement;" but where is this statement to go?
Thanks for any and all assistance.
Shelby