G
Guest
Hi,
I've writen the following SQL in Excel using DAO:
Transform Count(ComplaintNo)
Select LevelOfComplaint
From tblComplaints
Where ResolvedStage <>'Resolved OR ResolvedStage Is Null
Group By LevelOfComplaint
PIVOT DateReceived
I copy the data from a recordset into Excel, the problem is I need to get
the values for DateReceived for the column headings. How do I do this?
Thanks
I've writen the following SQL in Excel using DAO:
Transform Count(ComplaintNo)
Select LevelOfComplaint
From tblComplaints
Where ResolvedStage <>'Resolved OR ResolvedStage Is Null
Group By LevelOfComplaint
PIVOT DateReceived
I copy the data from a recordset into Excel, the problem is I need to get
the values for DateReceived for the column headings. How do I do this?
Thanks