KTM parked
New member
- Local time
- Today, 08:46
- Joined
- Oct 25, 2012
- Messages
- 1
Everyone at my work loves spreadsheets and so anything that comes out of a DB needs to look like a spreadsheet.
They use a spreadsheet to keep track of comments on individual items such as Tender Clarifications, so column A would have the title and then columns B,C, etc would have the sequential comments for each item.
I have created a DB that has two tables:
Table 1: List of Tender Clarifications
[ID_Clarification]
[title]
Table 2: List of Comments by Tender Calrification Item
[ID_Comment]
[ID_Clarification]
[Comment]
[Comment made By]
The two tables are linked by [ID_Clarification]
I now want to create a report that in column A has [Title]
Column B: first Comment
Column C: second comment
This is not a cross tabe query becuase it is not summarising.
So how do I do this?
I have all comments for all tender clarifications in one table, but it would seem that I would need to add a 1,2,3,4 etc for each set of comments for each tender clarification item that would then be the columns.
Thanks in advance
They use a spreadsheet to keep track of comments on individual items such as Tender Clarifications, so column A would have the title and then columns B,C, etc would have the sequential comments for each item.
I have created a DB that has two tables:
Table 1: List of Tender Clarifications
[ID_Clarification]
[title]
Table 2: List of Comments by Tender Calrification Item
[ID_Comment]
[ID_Clarification]
[Comment]
[Comment made By]
The two tables are linked by [ID_Clarification]
I now want to create a report that in column A has [Title]
Column B: first Comment
Column C: second comment
This is not a cross tabe query becuase it is not summarising.
So how do I do this?
I have all comments for all tender clarifications in one table, but it would seem that I would need to add a 1,2,3,4 etc for each set of comments for each tender clarification item that would then be the columns.
Thanks in advance