I am hoping that you all can help me. I have several columns of text data. Each column contains the same text variables (I think that there are a total of 10 text entries).
Anyhow, is there a way to do a count query on all the columns at the same time, just giving me a total of each time the variable comes up regardless of which column it is in?
I know that I can solve this by appending all of the columns into one column and then doing a simple count query, but I imagine that there must be a more "proper" way of doing this.
Thanks in advance.
Clay
Anyhow, is there a way to do a count query on all the columns at the same time, just giving me a total of each time the variable comes up regardless of which column it is in?
I know that I can solve this by appending all of the columns into one column and then doing a simple count query, but I imagine that there must be a more "proper" way of doing this.
Thanks in advance.
Clay