E
Eric Dreksler
I'm trying to add an AutoNumber field to a spreadsheet I've imported into a
table. I'm adding a couple of columns using the following format:
CurrentDb.TableDefs("rAutoCollectionLettersExtended_").Fields.Append
CurrentDb.TableDefs("rAutoCollectionLettersExtended_").CreateField("CurrentS
tatus", adInteger)
I'm trying to find the [Type] option that will set the field to
AutoIncrement (or any other method), just so I don't have to have sequence
function hanging around and for simple ease of design purposes.
Thanks In Advance,
Eric Dreksler
table. I'm adding a couple of columns using the following format:
CurrentDb.TableDefs("rAutoCollectionLettersExtended_").Fields.Append
CurrentDb.TableDefs("rAutoCollectionLettersExtended_").CreateField("CurrentS
tatus", adInteger)
I'm trying to find the [Type] option that will set the field to
AutoIncrement (or any other method), just so I don't have to have sequence
function hanging around and for simple ease of design purposes.
Thanks In Advance,
Eric Dreksler