CDaoRecordset::GetValidationText
Call this member function to retrieve the text of the ValidationText property of the underlying field object.
CString GetValidationText( );
Return Value
A CString object containing the text of the message that is displayed if the value of a field does not satisfy the validation rule of the underlying field object.
Remarks
For related information, see the topic "ValidationText Property" in DAO Help.
Requirements
Header: afxdao.h
See Also
Reference
CDaoRecordset::GetValidationRule