Razzak, Thanks for the code, but when I use EDIT USING formname WHERE colname IN (&varname) I get an error "No rows exist for the specified clause". When I replace &varname with the actual list of names, it works fine.
Thanks ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, August 26, 2004 10:23 AM Subject: [RBG7-L] - Re: Check Box > At 10:08 AM 8/26/2004 -0400, Joel Solomon wrote: > > >Thanks Razzak. But when I use this coding I have a problem. > >The varname in the CHOOSE command gives me a list of the > >selected items separated by comma's. For example, empid is > >the retcol and I get (245, 257, 289). How can I use this > >data to access the employee records for each of those that > >were selected? > > In that case, you would use the following command: > > EDIT USING formname WHERE colname IN &varname > > Very Best R:egards, > > Razzak. >
