A
Andreas
Hi all,
I have a query "qryP&L" which contains the column "AfterTaxPL". These
are profit and losses, i.e. positive and negative numbers. I would
like to create a frequency distribution. I already specified the
boundaries in a seperate table called
"tblFrequencyDistributionBounds". This table comprises of three fields
"ID","LowerBound", and "UpperBound".
I would like to create a new query that gives me the frequency
distribution for "AfterTaxPL" according to the boundaries specified in
"tblFrequencyDistributionBounds". I am just not that familiar with SQL
in order to combine this table with the particular column of my
original query.
Can anybody help?
Regards,
Andreas
I have a query "qryP&L" which contains the column "AfterTaxPL". These
are profit and losses, i.e. positive and negative numbers. I would
like to create a frequency distribution. I already specified the
boundaries in a seperate table called
"tblFrequencyDistributionBounds". This table comprises of three fields
"ID","LowerBound", and "UpperBound".
I would like to create a new query that gives me the frequency
distribution for "AfterTaxPL" according to the boundaries specified in
"tblFrequencyDistributionBounds". I am just not that familiar with SQL
in order to combine this table with the particular column of my
original query.
Can anybody help?
Regards,
Andreas