version 3
DUPLICATE RECORD {(table)}
Parameter | Type | Description | |
table | Table | Table for which to duplicate the current record, or | |
Default table, if omitted |
Description
DUPLICATE RECORD creates a new record for table that is a duplicate of the current record. The new record becomes the current record. If there is no current record, then DUPLICATE RECORD does nothing. You must use SAVE RECORD to save the new record.
DUPLICATE RECORD can be executed during data entry. This allows you to create a clone of the currently displayed record. Remember that you must first execute SAVE RECORD in order to save any changes made to the original record.
See Also