I don't think that's possible. I have built pages that have the multiple select option. What you have to do is submit the selected items from the list1 to the action page (using an "Add" or "-->" button), which inserts eacho of the selected items to a db table, then return to the display page with the selected items added to, or subtracted from, the list2. The user can use a "Delete" or "<--" button to remove selected items from list2, and it works the same way as the add button. They make their choices from list2, select the Delete button, which submits to the action page, detects that the Delete button was selected and loops over the list2 form members, deleting them from the db table, and returns to the display page showing those items gone from list2. Yes, that may seem like a lot of work, but I haven't figured out any simpler way to do this kind of user interface. I hope that makes sense.
>It seems to only output the value if an item has been selected, but my goal >is to on one submit get the value of everything that's been added to the >list box? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206890 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

