Return unique clientID

Albert1955

Registered User.
Local time
Today, 15:24
Joined
Aug 6, 2008
Messages
10
Hello
I have a query to find only the unique clients that have attended an event during a time period
I can only get the event and client for each event
So i want a query that returns the clientID for any client that attended any event.
havr tried using the return unique values in the property sheet but that still gives me multiple clientIDs with each event they attended

Its confusing me like crazy
any help gratefully accepted
Albert:confused:
 

Attachments

You have 2 options:

Change your Date Event column from Group By to Where and ensure the show box is not ticked and change unique values from yes to no

or

Remove the totals line (i.e. the group by's) and untick the show box for the date event column - and leave unique values as yes

This will then just show all clients who have attended an event between the dates selected
 
Thanks it works perfectly now
just what i wanted
thanks again
A
 

Users who are viewing this thread

Back
Top Bottom