L
lance carter via AccessMonster.com
Access Newbie needs help with QBE grid...
My DB has fields for CompanyName and Status. The Company name does not have
an ID or reference number, it's just chosen from a drop down I've provided
from a choice of about 80.
The Status field might be one of four different Strings of Live, Quoted,
NTU, Awaitinfo.
BrokerName might be within the 200+ recordset many times and for different
status'.
I can count the number of BrokerX with status Y and get a list like say
Company 1 (20)
company 2 (14)
company 3 (5)
company 4 (4)
company 5 (1)
What I'd like to do is have a Query using QBE grid which has columns for:
Group by Broker. Count Status Where "Firm order" Or "Quoted"
and have a second column next to it showing Where Status "Firm Order" only.
....and then do a division between the two to get a fraction.
I can do Word and Excel VBA if necessary but not Access
My DB has fields for CompanyName and Status. The Company name does not have
an ID or reference number, it's just chosen from a drop down I've provided
from a choice of about 80.
The Status field might be one of four different Strings of Live, Quoted,
NTU, Awaitinfo.
BrokerName might be within the 200+ recordset many times and for different
status'.
I can count the number of BrokerX with status Y and get a list like say
Company 1 (20)
company 2 (14)
company 3 (5)
company 4 (4)
company 5 (1)
What I'd like to do is have a Query using QBE grid which has columns for:
Group by Broker. Count Status Where "Firm order" Or "Quoted"
and have a second column next to it showing Where Status "Firm Order" only.
....and then do a division between the two to get a fraction.
I can do Word and Excel VBA if necessary but not Access