I have a grouping on PatientNo and then a grouping on CollectedDate,
This is sample of my table:
PatientNo Specimen CollectedDate Culture Smear
101 Blood 11/01/2006 Pos ---
101 Blood 11/01/2006 --- Neg
101 Blood 11/05/2006 Neg ---
101 Blood 11/05/2006 --- Neg
102 Other 11/02/2006 Pos ---
102 Other 11/02/2006 --- Pos
Please help me to get the result like this
PatientNo Specimen CollectedDate Culture Smear
101 Blood 11/01/2006 Pos Neg
101 Blood 11/05/2006 Neg Neg
102 Other 11/02/2006 Pos Pos
Thanks
TN (USA). I'm using Windows XP, Crystal Reports 10 and SQL Server
This is sample of my table:
PatientNo Specimen CollectedDate Culture Smear
101 Blood 11/01/2006 Pos ---
101 Blood 11/01/2006 --- Neg
101 Blood 11/05/2006 Neg ---
101 Blood 11/05/2006 --- Neg
102 Other 11/02/2006 Pos ---
102 Other 11/02/2006 --- Pos
Please help me to get the result like this
PatientNo Specimen CollectedDate Culture Smear
101 Blood 11/01/2006 Pos Neg
101 Blood 11/05/2006 Neg Neg
102 Other 11/02/2006 Pos Pos
Thanks
TN (USA). I'm using Windows XP, Crystal Reports 10 and SQL Server