KeyOrder Property
Description
The position of the field in multi-field database key (1-based).
Property type
Read-write property
Syntax
Visual Basic
Public Property KeyOrder As Long
Remarks
If the field is not part of the table key, the return value is undetermined. Use IsKeyto check if this is a key field.
See Also