Hey folks...
I can create a table progmatically add fields to it...
I can also open an existing table and add new field(s) on it...
Now, I want to add a field which is autonumber to one of my existing table using VBA.
Autonumber fields are Long Integer. If I create field(s) progmatically, I can specify type as 4; or dblonginteger..
but how can i say that the field should be an autonumber field?..
I hope I am clear.. sorry if I am confusing you...
thanks..
egapogi
I can create a table progmatically add fields to it...
I can also open an existing table and add new field(s) on it...
Now, I want to add a field which is autonumber to one of my existing table using VBA.
Autonumber fields are Long Integer. If I create field(s) progmatically, I can specify type as 4; or dblonginteger..
but how can i say that the field should be an autonumber field?..
I hope I am clear.. sorry if I am confusing you...
thanks..
egapogi