A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Extra Records



 
 
Thread Tools Display Modes
  #1  
Old April 8th, 2009, 08:07 PM posted to microsoft.public.access
tkosel
external usenet poster
 
Posts: 80
Default Extra Records

I have a Query as illustrated below.

SELECT TempDisrepancyReportTableAllUsers.*_
FROM (TempDisrepancyReportTableAllUsers LEFT JOIN USER_TRAINING_RECORDS_
ON TempDisrepancyReportTableAllUsers.Training_Doc_ID =
USER_TRAINING_RECORDS.TRAINING_DOCUMENT_TAKEN)_
RIGHT JOIN TrainingDocsQueueTable ON
TempDisrepancyReportTableAllUsers.Training_Doc_ID =_
TrainingDocsQueueTable.Training_Doc_ID_
WHERE (((USER_TRAINING_RECORDS.TRAINING_DOCUMENT_TAKEN) Is Null));

This query by itself yields 1 record (I filter on a field named ClockNumber
for testing.)

ClockNumber is a field in the TempDisrepancyReportTableAllUsers table.

This query is my record source for a report which I group by ClockNumber.
When the report
runs, I get one grouping for the ClockNumber, but 4 detail records which are
identical to
each other.

Any Ideas?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:59 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.