UserColumnType Property
Description
The user column type: char, number, date, memo, or empty string.
Property type
Read-write property
Syntax
Visual Basic
Public Property UserColumnType As String
Remarks
This is not always the same as the Type. For example, a user may enter date or numerical information in a char database field.
See Also