I have a table that has the field part_num as the primary key. I need to be able to copy the record to a new record, and just change the part number, i.e. I could copy the data for part number H4101 to a new record with a part number H4101a. You cannot just cut and paste because it would create a duplicate value in the primary key. I have 30+ fields in the table, so I don't want to just do a series of 30 assignment statements. Does anyone know of a clean way of going about this?
Mike Rohde
rohdem@marshallengines.com
Mike Rohde
rohdem@marshallengines.com