Actually that was what I googled before I came to this Forum. I tried my SQL but I couldn't get to perform the way I wanted to. Here is my SQL.
SELECT tblAssociate.AssociateID, tblAssociate.FName, tblAssociate.LName, tblTraining.TrainingID, tblTraining.TDate, tblTraining.Hours, [LName] & ", "...