|
-
March 13th, 2001, 10:34 AM
#1
Creating a Table in Access with AutoNumber Field
I want to create a table with an AutoNumber Field, but I can not find information on the syntax. Is it possible?
Thanks in advance for any help.
Catrina
Here is my statement as is:
db.Execute "CREATE TABLE RateRec ([RREmp] TEXT(6), " _
& "[RRSeq] TEXT (1), " _
& "[RateDate] TEXT (8), RateRate LONG, " _
& "RecordID )"
''RecordID is the field I need set as AutoNumber
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
|