Jun 13, 2002 #1 daz321 Programmer May 31, 2002 17 GB Is it possible to add an column of type autonumber (rather than integer) to a table.
Jun 13, 2002 #2 dalchri Programmer Apr 19, 2002 608 US Sure, try the following: [tt] ALTER TABLE YourTable ADD COLUMN ID Counter [/tt] Upvote 0 Downvote