DevilsSlide
Technical User
Can someone HELP
!!! or make any suggestions PLZ
!!!
I know this is long winded, but I wanted to try to make sure I provided all info I thought might be needed - I hope I covered it all.
I am trying to get help to create a CR9 report for an Access2000 for a Contact Management database. What I'd like to get is the last 3 notes (based on Date & NoteID [NoteID is optional, but would be helpful because several Notes may be entered for each Contact daily to get truly most current] in descending order) for each Contact. Ideally I'd like to have following fields:
CGName (Grouped by)
1st NoteDate (Newest Note)
1st Note {This is a MEMO field}
2nd NoteDate (2nd Newest Note)
2nd Note {This is a MEMO field}
3rd NoteDate (3rd Newest Note)
3rd Note {This is a MEMO field}
There are other fields involved, but if I can get above I can build from there.
DB Tables involved: ContactGroup & Note
Fields:
ContactGroup.CGID (AutoNumber - Primary Key)
ContactGroup.CGName
Note.NoteID (AutoNumber - Primary Key)
Note.CGID
Note.NoteDate
Note.Note {This is a MEMO field}
Any Help would be Greatly Appreciated
John
![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
![[bigcheeks] [bigcheeks] [bigcheeks]](/data/assets/smilies/bigcheeks.gif)
I know this is long winded, but I wanted to try to make sure I provided all info I thought might be needed - I hope I covered it all.
![[tongue] [tongue] [tongue]](/data/assets/smilies/tongue.gif)
I am trying to get help to create a CR9 report for an Access2000 for a Contact Management database. What I'd like to get is the last 3 notes (based on Date & NoteID [NoteID is optional, but would be helpful because several Notes may be entered for each Contact daily to get truly most current] in descending order) for each Contact. Ideally I'd like to have following fields:
CGName (Grouped by)
1st NoteDate (Newest Note)
1st Note {This is a MEMO field}
2nd NoteDate (2nd Newest Note)
2nd Note {This is a MEMO field}
3rd NoteDate (3rd Newest Note)
3rd Note {This is a MEMO field}
There are other fields involved, but if I can get above I can build from there.
DB Tables involved: ContactGroup & Note
Fields:
ContactGroup.CGID (AutoNumber - Primary Key)
ContactGroup.CGName
Note.NoteID (AutoNumber - Primary Key)
Note.CGID
Note.NoteDate
Note.Note {This is a MEMO field}
Any Help would be Greatly Appreciated
John