Hi,
I've been stumped trying to do this from an SQL connection
I've retrieved a recordset from an sql server, now for each value in column 2 of this recordset, I want to check for a value of 'INSTALL' then MoveNext and so on...until i get a count of all the records in this column that have a value of 'INSTALL', now i woule like to MoveFirst and do a similar count for all values in this column with a value of 'CANCEL' etc etc...Ultimately now that I have the values i want a create a new recordset with these values and display in a table with the headings & values:
for example,
STATUS Volume % of Total
INSTALL 438 65%
CANCEL 241 35%
TOTALS 679 100%
Thanks in advance,
[sig][/sig]
I've been stumped trying to do this from an SQL connection
I've retrieved a recordset from an sql server, now for each value in column 2 of this recordset, I want to check for a value of 'INSTALL' then MoveNext and so on...until i get a count of all the records in this column that have a value of 'INSTALL', now i woule like to MoveFirst and do a similar count for all values in this column with a value of 'CANCEL' etc etc...Ultimately now that I have the values i want a create a new recordset with these values and display in a table with the headings & values:
for example,
STATUS Volume % of Total
INSTALL 438 65%
CANCEL 241 35%
TOTALS 679 100%
Thanks in advance,
[sig][/sig]