I need to create a crosstab query in Access 97 that will basically move data in different rows to multiple colums in the same row.
Each [MemberID] has multiple dates of Service ([DOS]) for a particular type of service ([svctype]), such as "A", "B", etc.. I want to create a crosstab that will give me the row heading [memberID] and then column headings for each instance of [svctype] "A" in order of [DOS]. So that it would look like this:
MemberId A1 A2 A3 A4
123456 1/2/06 3/8/06 4/21/06 8/7/06
234567 5/4/06 6/8/06
I'm kind of new to Access programming and am kind of learning as I go. Is there any conceiveable way to do this?
~HM
Each [MemberID] has multiple dates of Service ([DOS]) for a particular type of service ([svctype]), such as "A", "B", etc.. I want to create a crosstab that will give me the row heading [memberID] and then column headings for each instance of [svctype] "A" in order of [DOS]. So that it would look like this:
MemberId A1 A2 A3 A4
123456 1/2/06 3/8/06 4/21/06 8/7/06
234567 5/4/06 6/8/06
I'm kind of new to Access programming and am kind of learning as I go. Is there any conceiveable way to do this?
~HM