Hi, I need the following results:
NameOfExam1 NameOfExam2 NameOfExam3 ...
NamePacient
12/10/2007 01/01/2007 ...
Paul 12/12/2007 01/03/2007 ...
20/12/2007 01/03/2007 ...
... ...
... ...
So I have some tables:
PacientTable:
Code -> AutoNumber
Name -> char(50)
ExamTable:
Code -> AutoNumber
NameOfExam -> Char(50)
ScheduleExams:
PacientCode -> Number PK
ExamCode -> Number PK
DateScheduled -> DateTime PK
Is it possible to show the table desired above? How can I make a SQL
statment? Should it be done using more than 1 recordset? What you suggest?
Thanks a lot!
Jon Paal [MSMD] - 14 Dec 2007 15:09 GMT
google:
recordset to table asp -.net
lots of samples to choose from
> Hi, I need the following results:
>
[quoted text clipped - 27 lines]
>
> Thanks a lot!
PW - 16 Dec 2007 01:09 GMT
> Hi, I need the following results:
>
[quoted text clipped - 27 lines]
>
> Thanks a lot!
Lookup "crosstab" queries.