I am somewhat new and am having trouble pulling the data I want. I have multiple records where I am wanting to pull the first record from each group. If I group together the fields than I will group my field on left together where I will show the earliest date for each code and I dont want to do that. I just want the first record from the group. Example of data below.
Code Date PART CD
411 20001031 blank
411 20010101 S09
412 20010201 C12
412 20010701 S14
412 20010801 S09
412 20030701 C65
412 20040501 R20
411 20040510 C06
411 20040516 C65
411 20041110 C05
412 20050216 A10
412 20050301 Blank
412 20050816 C05
412 20061101 C64
Basically what I am trying to accomplish from the data above is below. Is this even possible? I have tried everything from group to putting fields together and I cant get what I want.
Code Date PART ID
411 20001031 blank
412 20010201 C12
411 20040510 C06
412 20050216 A10
Thanks for your help!