Hi List, I am populating a scrolling field member with mGetSelection. The user can click on any line in scrolling field member and it will become hilited. In addition, what I'd like to do is display the contents of another field within the same record in another scrolling field member. Because the user can click on any line within the first scrolling field member, I've tried to use mGetPosition to determine which record is selected. The problem is, it always returns "0" . I've placed a copy of the code I'm using to populate the first field member below. mOrderBy(gTable, "StillToDo") mSelect(gTable) put mGetSelection(gTable, "LITERAL", 1, mSelectCount(gTable), ", ", return, "StillToDo") after field "STILL TO DO LIST" Can anyone suggest what I need to do to determine which record the user clicks on, and also how to display the contents of the field "AdditionalInfo" into field member "AdditionalInfo" from the same record. Thanx in advance, g fritzinger [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]