MS ACCESS SUMMISING DATA IN ACCESS

JACS01

New Member
Joined
Aug 12, 2004
Messages
3
:oops:

Hope you can help me
I have two tables

Table 1
ID Number (Unique primary key)
Customer name
Question Number
Satisfaction Score
Importance score
Comments

Question lookup
Code (Unique primary key)
Question number
Question group

I am wanting to run a summary query which tells me
By question group the average,min,max satisfaction score

I currently have a relationship line set up between question Number in Response 2003 and question lookup.

so far I have the following fields in the query
Question group (grouped by) (from the question lookup table)
Satisfaction (Minimium) (From the repsonse 2003 table)
Satisfaction (Maximium) (From the repsonse 2003 table)
Satisfaction (average) (From the repsonse 2003 table)

But the query above returns no values (I have data in both tables)

Please help
Jac
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
What type of relationship is it?

It should be one to many from Question lookup to Response 2003 (Table1?)
 
Upvote 0
Sorry table one is response 2003

The relationship between the two tables is a one too many.

In question lookup the a question will appear once
In Response 2003 the question will appear more than once.
 
Upvote 0

Forum statistics

Threads
1,221,810
Messages
6,162,108
Members
451,743
Latest member
matt3388

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top