J
Jesse.CLHsu
Hi All,
I hope this is not too silly a question to ask here. Actually the
question comes from my boss. Anyway, here's the result I get from a
query
..
[Field 1] [Field 2] [Field 3]
A B D
A B E
A B F
A C D
A C E
A C F
Is there any way to make the result of the query look like below?
[Field 1] [Field 2] [Field 3]
A B D
C E
F
I tried to sort and select only the "First" that appears, but it comes
up with
[Field 1] [Field 2] [Field 3]
A B D
Thanks a lot in advance for any suggestions!
CL
I hope this is not too silly a question to ask here. Actually the
question comes from my boss. Anyway, here's the result I get from a
query
..
[Field 1] [Field 2] [Field 3]
A B D
A B E
A B F
A C D
A C E
A C F
Is there any way to make the result of the query look like below?
[Field 1] [Field 2] [Field 3]
A B D
C E
F
I tried to sort and select only the "First" that appears, but it comes
up with
[Field 1] [Field 2] [Field 3]
A B D
Thanks a lot in advance for any suggestions!
CL