Move picture behind label

R

Ron

I just added a fairly large image to the right side of
one of my forms. The problem is that it is covering up
the labels/textboxes in that area.

I realize that if I re-create the labels/textboxes that
it will put them overtop the image, but is there some way
to set the picture as 'behind' everything else without
having to redo all the other crap?

There are multiple pictures on the form, so it wouldn't
be practical to make it the form wallpaper.
 
F

fredg

I just added a fairly large image to the right side of
one of my forms. The problem is that it is covering up
the labels/textboxes in that area.

I realize that if I re-create the labels/textboxes that
it will put them overtop the image, but is there some way
to set the picture as 'behind' everything else without
having to redo all the other crap?

There are multiple pictures on the form, so it wouldn't
be practical to make it the form wallpaper.

Select the Image.
Then....
Format + Send to Back

Or... select just the labels.
then ..
Format + Bring to Front
 
Top