Re: How do I count the number of attendees?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Ronald W. Roberts (rwr_at_robcom.com)
Date: 02/25/04


Date: Wed, 25 Feb 2004 16:08:32 -0500

Tracy wrote:

>I have a database set up for registering attendees to a
>conference. The conference is over a few days so
>attendees get to choose which workshops they go to.
>My problem: How can I keep track of how many people have
>registered for a particular workshop as the registrations
>come in and they are entered into the database?
>
>All suggestions welcomed.
>
>Thanks
>Tracy
>
>
You need to create a query that uses Totals. Add fields to the query
and set the
to GroupBy. Items such as course number, Term and year, and so on. Then
add fields that have some criteria you need, suh as status Active. Then
add a field
 you want to set to Count. It can be the course number or first name or
any thing that
is part of this query.

I try to make these as small as I can. What I mean by that is I keep
the number of fields
to a very Min. Then I join this query to a course master table or
query. The new query will
give you what you want for reporting class or course counts (registrations).

Ron

-- 
Ronald W. Roberts
Roberts Communication
rwr_at_robcom_dot_com@robcom.com
To reply remove "_at_robcom_dot_com"


Relevant Pages

  • Re: Using subset criteria in query
    ... ' Delete any records currently in the Filter Parameters table ... ' Test if a division has been selected without a conference selection ... ' Need to get the division name and all the conference names, ... the the query will run on one input recordset from the Filter> Parameters table. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Using subset criteria in query
    ... Filter Parameters is the name of a form? ... Division and Conference aret the names of controls on that form? ... >> You're using a cartesian query and then filtering the results with WHERE ... >>> parameters" in the criteria for both the away and the home team. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Using subset criteria in query
    ... if I leave blank the [filter parameters] ... option in the table but it does work - I assume the query ... especially if you have multiple WHERE clauses. ... > between Season Division Conference School and Filter Parameters tables on ...
    (microsoft.public.access.modulesdaovba)
  • Re: Using subset criteria in query
    ... Because you're using the Division and Conference fields as linking fields, ... You say you're using a form to put the values into Filter Parameters table. ... Thus, your query would ... > SELECT [104 Adjusted Home Scores].ID,.Date, ...
    (microsoft.public.access.modulesdaovba)
  • openquery question: using it inside "WHERE field IN(" ?
    ... The first query looks at an Oracle 9i database, ... second looks at a 3rd party application's database, ... We used to have the CRM data in the same Oracle DB as the EVENTS data, ... SELECT contacts.email,contacts.memberid FROM contacts, registrations ...
    (microsoft.public.sqlserver.programming)