|
-
September 10th, 2001, 12:19 PM
#1
seeding access autoincrement
hiya,
anyone know how to seed an autoincrement field to start at any given value.
Code so far is
set SolTd = NewDb.CreateTableDef("sol")
With SolTd
.Fields.Append .CreateField("ID", dbLong)
set NewFld = .Fields("ID")
NewFld.Attributes = DB_AUTOINCRFIELD
End With
thanx
mat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|