F 
		
								
				
				
			
		Freida
I need help writing a query based on Diag codes.  If I get a claim with 9
diag codes, then my table will show that claim 9 times(1 for each diag code).
I only want to see the 1st 3 codes, but I don't want to have 3 lines for
each claim, I want to create a field that combines the first 3 diag codes:
Right now I have the following:
Claim# Diag
8052114 607
8052114 492
8052114 774
8052114 802
8052127 429
8052127 607
This is what I want:
Claim # Diag(s)
8052114 607,492,774
8052127 429,607
Please helsp
				
			diag codes, then my table will show that claim 9 times(1 for each diag code).
I only want to see the 1st 3 codes, but I don't want to have 3 lines for
each claim, I want to create a field that combines the first 3 diag codes:
Right now I have the following:
Claim# Diag
8052114 607
8052114 492
8052114 774
8052114 802
8052127 429
8052127 607
This is what I want:
Claim # Diag(s)
8052114 607,492,774
8052127 429,607
Please helsp
