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.
