M
Mark S
I need to duplicate a record in the same table and change the data in one
field. Field name is EquipID. An example of the data would be
"Machine-1/2", needs all records that meet that criteria to be duplicated to
"Machine-1" and "Machine-2".
The plan is to append a set of records with the new EquipID of "Machine-2"
and then go back and update "Machine-1/2" to "Machine-1".
I saw in a previous post where somebody modified a numeric field with "X:
[YourField] * -1", but I am having trouble adapting that.
Thanks for any suggestions.
field. Field name is EquipID. An example of the data would be
"Machine-1/2", needs all records that meet that criteria to be duplicated to
"Machine-1" and "Machine-2".
The plan is to append a set of records with the new EquipID of "Machine-2"
and then go back and update "Machine-1/2" to "Machine-1".
I saw in a previous post where somebody modified a numeric field with "X:
[YourField] * -1", but I am having trouble adapting that.
Thanks for any suggestions.