Hello,
I've created a table and populated all its fields using ADO and now I want to add an auto-increment field to it, fill it up, and make this the primary key, all within ADO. I've found bits of information on these forums but nothing comprehensive.
Also, when I'm creating fields using
With myNewTable
.Fields.Append .createfield(fname, ftype, fsize)
End With
how can I set these fields to allow zero length?
Thanks,
Rob
I've created a table and populated all its fields using ADO and now I want to add an auto-increment field to it, fill it up, and make this the primary key, all within ADO. I've found bits of information on these forums but nothing comprehensive.
Also, when I'm creating fields using
With myNewTable
.Fields.Append .createfield(fname, ftype, fsize)
End With
how can I set these fields to allow zero length?
Thanks,
Rob