Que tal Gracuas por contestar:
 
Continúa fallando: 
 Código PHP:
    SELECT Repricing.ConvertedProfessionalCharges as pprofessional, Repricing.ConvertedHospitalCharges as phospital,
Repricing.ConvertedTotalCharges as ptotal,
SUM(ClaimsFollowUp.AmountReceived) as Total_Recibido
FROM Repricing, ClaimsFollowUp WHERE
Repricing.RepricingID AND ClaimsFollowUp.RepricingID=930 
GROUP BY pprofessional, phospital, ptotal 
    
  Que podrá ser ?