Okay, i am making a data importer application where i have where i have a source db and destination db. i have it so fields in a selected source table, go in one list box, and fields in the destination table go into a second list box. then i have it so, i can select differnt fields from the source table and add then to the first column (source column) of a flexgrid, and selected destination fields to the second column(destination) of the flexgrid.

I now need it, so when i click the import button that it selects all the fields from the source column (of flexgrid) and inserts the records into the corresponding fields (that i selcted and put into the dest. column of flexgrid) in the destination table.

So in the end, all the records from the source tables in the fields i selected should be imported to the corrisponding fields in the destination table.

I hope that isnt to confusing.

-Ryan