Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

display a comment field (filtering on the date field)

Status
Not open for further replies.

jewelsan

Programmer
Nov 13, 2001
2
0
0
US
Note Table
__________
NoteID int 4
NoteDate datetime 8
CreatorContactID int 4
IsWorkOrderNote tinyint 1
NoteText varchar 1000
CurrentStatus varchar 20

I am creating a report that lists workorders based on buildings. The report is looking great. However all the notes for each workorder dispay. One workorder can have multiple notes (NoteText). I would like the report to list the last note only (the most recent note). The Note table is shown above. Is there a way to have Crystal reports sort the notes by date and list the recent note on the report (not the date)?

Thanks for the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top