dbTalk Databases Forums  

Query property 'Unique records'

comp.database.ms-access comp.database.ms-access


Discuss Query property 'Unique records' in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Beat Scheidiger
 
Posts: n/a

Default Query property 'Unique records' - 11-06-2003 , 08:08 AM






I do not quite understand this property. Everything is clear to me,
when I read the corresponding help text.

But in practice I have a question: Why are there 3 identical records
in the following query (with property 'Unique records' = Yes)?

SELECT DISTINCTROW tblCustomer.[Customer ID], tblCustomer.[Company
Name], tblCustomer.[Locatiion Code], tblOrders.[Customer ID],
tblOrders.[Order ID], tblOrders.Artikel
FROM tblCustomer INNER JOIN tblOrders ON tblCustomer.[Customer ID] =
tblOrders.[Customer ID];

Can you help me? Thanks.

Beat Scheidiger

Reply With Quote
Reply




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 On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.