Sets whether inserting records into this table using the paste command is enabled.

Applies To

Tables

Property Value

Yes if you want to allow insert by pasting; otherwise, No. The default value is Yes.

Remarks

If records are usually inserted in the table through an external code unit function, set the PasteIsValid property equal to No.

The OnInsert Trigger of the table is executed when a record is inserted by pasting.

See Also

Reference

OnInsert Trigger