G
Gunti
Hi,
I want to do something comparable to countif in Excel. I'll create a
(simple) sketch of how it should work.
I've got a list like this:
Water Fire 10 100
Water Earth 55 100
Water Wind 23 101
Fire Water 23 101
Basicly, what i want is this in a Query
Water Fire 10 100 (= countif ( column 1 = water))
I want the query to count how many times water (or whatever value is in
column 1 on that row) is in the entire column 1. In this case it would be:
Water Fire 10 100 3
Water Earth 55 100 3
Water Wind 23 101 3
Fire Water 23 101 1
I have to note that i have little to none experience in Access, i can only
use the 'design' mode. To create simple command like (and, or, right etc.).
If something like this needs SQL is needed, can anyone also refer to a simple
tutorial on how to use the advice given.
Thanks alot for anyone helping!
Gunti
I want to do something comparable to countif in Excel. I'll create a
(simple) sketch of how it should work.
I've got a list like this:
Water Fire 10 100
Water Earth 55 100
Water Wind 23 101
Fire Water 23 101
Basicly, what i want is this in a Query
Water Fire 10 100 (= countif ( column 1 = water))
I want the query to count how many times water (or whatever value is in
column 1 on that row) is in the entire column 1. In this case it would be:
Water Fire 10 100 3
Water Earth 55 100 3
Water Wind 23 101 3
Fire Water 23 101 1
I have to note that i have little to none experience in Access, i can only
use the 'design' mode. To create simple command like (and, or, right etc.).
If something like this needs SQL is needed, can anyone also refer to a simple
tutorial on how to use the advice given.
Thanks alot for anyone helping!
Gunti