I'm an Oracle developer who is trying to get to grips with Access!
I need to select records in a multi table query where it only checks that one field is unique i.e.
col1 col2
10 apple
10 orange
20 grapes
20 pears
I need it to return just 2 records, 1 for value for 10 and 1 for key 20. It doesn't matter which one of the rows it returns as long as it returns just one distinct value for values in col1. Because the composite values in the column are unique, access returns all rows. This is very simple to do in Oracle, but I can't get Access to play ball.
Any ideas??
I need to select records in a multi table query where it only checks that one field is unique i.e.
col1 col2
10 apple
10 orange
20 grapes
20 pears
I need it to return just 2 records, 1 for value for 10 and 1 for key 20. It doesn't matter which one of the rows it returns as long as it returns just one distinct value for values in col1. Because the composite values in the column are unique, access returns all rows. This is very simple to do in Oracle, but I can't get Access to play ball.
Any ideas??