Database: Multiple checked records in a separate table

Brian, essentially in your server connect action for updating the checked selection, you need two things:

  1. Delete all checked records for the order record
  2. Loop through the id’s and Insert checked records

You just have to make sure have selected the $_POST.fid as loop expression and inside it, the current id of the repeater, you can access it with $value