simple query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

It's been a while since I used access and need a refresher.

I have 2 tables. One lists all the customers who called in on sept 8. The
second lists the customers who called in on sept 8 because of one specific
product. How do I set up a query to show the percentage of customers who
called in about the specific product on Sept 8th as compared to those who
called with other issues on sept 8th.
 
Hi,


if a and b are the two "count" of records, from each list, and if the lists
are disjoint, then a / (a+b) is the ratio you look for.


Hoping it may help,
Vanderghast, Access MVP
 

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

Date Range - Between Start and End 5
query Help 1
query 1
AT WITS END ON QUERY TOTAL 34
combining queries into 1 8
combine like items in query 1
Update Query with 12 Criterias 1
Crosstab query help please 1

Back
Top