property Record.LastError as String
Retrieves the description for the last error.

TypeDescription
String A string expression that indicates the description of the last error.
The LastError property gets the description of the last database error that occurs. Use the DataSource property to bind a recordset to the control. For instance, the LastError property could get "The field is too small to accept the amount of data you attemted to add. Try inserting or pasting less data", if you are trying to type more characters in a bounded field.