📄 如何使用createfield建立autonumber类型.txt
字号:
可 以 这 样 :
Set fld = gtdfTableDef.CreateField()
'fill the field structure
With fld
.Name = txtFieldName.TEXT
.Type = dbLong
.Size = txtFieldSize.TEXT
.Attributes = .Attributes Or dbAutoIncrField
End With
<END>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -