M
Mark
I have a table called Proxy which looks like this:
Resolution2 Resolution3 Resolution4a
Resolution4b Resolution4c Resolution4d
FOR FOR AGAINST FOR FOR FOR
NONE NONE NONE NONE NONE NONE
FOR FOR FOR FOR FOR FOR
FOR FOR FOR AGAINST FOR AGAINST
I need to build a query that will show me total FOR,
AGAINST etc. under Resolution2. 3, 4a etc.
I can build a query for each Resolution which counts up
the total but I'm lost when combining the whole lot
together so that I can develope a form to show the results
Resolution2 Resolution3 Resolution4a
Resolution4b Resolution4c Resolution4d
FOR FOR AGAINST FOR FOR FOR
NONE NONE NONE NONE NONE NONE
FOR FOR FOR FOR FOR FOR
FOR FOR FOR AGAINST FOR AGAINST
I need to build a query that will show me total FOR,
AGAINST etc. under Resolution2. 3, 4a etc.
I can build a query for each Resolution which counts up
the total but I'm lost when combining the whole lot
together so that I can develope a form to show the results