Query Help

  • Thread starter Thread starter James McDonald
  • Start date Start date
J

James McDonald

I need my query to list our offices, then list the
quantity of call types that they received.

For example:

Office Type Number of calls
Jack Sale 3
Order Prob 6
Odr not Rec 2

Phil Sale 6
Order Prob 2
Odr not Rec 1

The easier the instructions the better due to my limited
knowledge of Access.
Thank You
 
I need my query to list our offices, then list the
quantity of call types that they received.

For example:

Office Type Number of calls
Jack Sale 3
Order Prob 6
Odr not Rec 2

Phil Sale 6
Order Prob 2
Odr not Rec 1

The easier the instructions the better due to my limited
knowledge of Access.
Thank You

The instructions will be a heck of a lot easier to write if we had
some clue about how your table is structured and where in your table
we might be able to calculate the number of calls.

A Totals query, grouping by Office and Type, and counting - something,
I don't know what since I can't see your table - would be indicated.
To create one create a Query based on your table, click the Greek
Sigma icon (looks like a sideways W), and Group By Office and Type on
the totals line; select Count on some other field, such as the CallID
or CallDateTime.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sub count??? 4
corresponding data query 8
help please 2
Combining 3 queries 2
Query challenge 1
Computing total sales with a query 2
Query Too Complex But it is pretty simple. 1
Query to display highest totals 1

Back
Top