W
William Foster
Good evening all,
I am trying to create a query that returns a variety of counts against
period definitions; for instance how many businesses were created in a
particular period and how many businesses folded in that particular period
[Sorry for the example, but it is the best I could come up with].
If the table has the business name, business creation date and business
folding date if applicable; how can I return a query that has two columns;
one that counts businesses created in each period, and another which counts
businesses folded in that same period. I use the following expression to
return the period for each column: 'Year([Fictional_Date]) & "/" &
Month([Fictional_Date])'
Period Created Folded
2004/01 10 5
2004/02 5 10
etc...
I tried creating a table of periods, but I can not include this in the query
because it has no links; I can say how many businesses were created in a
period, and then of those how many folded in each period; but that is not how
I need the data returned.
Any assistance you may be able to provide would be greatly appreciated.
Yours sincerely,
William Foster
I am trying to create a query that returns a variety of counts against
period definitions; for instance how many businesses were created in a
particular period and how many businesses folded in that particular period
[Sorry for the example, but it is the best I could come up with].
If the table has the business name, business creation date and business
folding date if applicable; how can I return a query that has two columns;
one that counts businesses created in each period, and another which counts
businesses folded in that same period. I use the following expression to
return the period for each column: 'Year([Fictional_Date]) & "/" &
Month([Fictional_Date])'
Period Created Folded
2004/01 10 5
2004/02 5 10
etc...
I tried creating a table of periods, but I can not include this in the query
because it has no links; I can say how many businesses were created in a
period, and then of those how many folded in each period; but that is not how
I need the data returned.
Any assistance you may be able to provide would be greatly appreciated.
Yours sincerely,
William Foster