Hi. This is an example of the problem I am trying to solve. I have a set of records with two fields such as {{name:"fred",mood:"happy"},{name:"jim",mood:"sad"},{name:"Joe",mood:"happy"}} what i need to do is create a "choose from list" dialog box that takes it list of options from this record list for all records where mood = happy. then I would know who has the mood of happy and could then change it to something else. i hope this makes sense. thanks