Resizing the Access window

D

Den

I been trying to see if it's possible to resize the Access window so I can
hide it behind my form. I would like to do this through VBA. My form is a
popup.

Is this even possible? Thanks
 
D

David W

Is it possible for you to use the
forms!myform.visible = false
then reshow it by a command with true?
 
D

Damon Heron

Check out www.peterssoftware.com for windows manipulations. Also I believe
there is some code out there that hides the main access window totally from
view. Anyone else remember who has that?

Damon
 
Top