S
Sidney
Hi
I have an Access 07 database to track Issues. I have 1 table that has the
basic Issues information (tblIssues). Linked to this is another table
(tblNotes) that allows users to enter multiple notes for each issue as
progress is being made. In the tblNotes, I have 3 key fields that I need to
export: NoteEnteredBy, NoteDate, and the Note.
I am trying to export the tblIssue to Excel with all of the associated
notes. I have no trouble exporting the tblIssue - I just can't figure out
how to also export the associated Notes. Ideally, I would like the Notes
cell in Excel to be concatenated with the date, author, and note. For
example, below is an outline of what I would like to see:
Header Row: IssueID IssueTitle IssuePriority Notes
Data: 1 Test High [date -
Sid] This is note 1.
[date - Jane] This is note 2.
I hope this makes sense. Does anybody have any code that can do this? I am
currently using the TransferSpreadsheet to export the tblIssues.
Thanks
Sidney
I have an Access 07 database to track Issues. I have 1 table that has the
basic Issues information (tblIssues). Linked to this is another table
(tblNotes) that allows users to enter multiple notes for each issue as
progress is being made. In the tblNotes, I have 3 key fields that I need to
export: NoteEnteredBy, NoteDate, and the Note.
I am trying to export the tblIssue to Excel with all of the associated
notes. I have no trouble exporting the tblIssue - I just can't figure out
how to also export the associated Notes. Ideally, I would like the Notes
cell in Excel to be concatenated with the date, author, and note. For
example, below is an outline of what I would like to see:
Header Row: IssueID IssueTitle IssuePriority Notes
Data: 1 Test High [date -
Sid] This is note 1.
[date - Jane] This is note 2.
I hope this makes sense. Does anybody have any code that can do this? I am
currently using the TransferSpreadsheet to export the tblIssues.
Thanks
Sidney