A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

opening multiple reports at once



 
 
Thread Tools Display Modes
  #1  
Old August 18th, 2008, 04:58 PM posted to microsoft.public.access
Leslie Porter OHV
external usenet poster
 
Posts: 34
Default opening multiple reports at once

Is there an easy way to open multiple reports at once that use the same query?

i have 3 reports that all use the same query. Instead of entering criteria 3
times in a row it would be nice to enter it once and have all 3 reports come
up. Is this possible? And if so how?
  #2  
Old August 18th, 2008, 05:23 PM posted to microsoft.public.access
Arvin Meyer [MVP]
external usenet poster
 
Posts: 4,231
Default opening multiple reports at once

Use a form to supply any criteria, and open the 3 reports from code. The
query should read the criteria from a form text box (or several) as in:

[Forms]![FormName]![txtMyTextboxName]
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Leslie Porter OHV" wrote in
message ...
Is there an easy way to open multiple reports at once that use the same
query?

i have 3 reports that all use the same query. Instead of entering criteria
3
times in a row it would be nice to enter it once and have all 3 reports
come
up. Is this possible? And if so how?



  #3  
Old August 18th, 2008, 06:14 PM posted to microsoft.public.access
Leslie Porter OHV
external usenet poster
 
Posts: 34
Default opening multiple reports at once

Awsome!!

"Arvin Meyer [MVP]" wrote:

Use a form to supply any criteria, and open the 3 reports from code. The
query should read the criteria from a form text box (or several) as in:

[Forms]![FormName]![txtMyTextboxName]
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Leslie Porter OHV" wrote in
message ...
Is there an easy way to open multiple reports at once that use the same
query?

i have 3 reports that all use the same query. Instead of entering criteria
3
times in a row it would be nice to enter it once and have all 3 reports
come
up. Is this possible? And if so how?




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:15 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.