Buddy, What is the reference to sometable ?? Steve ________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Walker, Buddy Sent: Saturday, November 08, 2008 6:52 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Setting a text variable based on data in a table Steve You try it this way. sel 'Check Customers Web Site for Data' into vchecklist indic iv1 from sometable + where custnub2 in (sel custnub2 from specinstr where Check_web = 'y') Buddy From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Breen Sent: Friday, November 07, 2008 10:46 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Setting a text variable based on data in a table Can something like this be done? Setting a text variable based on a column in a table. set var vCheckList = ' Check Customers Web Site for Data' where custnub2 in (sel custnub2 from specinstr where Check_Web = 'Y') Thanks for any help Steve Breen

