RonMcIntire
Technical User
All:
Hope this is right forum.
1. I have two tables. One contains 2000+ member records and one contains 60+ chapter records. I can marry the tables in a query.
2. Each member record contains a member number and a membership expiration date (expire_dt) in the form of yyyymmdd and the chapter record contains a member number and a chapter number. I can filter current members using Left(expire_dt,4)
3. Some of the members belong to one or more chapters.
-----------------------------
I wish to determine the number of members in each chapter automatically without running a query 60 times.
I have considered the DCount() function in a query but I'm not sure how to implement it.
I have also considered the DCount() function in a report but I get confused about how to implement it.
Can anyone help me understand how to solve my problem?
Thanks,
Ron
Hope this is right forum.
1. I have two tables. One contains 2000+ member records and one contains 60+ chapter records. I can marry the tables in a query.
2. Each member record contains a member number and a membership expiration date (expire_dt) in the form of yyyymmdd and the chapter record contains a member number and a chapter number. I can filter current members using Left(expire_dt,4)
3. Some of the members belong to one or more chapters.
-----------------------------
I wish to determine the number of members in each chapter automatically without running a query 60 times.
I have considered the DCount() function in a query but I'm not sure how to implement it.
I have also considered the DCount() function in a report but I get confused about how to implement it.
Can anyone help me understand how to solve my problem?
Thanks,
Ron