I have a training event form in a custom calendar/event database, that allows a user to select people from a list. A registration document is then made in the background for each selected person. This is all done from a LS action button on the form. The available people in the list is computed based on all people docs in the database minus the people that are unavailable on the events date (view1= all available people; view2 = all used people; (@Replace(view1; view2; “”)). Right now, it builds a dialog list of all the available people, and the user selects one or many people from the list and clicks OK to create the registration doc in the background. What I would like to do now is maybe give the user a dialog box with an embedded view that has all the available people categorized by a value on the person doc. Then the user can select one or many people from the list, and the reg doc will be created for all the selected people. Is this possible? Has anybody ever done anything like this? Thanks.