I have a table in Access set up like this:
I have another table in Access set up like this:
I need to write a query that will take the Corrected Attribute data in the 2nd table - search the 1st table, then return the names that meet it.
For example:
"Smart" should return, John Doe 1, John Doe 2, John Doe 4, John Doe 5
If there is a better way I should set up the data or maybe even use Excel, I am open to all suggestions.
Thank you!
Excel 2007 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | Name | Attribute 1 | Attribute 2 | Attribute 3 | Attribute 4 | Attribute 5 | Attribute 6 | Attribute 7 | Attribute 8 | ||
2 | John Doe 1 | joker | smiles a lot | calm | unique | friendly | smart | funny | special | ||
3 | John Doe 2 | great friend | leader | talkative | loves to laugh | supportive | funny | smart | nice | ||
4 | John Doe 3 | quick thinker | loves recess | daydreams | joker | happy | chill | appreciative | friendly | ||
5 | John Doe 4 | smart | loves to learn | smiles a lot | talkative | great attittude | happy | positive attitude | welcoming | ||
6 | John Doe 5 | positive attitude | smart | kind | unique | great friend | happy | energetic | enthusiatic | ||
7 | John Doe 6 | talkative | loves school | positive attitude | appreciative | pretty | happy | great teammate | great friend | ||
Sheet1 |
I have another table in Access set up like this:
Excel 2007 | ||||
---|---|---|---|---|
A | B | |||
1 | Attributes | Corrected attribute | ||
2 | smart | smart | ||
3 | admire | admire | ||
4 | always happy | happy | ||
5 | amazing | amazing | ||
6 | amazing friend | amazing friend | ||
7 | appreciative | appreciative | ||
8 | artistic | artistic | ||
9 | atheltic | athletic | ||
10 | athlectic | athletic | ||
11 | athletic | athletic | ||
Sheet2 |
I need to write a query that will take the Corrected Attribute data in the 2nd table - search the 1st table, then return the names that meet it.
For example:
"Smart" should return, John Doe 1, John Doe 2, John Doe 4, John Doe 5
If there is a better way I should set up the data or maybe even use Excel, I am open to all suggestions.
Thank you!
Last edited: