D
dcozzi
I would like to create a query that will return 2 fields, based on specific
criteria.
The info is currently in the same field, Total. Each line is a different
total. Im not sure how to explain.
This is an example of the data base i am pulling from in datasheet view
COMPANY TYPE TOTAL
A 1 1000
A 2 2000
A 3 3000
B 1 1000
B 2 2000
B 3 3000
I would like to have a query return what is below
COMPANY TYPE 1 TYPE 2
A 1000 2000
B 1000 2000
In the data base there many "types" (1,2,3,4,5,6,etc) for each company.
I only want to return 2 of the Types as shown above.
criteria.
The info is currently in the same field, Total. Each line is a different
total. Im not sure how to explain.
This is an example of the data base i am pulling from in datasheet view
COMPANY TYPE TOTAL
A 1 1000
A 2 2000
A 3 3000
B 1 1000
B 2 2000
B 3 3000
I would like to have a query return what is below
COMPANY TYPE 1 TYPE 2
A 1000 2000
B 1000 2000
In the data base there many "types" (1,2,3,4,5,6,etc) for each company.
I only want to return 2 of the Types as shown above.