Gowey Mike W
Mike.W.Gowey at doc.state.or.us
Mon Jun 7 13:10:27 CDT 2004
Thanks a lot Alun, that works like a charm. Just what I needed.
Mike Gowey MCSA, A+, LME
Team Leader - SRCI
Information Systems & Services Division
Technical Support Analyst
-----Original Message-----
From: Garraway, Alun [mailto:Alun.Garraway at otto.de]
Sent: Monday, June 07, 2004 11:07 AM
To: Access Developers discussion and problem solving
Subject: AW: [AccessD] Reports On top
hi Mike,
try puting this in the on_click sub in your form
Me.Visible = False
and this in the on_close event in your report
Application.Forms("myForm").Visible = True
hth
alun
-----Ursprüngliche Nachricht-----
Von: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]Im Auftrag von Gowey Mike W
Gesendet: Montag, 7. Juni 2004 18:52
An: Access Developers discussion and problem solving
Betreff: [AccessD] Reports On top
Hi everyone,
I currently am working on a database in which I have the input form come up as a popup for that it displays on the entire screen. Now I need to know if there is a way for me to view a report by pressing a button on the form. Currently it will not show the report because the input form is on top. Can I make the report open up in a popup type of way so that the report is on top and viewable until closed.
I hope that makes sense. Any help would be greatly appreciated.
Mike Gowey MCSA, A+, LME
Team Leader - SRCI
Information Systems & Services Division
Technical Support Analyst
--
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
--
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com