Send an object to Back or to Front

  • Thread starter Thread starter bzeyger
  • Start date Start date
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top