G
Guest
Hi,
first sorry for this question but I am an access newbie....
I have a problem. I have a form with list of classes at a language school. I
have a table name people. I need to display the number of people that are
visiting the exact one class and I really don't know how.
I made a querry with something like this
SELECT Count(people.id) AS CountOfid
FROM people
WHERE people.kurz=classes.id;
When run this query, it askes me what class id it should count. So when i
put 1 in it, i will get the result. But I need to see this number in a form
field, when the form is showing the continuous list of classes.
Can anybody help me please?
first sorry for this question but I am an access newbie....
I have a problem. I have a form with list of classes at a language school. I
have a table name people. I need to display the number of people that are
visiting the exact one class and I really don't know how.
I made a querry with something like this
SELECT Count(people.id) AS CountOfid
FROM people
WHERE people.kurz=classes.id;
When run this query, it askes me what class id it should count. So when i
put 1 in it, i will get the result. But I need to see this number in a form
field, when the form is showing the continuous list of classes.
Can anybody help me please?