M
MyVi
Hi everyone,
There's something about a query that I wonder how it could be done.
How would you count how many people there is within a column (from a
Query) and that this information it would appear in another column
(same query) all in each cel of the column? Well, I need to get this
result and if it is shown just once, as long as I can use it in a FORM
in all the lines of the query it is fine too.
Let me explain you a bit more in detail.
In the query there is a column (among others) named [NAMES], with this
information:
[NAMES]
JON
JON
JAMES
LAURA
RICHARD
and what I need to know how to.. is to count how many people there is
in this column. So in this case we have jon + james + laura + richard =
4 people.
Well, it would be interesting to get a simply new column in the same
query showing "4" all the time, so in each cell of the column, but what
I need it for is to show it in a Form, where it shows the informacion
of the query, and in one TextBox I need to see (for all the filds) the
result number 4.
Thank you for your support.
Vic
There's something about a query that I wonder how it could be done.
How would you count how many people there is within a column (from a
Query) and that this information it would appear in another column
(same query) all in each cel of the column? Well, I need to get this
result and if it is shown just once, as long as I can use it in a FORM
in all the lines of the query it is fine too.
Let me explain you a bit more in detail.
In the query there is a column (among others) named [NAMES], with this
information:
[NAMES]
JON
JON
JAMES
LAURA
RICHARD
and what I need to know how to.. is to count how many people there is
in this column. So in this case we have jon + james + laura + richard =
4 people.
Well, it would be interesting to get a simply new column in the same
query showing "4" all the time, so in each cell of the column, but what
I need it for is to show it in a Form, where it shows the informacion
of the query, and in one TextBox I need to see (for all the filds) the
result number 4.
Thank you for your support.
Vic