Duplicates records in table (1 Viewer)

ryadav

Registered User.
Local time
Today, 21:49
Joined
Jul 11, 2006
Messages
13
Hi

I want to amend my query so that all duplicate records don't appear. For example when the query is run the information generated includes:
Day the audit took place
Room the audit took place in
Faculty the activity belongs to
Staff lecturer(s) who takes the class
Activity that was going on when audit took place
Start time of Activity
Finish time of Activity
Counted number of people in the room

Therefore, if there is an activity going on for a faculty but there is more than 1 staff name against it, I just want 1 record to appear against that faculty. Whereas what is happening for example is that there is a activity which takes place from 3pm to 4pm and the activity belongs to the Faculty of Computing and Engineering, and as the class was taken by 3 different lecturers, 3 separate records appear. I am concerned about this because the information is then used in a summary report for each Faculty for the year, so in this case the summary report will calculate 3 activities when it was just 1 activity.

It would be great if its something I could just amend in the query, and not in the source table.

Much appreciated
 

neileg

AWF VIP
Local time
Today, 21:49
Joined
Dec 4, 2002
Messages
5,975
Go into the query properties and set Unique Values to Yes.
 

Users who are viewing this thread

Top Bottom