Query Help Please-
I want to make:
name date value
lee sept 40
lee oct 27
lee nov 50
dan dec 50
jen jan 30
look like:
name sept oct nov dec jan
lee 40 27 50 0 0
dan 0 0 0 50 0
jen 0 0 0 0 30
I have a crosstab query that puts all of the months as their own field
heading, but I do not need to calculate values. Is there another type
of query that I should be using?
I want to make:
name date value
lee sept 40
lee oct 27
lee nov 50
dan dec 50
jen jan 30
look like:
name sept oct nov dec jan
lee 40 27 50 0 0
dan 0 0 0 50 0
jen 0 0 0 0 30
I have a crosstab query that puts all of the months as their own field
heading, but I do not need to calculate values. Is there another type
of query that I should be using?
Comment