There are a number of ways you can approach this, depending on what you mean by archiving. You can set a flag (YesNo) to true to show that the record is archived, or you can copy it, and any related data to a separate table structure for archived records, or even to a separate database. There is no "standard" way of doing this.