Hi,
Can not figure this one out, any help would be appreciated:
In an access file I linked a table, via ODBC, to an external database. In the table there is one field ("State"
which contains a sequence of 1440 characters. Each character describes the state of an employee during one particular day (24hrs*60minutes=1440). A sample record may look like this:
Name: State:
John OOOOOOOOOO etc.etc.
I need to find a way to make a total count per state. Results should be similar to:
Name: State: Count:
John O 13
John W 6
John B 3
John S 3
Any suggestions?
Thnxs,
EK
Can not figure this one out, any help would be appreciated:
In an access file I linked a table, via ODBC, to an external database. In the table there is one field ("State"
Name: State:
John OOOOOOOOOO etc.etc.
I need to find a way to make a total count per state. Results should be similar to:
Name: State: Count:
John O 13
John W 6
John B 3
John S 3
Any suggestions?
Thnxs,
EK