My plan is to create a form that has a scrolling region for a result set. >From this result set, a user will click a checkbox to mark an item to be included in processing.
Right now, the only way I can see doing this is by making the checkbox relate to a column in the same table that would mark it as selected. Then a button would execute an eep that would process all so marked rows. It seems to me that there might be a better way to do this. Couldn't a checkbox not actually save to the table before the process runs? Is there a way to enforce the DB change before the processing begins? Ben
