My product table has a field "filename" which stores the picture file name. For browsing the picture, an unbound field "image_f" is created
image_f.picture =me.filename
I would like to enlarge the display picture e.g. by doubleclick the image_f.
How to do it?
image_f.picture =me.filename
I would like to enlarge the display picture e.g. by doubleclick the image_f.
How to do it?