Hello everybody, I have this problem: I need to select a number of rows from a table that differ only by a specified column(s).For example, I have this table:
and I would like to obtain this table(composed of the rows that contain different values in the [Element] column. The returned rows are those found first):
Thanks for your time . I work with MSAccess.
Code:
Table1: Case Element Value
====== ------------------
A 1 11
A 1 23
B 2 41
B 2 17
Code:
Table2: Case Element Value
====== ------------------
A 1 11
B 2 41