justsometallguy
New member
- Local time
- Today, 09:27
- Joined
- Jun 18, 2009
- Messages
- 3
So I'm really new to Access and I would greatly appreciate any help! This site has been a big help thus far, but I've come across one problem that I just can't fix due to my unfamiliarity with SQL and all that jazz.
Basically I have a Table called "Database" and each row contains a specific file number called "Document No". I have (4) columns: "Keyword1", "Keyword2", "Keyword3", and "Keyword4" that I want to be able to sort the data by. Across all four keyword columns, there may be duplicate entries, but there will be no duplicates within the same row, and not all keyword columns will have an entry (some may be blank).
For instance, I have:
[Document No] [Keyword1] [Keyword2] [Keyword3] [Keyword4]
1 yellow blue red green
2 blue black yellow
3 yellow red purple
4 green orange
Now if I want to search for all rows that contain "yellow", I would want it to return:
1 yellow blue red green
2 blue black yellow
3 yellow red purple
Is this possible? How would I accomplish this? Again, any help would be much appreciated!! Thanks in advance!
Basically I have a Table called "Database" and each row contains a specific file number called "Document No". I have (4) columns: "Keyword1", "Keyword2", "Keyword3", and "Keyword4" that I want to be able to sort the data by. Across all four keyword columns, there may be duplicate entries, but there will be no duplicates within the same row, and not all keyword columns will have an entry (some may be blank).
For instance, I have:
[Document No] [Keyword1] [Keyword2] [Keyword3] [Keyword4]
1 yellow blue red green
2 blue black yellow
3 yellow red purple
4 green orange
Now if I want to search for all rows that contain "yellow", I would want it to return:
1 yellow blue red green
2 blue black yellow
3 yellow red purple
Is this possible? How would I accomplish this? Again, any help would be much appreciated!! Thanks in advance!