Subject Re: Copy a record
Author Michael Vilhelmsen
>
> insert into Mytabel select * from Mytabel where MachineID
= :PMachineID;
>

This might have worked, except I by this copy ALL fields.
This give me an error on the primary key and I have to alter 1 other
field.

Regards
Michael