Same query for different report/form?

juicybeasty

Registered User.
Local time
Today, 13:28
Joined
Feb 17, 2003
Messages
52
Probably a stupid question but I can live with that:

Is it possible to use the same underlying query for different (but similar reports or forms)? Or do you have to copy and rename it.

eg can you use qry1 as the data source for both rpt1 and rpt2?
 
You can use the same query as the underlying source for another query, another form, and another report.
 
Thanks.

What about using the same subreport in two different main reports?
 
You shouldn't have any problems. Rather than asking, though, why not try it? :cool:
 
Good point. I tried it, it seems to work.

What I worry about is that it'll do something strange in the future when it has gone live, so I just wanted some confirmation.
 

Users who are viewing this thread

Back
Top Bottom