I have a db to capture audit info of files. Each file will have different variables so a different list would be used as to what needs to be reviewed. I have a file profile table a reference table of possible file options to review and a detail table to capture file errors. Based on the profile info entered a query could be run to pull up a list of possibly 100+ various items to review. I want to be able to use this list to select the line items where an error was found and then add a comment to each of those. And then capture that data in the detail table.