E
Elysia Larson
Hi,
I have a table set up so that there are three columns: StudyID,
DrawDate, and Value. StudyID and DrawDate are the primary key. I
want to create a table from this one that has only one row for each
StudyID so that it would go from:
StudyID DrawDate Value
to
StudyID DrawDate1 Value1 DrawDate2 Value2 DrawDate3
Value3 etc.
Is there a way to do this?
Thanks,
Elysia
I have a table set up so that there are three columns: StudyID,
DrawDate, and Value. StudyID and DrawDate are the primary key. I
want to create a table from this one that has only one row for each
StudyID so that it would go from:
StudyID DrawDate Value
to
StudyID DrawDate1 Value1 DrawDate2 Value2 DrawDate3
Value3 etc.
Is there a way to do this?
Thanks,
Elysia