Altering z order among form objects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a web browser object and an image object with the same coordinates,
and want to switch between them based on subform events. For a number of
reasons, I do not want to toggle visibility on either object. VB6 provides
for changing zorder of form objects, but I can find nothing to accomplish
this in Access forms.
 
You should be able to use SetFocus on the control you want on top.
 
Thank you for the reply, but this was the first thing I tried. Since I'm
dealing with an image object, not a form control object, I cannot move focus
to it.

I was hoping for a solution along the lines of z-index for HTML or z-order
for older VB code.
 

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