Hello,
Here is my problem. I will send the query pkActionItems from tbl_ActionItems. This is what I have so far:
SELECT
a.pkActionItems,
a.ItemDescription,
LeadWiz.Last AS LastLead,
TeamWiz.Last AS LastTeam
FROM tbl_ActionItems a
LEFT OUTER JOIN (SELECT l.fkActionItems...