Send an object to Back or to Front

B

bzeyger

I am currently working on an Access VBA Form. I am trying to paste an object
but it keeps appearing behind a list box. Is there a way to get the Object I
pasted in to appear on top of the other objects?
 
B

Bob Quintal

I am currently working on an Access VBA Form. I am trying to paste
an object but it keeps appearing behind a list box. Is there a way
to get the Object I pasted in to appear on top of the other
objects?

Select the object and from the Menu, Format->Bring to Front.

Be aware that certain objects will hide others, such as an image over a
textbox, and Access will resend the image to the back.
 
Top