Here is my question:
Want I would like to do for this query is to show all GroupName with TrainMatrixName in it, then if this person (EMPID) has values from tblMatrix then I would like to see LegendLetter assigned to it.
For Example:
GroupName TrainMatrixName LegendLetter
General Orientation X
General ISO 14001 Training IP
Office PowerPoint Training
Office Word Training
So the PowerPoint and Word this employee has no training down yet, but it's listed in tblTrainMatrix table. I know how to show if the employee has completed the training but do not know how to list like the example.
Thank you in advance.