Hiding a report (1 Viewer)

QTNM

Registered User.
Local time
Yesterday, 19:35
Joined
Aug 5, 2005
Messages
67
I need to know how to hide a report.

2 reports are opened and I need to show 'Report1', hide 'Report2' ... when "Report1' is closed I want to prompt the user and ask if they would like to view 'Report2'

I'm just having the hardest time trying to figure out how to "HIDE" or set visible property to false for "Report2".

I have done this before and for the life of me I can't figure it out!

Thanks in advance for your time!

QT ;)
 

boblarson

Smeghead
Local time
Yesterday, 16:35
Joined
Jan 12, 2001
Messages
32,059
When you open report two, you can set it minimized if you want:
DoCmd.Minimize and then when you want it back DoCmd.Restore
 

Users who are viewing this thread

Top Bottom