G
Guest
Hi
I performed a select query with 3 fields, and grouped by (trying to see each unique combination of the three fields). The results don't make sense: there are duplicate entries of the same combination showing up.
ex: a 'group by' function using fields A, B, C result in 2 rows with the exact same values (A = 6, B = blank (is null), C = 0)
Any explanation as to why this is happening? FYI: The table I'm querying is the product of an append query that merged 2 tables (one originally from MS Excel, the other an MS Access table)...this may be the culprit
Thanks in advance.
I performed a select query with 3 fields, and grouped by (trying to see each unique combination of the three fields). The results don't make sense: there are duplicate entries of the same combination showing up.
ex: a 'group by' function using fields A, B, C result in 2 rows with the exact same values (A = 6, B = blank (is null), C = 0)
Any explanation as to why this is happening? FYI: The table I'm querying is the product of an append query that merged 2 tables (one originally from MS Excel, the other an MS Access table)...this may be the culprit
Thanks in advance.