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