I would like to count the number of records corresponding to a specific field. I have two tables involved.
One table [client table] contains people and a bunch of info, including the organization they are associated with.
Second table [agency table] contains details about agencies.
When filling in details about a client, users can pull an agency name from a drop down, which comes from [agency table].
I also have a form for adding new agencies. On that form, I would like to add a field that displays the number of records, from the [client table], of people assigned to the specific org displayed on the form at that time.
For instance, if the user is looking at the all the info for Agency A, there would be a field that says "Number of Active Clients", which would count the number of records from the [client table] with a user assigned to Agency A.
I hope that makes sense. Sorry if it's too much info. This is my first "phone-a-friend" lifeline request and I want to give as much info as possible to hopefully get some help. Thanks in advance!!