I have the following fields in my table:
FullName
Company
Address1
Address2
CSZ
I would like to have a query that would provide the following output.
# of 5 Liners = 50
NC12C 50 instances
# of 4 Liners = 25
N12C 13 instances
NC2C 12 instances
# of 3 Liners = 40
C1C 15 instances
N1C 15 instances
N2C 10 instances
etc...
Note that I want the output to let the user know how many 5 liners, 4 liners, etc... there are and what instances are possible as well as how many of each instance there are. Can all of this be done in one query or should they be done in seperate queries? Any help is appreciated. Thanks.
Swi
FullName
Company
Address1
Address2
CSZ
I would like to have a query that would provide the following output.
# of 5 Liners = 50
NC12C 50 instances
# of 4 Liners = 25
N12C 13 instances
NC2C 12 instances
# of 3 Liners = 40
C1C 15 instances
N1C 15 instances
N2C 10 instances
etc...
Note that I want the output to let the user know how many 5 liners, 4 liners, etc... there are and what instances are possible as well as how many of each instance there are. Can all of this be done in one query or should they be done in seperate queries? Any help is appreciated. Thanks.
Swi