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