I have a database with approx. 2000 rows and 5 colums. Recently while messing with it and trying to do something 'clever' I deleted the ID column numbers. The question - how can I replace these.
Thanks,
Allen
I have a database with approx. 2000 rows and 5 colums. Recently while messing with it and trying to do something 'clever' I deleted the ID column numbers. The question - how can I replace these.
Thanks,
Allen
Create a new field called <MyTablename>ID, datatype numeric, autonumber.