Thanks, but I think I will be a little more explicit hereabout what I
really wanted to know. My impression is that if I havea DataGrid and
that I would like to allow users to edit certainentries within the
actual grid and have all of it saved to thedatabase, I could use a for
loop and just update everything withoutpaying attention to what has
really been updated, but I have beenstruggling with how to pass it all
to the variables side.Currently, I could update things one entry a time,
by using th...