Report from query where constants are summarised, variables are detailed

notfound

Registered User.
Local time
Today, 09:57
Joined
Jul 29, 2009
Messages
14
Hello all,

I am logging the supervision of counselling staff. Each week, a counsellor meets their supervisor to discuss their client caseload.

I need to generate a report that summarises clients discussed in the previous session.

I've created a query that pulls all this together. The query contains 10 records, where some things are constant (supervision_date,supervisor,counsellor) and the rest varies with each client discussed (clientID,clientName,summary)

I would like my report to have a summary section with the constant info, and a row for each of the clients):

Constant summary info
Date: [constant]
Supervisor:
[constant]
Counsellor: [constant]

Varying info:
1. ClientID Name Summary
2. ClientID Name Summary
...
10. ClientID Name Summary



Thanks for your time,
nf
 
You can use the Sorting and Grouping to acheive what you want. Set it so that it sorts by Client ID. Also set the Group Header to Yes. You can then put the Client information into the area under the Header for the clientID.
 
Thanks again Scooterbug, I knew it should be simple enough.
 

Users who are viewing this thread

Back
Top Bottom