If its a drop down character field, click the Append option. Joe
________________________________ From: Mark Lev <[email protected]> To: [email protected] Sent: Wednesday, June 17, 2009 10:22:56 AM Subject: Re: Appending Values to Char field from a List ** You could code it to append value to the holding field in the AL. AL Set Field Pseudo Code: $Services Selected$ = $Services Selected$ + “; ” + $Item$ Thanks, Mark From:Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Boylan, David Sent: Wednesday, June 17, 2009 10:16 AM To: [email protected] Subject: Appending Values to Char field from a List ** I have a request to append values from a pull down to a character field. I have a field called “Item” with a Search menu attached. When an Item is selected it sets a character field called Services Affected with the corresponding “Service” from the form that is called from the Search menu ( Network Devices). My users want to be able to select multiple Items, have them show in the Item field and append (list) the corresponding Services (from the Network Devices form) in the Services Affected character field. Is this possible? Has anyone done this? Right now I’m using an AL which works fine for the first Item selected. SQL Server 2005 ARS 7.0.1 Thanks, Dave _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

