Which control do I use? I use an ADO Control to fill the
Datagrid/Flexgrid with database information. After that is done, I
want to give the user the ability to select multiple records. BUT,
after the user selects the multiple records, I want the ability to use
a field ("recordid") in each of the records to UPDATE the database. I
have tried using both of these controls, and I can get it to select
multiple selections, but I can not retrieve a field within each
record.

Which control do I use, Datagrid or Flexgrid? Then, how can I allow
the user to select multiple records and then UPDATE the database
according to the records chosen (using one field within each record)

I hope I can get some help with this. So far, I have been getting the
overall answer that it can not be done.

Thanks for any help,
Reaper