G
Guest
Access 2000
TRANSFORM Count(Demographics.[NHS Number]) AS [CountOfNHS Number]
SELECT Demographics.Hospital, Count(Demographics.[NHS Number]) AS [Total Of
NHS Number]
FROM Demographics
GROUP BY Demographics.Hospital
PIVOT Demographics.[Primary diagnosis];
Q - How to I change Column Heading Total of NHS Number to Total
Q - How to I change Primary diagnosis headings from bound column heading C48
to text string associated with it "Peritoneal"
TRANSFORM Count(Demographics.[NHS Number]) AS [CountOfNHS Number]
SELECT Demographics.Hospital, Count(Demographics.[NHS Number]) AS [Total Of
NHS Number]
FROM Demographics
GROUP BY Demographics.Hospital
PIVOT Demographics.[Primary diagnosis];
Q - How to I change Column Heading Total of NHS Number to Total
Q - How to I change Primary diagnosis headings from bound column heading C48
to text string associated with it "Peritoneal"