Combining access reports

bastien

New member
Local time
Today, 13:55
Joined
Feb 26, 2002
Messages
7
Hi All,

Is it possible for access to combine portions of premade reports? Say I created several reports, each referring to a specific report module (8 in total, with 10 sub versions of certain modules )which refer to differing portions of data from various tables. Can I programmatically combine these various reports?

ie Report header (1 of 5)
Account Summary (1 of 2)
Account Detail (1 of 2)

based on certain client specifications in a client type table?

TIA
:confused:
 
Hi

I know what you mean but not sure about if it can be done. I was going to suggest is it possible to bring the data you need together at query level then do the report on the query.

Maybe miles off on this

Col
:cool:
 
that was the other option

will try that...thanks
 

Users who are viewing this thread

Back
Top Bottom