C
ChrisR
I have a table of Vendors and contacts for the vendor. Count of contacts
per vendor can range from 1 to as many as 10+. I know that I can do a
query where I group by Vendor and take First of Contact Name. How can I get
First 3 of Contact Name.
So far my only idea is to do First Contact Name put aside and exclude from
list then do First Contract Name again. Repeat a 3rd time, then merge the 3
in a Union.
Any better ideas would be appreciated.
c-
per vendor can range from 1 to as many as 10+. I know that I can do a
query where I group by Vendor and take First of Contact Name. How can I get
First 3 of Contact Name.
So far my only idea is to do First Contact Name put aside and exclude from
list then do First Contract Name again. Repeat a 3rd time, then merge the 3
in a Union.
Any better ideas would be appreciated.
c-