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.
 
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.
 
Back
Top