M
Max Moor
Hi All,
In a previous post, I asked how to make one of multiple open windows be
on top (active) from VBA. I got two suggestions. One was to use
DoCmd.SelectObject and the other was to have all but the active window be
hidden, switching around which one is visible.
Is there any real advantage to one method over the other? Certainly,
the SelectObject version makes for much simpler code. Is there any reason
why I wouldn't want mupltiple forms visible at once though? I can't think of
one, but I miss the subtleties of Access pretty regularly.
Thanks for the help.
Regards,
Max
In a previous post, I asked how to make one of multiple open windows be
on top (active) from VBA. I got two suggestions. One was to use
DoCmd.SelectObject and the other was to have all but the active window be
hidden, switching around which one is visible.
Is there any real advantage to one method over the other? Certainly,
the SelectObject version makes for much simpler code. Is there any reason
why I wouldn't want mupltiple forms visible at once though? I can't think of
one, but I miss the subtleties of Access pretty regularly.

Thanks for the help.
Regards,
Max