Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT cmp.cmp_name AS cmp_name, cnt.FullName AS cnt_FullName, a.*
FROM Absences a
LEFT OUTER JOIN cicmpy cmp ON
a.CustomerID = cmp.cmp_wwn
LEFT OUTER JOIN cicntp cnt ON
a.CustomerID = cnt.cmp_wwn AND
a.CustomerContactID = cnt.cnt_id