How to get mMany to one showing in a report

  • Thread starter Thread starter Kathie G via AccessMonster.com
  • Start date Start date
K

Kathie G via AccessMonster.com

I have a report that is a "process documentation report" this process could
have 5 statements indicating the success measures and 6 indicating 'red
flags'. How can I show these on a report (stems from a query that includes
various tables). Is this even possible?

(Basically I want the report to look like:

Process Summary (tblProcess)

Process Details (tblProcess_Doc)

Process Success Measurement1 (tblProcess_Meas)
Process Success Measurement2 (tblProcess_Meas)

Process RedFlag 1 (tblProcess_Meas)
Process RedFlag2 (tblProcess_Meas)
 
Got it figured out..:)

Kathie said:
I have a report that is a "process documentation report" this process could
have 5 statements indicating the success measures and 6 indicating 'red
flags'. How can I show these on a report (stems from a query that includes
various tables). Is this even possible?

(Basically I want the report to look like:

Process Summary (tblProcess)

Process Details (tblProcess_Doc)

Process Success Measurement1 (tblProcess_Meas)
Process Success Measurement2 (tblProcess_Meas)

Process RedFlag 1 (tblProcess_Meas)
Process RedFlag2 (tblProcess_Meas)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top