J
Jim Jawn
I have a table with 13 yes/no fields. Right now the table looks like this:
ID A B C D E F G H I J K L M N
24 -1 0 0 -1 -1 0 0 0 0 0 0 -1 0 0
25 -1 0 0 0 -1 -1 0 0 -1 0 0 0 0 0
What I would like to return is this:
Field Count
A 2
B 0
C 0
D 1
E 2
F 1
etc...
Is there any sort of way that I could do this? Ultimately I'd like to
create a chart from the data, but I can't seem to get it to work right...
Could I use a make table query, does anyone have any suggestions? Thanks.
Jim Jawn
ID A B C D E F G H I J K L M N
24 -1 0 0 -1 -1 0 0 0 0 0 0 -1 0 0
25 -1 0 0 0 -1 -1 0 0 -1 0 0 0 0 0
What I would like to return is this:
Field Count
A 2
B 0
C 0
D 1
E 2
F 1
etc...
Is there any sort of way that I could do this? Ultimately I'd like to
create a chart from the data, but I can't seem to get it to work right...
Could I use a make table query, does anyone have any suggestions? Thanks.
Jim Jawn