Minimize Forms in Pop-Up view

LNewton

Registered User.
Local time
Today, 22:28
Joined
Jan 24, 2002
Messages
31
I have two pop-up forms that I want to minimize when a report is previewed. Now the two forms stay in front of the report that is being previewed. Anybody have any ideas?
 
Check out DoCmd.Minimize. Also, examine setting the Visible property to "No". All this info is available in Access Help.

--Helpful Mac
 
Still having Trouble

Because these are both pop-up I cannot seem to get Docmd.minimize to work. Both forms still seem to have focus when the report appears in preview. I have tried to use a macro on the open event of the report and get errors. I have tried to use Forms!frmXXXXX.minimize on the lost focus event of both forms without success. I even tried the same thing on the open event of the form. All without success. I am sure it is something simple but not to me.
 
Pop-Up Problem

Thank you, thank you Rich! I knew I was having a brain cramp. Thanks for the relief.
 

Users who are viewing this thread

Back
Top Bottom