Something like:

Code:
ALTER Table tblTest ADD myField AUTOINCREMENT(1, 1)
Is there any possibility to merge both queries? or would be better to run a macro which would run one after the other query?