I have a need to take all the fields in a in a record and make a duplicate record with the only difference being a ref number in one of the fields.
Is there a way to do this without copying all field values into an array or variable. I have a number of tables that I need to do this with.
Can I use a len type statement to control a FOR - NEXT loop running through all the fields?
Thanks
Eric
Is there a way to do this without copying all field values into an array or variable. I have a number of tables that I need to do this with.
Can I use a len type statement to control a FOR - NEXT loop running through all the fields?
Thanks
Eric