If the hidden window is a Form or Report, set its Visible property to True.
If you are trying to unhide the navigation pane, use SelectObject with True
for the last argument, e.g.:
DoCmd.SelectObject acTable, , True
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In Access 2000 under the window menu there was an Unhide option which
> gave a list of hidden windows. With the Window menu gone, I can't find
> where i have the same ability in Access 2007. Anyone know how I can
> unhide my hidden windows?