I have a SQL query for the output I need to have:
<cfquery .......>
select a.Dept, a.JobTitle, e.Shift, e.ExposureType, e.device, e.ExposureDate
from exposure e, AssociatePersonal a
where e.AssociateIDEx = a.AssociateID
</cfquery>
The output I need to have is the sample output at
I uploaded an Excel spreadsheet (qryoutput.xls) for better explanations.
Thx much
<cfquery .......>
select a.Dept, a.JobTitle, e.Shift, e.ExposureType, e.device, e.ExposureDate
from exposure e, AssociatePersonal a
where e.AssociateIDEx = a.AssociateID
</cfquery>
The output I need to have is the sample output at
I uploaded an Excel spreadsheet (qryoutput.xls) for better explanations.
Thx much