A
Andy Newbie
How do I count the total number of occurences of a record across many tables?
I need to report on the number of products using a certain part number. This
would be easy if I knew how to use Access, VBA and SQL. I have not even
figured out how to get the query wizard to work on this problem. An example
follows:
BabyTable
ID PN
1 123
2 264
3 365
ChildTable
ID PN
2 264
3 365
4 442
TeenTable
ID PN
1 123
3 365
4 442
AdultTable
ID PN
2 264
SeniorTable
ID PN
1 123
2 264
I need to create a report based on a query that returns the following type
of information:
Part Number 264 is used in 4 different products.
Thank you for your help, time and experience!
I need to report on the number of products using a certain part number. This
would be easy if I knew how to use Access, VBA and SQL. I have not even
figured out how to get the query wizard to work on this problem. An example
follows:
BabyTable
ID PN
1 123
2 264
3 365
ChildTable
ID PN
2 264
3 365
4 442
TeenTable
ID PN
1 123
3 365
4 442
AdultTable
ID PN
2 264
SeniorTable
ID PN
1 123
2 264
I need to create a report based on a query that returns the following type
of information:
Part Number 264 is used in 4 different products.
Thank you for your help, time and experience!