Copy image from a an image field to another.

Copy image from a an image field to another.

Hi there!

I need to fetch an image from an image field to another field in another form. So i have:

Form A:
Risk Levels
Image

Form B:
Other non related fields,
Subform B:
          Risk description
          Risk Level (lookup from form A)
          Image.

I whant that whenever a user selects a risk level from the subform B, the image is copied from the form A image field to the subform B image field.

I tried this code (wich works great for other type of fields) but had no luck...

IMG = Lista_Niveles_Riesgo[ID == row.Nivel].Imagen;
row.Imagen=IMG;

Any ideas!!??

Thanks!