Creating AutoNumber field using VB code

  • Thread starter Thread starter adman
  • Start date Start date
A

adman

Guest
I've created a table using CreateTableDef, and added fields to it (Text and Long types), but I can't figure out how add an AutoNumber field. Please help.

Thanks in advance.
 
use dbAutoIncrField (16) as field type
 

Users who are viewing this thread

Back
Top Bottom