Syntax
| RecordTypeEnum = recordobject.RecordType
| ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Returns a RecordTypeEnum that is the type of the Record object.
The RecordType property returns a RecordTypeEnum constant that specifies the type of the Record object.
RecordType Enum Constant
| ||||||||||||
See Also
| |||||||||||||
Example
| If objRecord.RecordType = adCollectionRecord Then |