Hi,
I have a table of multiple comments called "comments", each comment has a date, each date & comment combination is related to a master table by 4 KEY fields,...
I.E.
|--------KEY FIELDS---------|
| KEY1 | KEY2 | KEY3 | KEY4 | Date | Comment
How do I query just the comments table and get the most recent 3 comments (by date) for each record KEY?
Thanks,
I have a table of multiple comments called "comments", each comment has a date, each date & comment combination is related to a master table by 4 KEY fields,...
I.E.
|--------KEY FIELDS---------|
| KEY1 | KEY2 | KEY3 | KEY4 | Date | Comment
How do I query just the comments table and get the most recent 3 comments (by date) for each record KEY?
Thanks,