Hello all
I have a button that copies the current record (modifying the key field) and adding a new record almost equal that the first one
Thiis works fine
But the record has a file field, so i copy the info and works..
My problem is that if i delete the file in the first record also is deleted on the copied record
As the file is deleted in the OS
Is there any way to duplicate the file and the file info in the copied record in order to prevent loosing the info using code¿?