I want to show the contents of three specific columns from one specific list item.
Like Meeting list item ID 5 contains
Name MeetingDate Bitfield1 Bitfield2
John Doe 23-06-2010 Yes No
In a web part (if possible) I want to create this view:
Meeting Date: 23-06-2010
Bitfield1: Yes
Bitfield2: No
(Edit link to Meeting list item ID 5)
Is that possible without coding a web part from scratch? E.g. with the XML web part or others? (solution is MOSS 2007 Enterprise based if that's relevant)