dbTalk Databases Forums  

idea's

comp.databases.ms-access comp.databases.ms-access


Discuss idea's in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
The T
 
Posts: n/a

Default idea's - 07-29-2009 , 05:50 PM






I have an excel spreadsheet (a dump from another database) which I'm
importing into one table; the fields are named:
name, scenario (there are 3), q1, q2, q3, q4, q5;
I need to create a query which groups together each name and related
records, so the query results would be

John Smith, scenario A, 5, 5, 4, 4, 2
John Smith, scenario B, 4, 5, 4, 4, 1
John Smith, scenario C, 5, 3, 4, 4, 2

Any idea's?

Reply With Quote
  #2  
Old   
Salad
 
Posts: n/a

Default Re: idea's - 07-29-2009 , 06:19 PM






The T wrote:
Quote:
I have an excel spreadsheet (a dump from another database) which I'm
importing into one table; the fields are named:
name, scenario (there are 3), q1, q2, q3, q4, q5;
I need to create a query which groups together each name and related
records, so the query results would be

John Smith, scenario A, 5, 5, 4, 4, 2
John Smith, scenario B, 4, 5, 4, 4, 1
John Smith, scenario C, 5, 3, 4, 4, 2

Any idea's
Queries/New/Design..add table.
Drag your fields down in the order above.
In the Sort/Order row under name and scenario set to Ascending
Then save/run.

Does that work?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.