C
carl
I posted this question a couple weeks ago and want to thank you for offering
your help. I tried to follow the replies but still cannot get a quesry to do
what I need.
Thus I've reposted.
I need a query that will produce a Unique Count of "Code" for each "Symbol".
My problem is that my "Code" can be upper and lower case so my query needs
to be case sensitive.
An extract from my database looks like this:
SYMBOL Code
AA AE
AA ae
AAPL AB
ABT A2
ACE 7G
I need a query that will produce this:
SYMBOL UniqueCountCode
A 1
AA 2
AAI 1
AAP 1
AAPL 1
Thank you in advance.
your help. I tried to follow the replies but still cannot get a quesry to do
what I need.
Thus I've reposted.
I need a query that will produce a Unique Count of "Code" for each "Symbol".
My problem is that my "Code" can be upper and lower case so my query needs
to be case sensitive.
An extract from my database looks like this:
SYMBOL Code
AA AE
AA ae
AAPL AB
ABT A2
ACE 7G
I need a query that will produce this:
SYMBOL UniqueCountCode
A 1
AA 2
AAI 1
AAP 1
AAPL 1
Thank you in advance.