オートナンバー型
長整数型
Type : dbLong
Attributes : dbAutoIncrField
| プロパティシートのプロパティ名 | DAO | ACC | プロパティ | タイプ | 省略時値 |
| FieldSize/フィールドサイズ | △ | (Type で設定) | |||
| NewValues/新規レコードの値 | − | − | (ランダムは不可) |
− |
(インクリメント) |
| Format/書式 | ○ | Format | dbText | ||
| Indexed/インデックス | − | − | (いいえ) |
レプリケーションID型は不明
【例】
Set fld = tdef.CreateField("フィールド名", dbLong)
fld.Attributes = dbAutoIncrField