Right, except I query the 2ds after the CopyTable, because . . . .
I have 3 drop-downs for criteria that the user chooses before ordering items. These 3 criteria are concatenated into a field in the main table after the CopyTable; after rows have been added to it. The reason for this is, I may need to order the same item from 2ds for different criteria,
So user picks the criteria, orders the items in the 2ds, copies table, criteria field set in main data source table, 2ds table is flushed and ready to go for a new criteria.
The criteria is also concatted into a field outside the table for filtering purposes. So if criteria in main table != criteria outside of table, it hides the rows. If criteria in main table = criteria outside of table AND main table item = 2ds item, it shades the 2ds rows, and (hopefully) sets the number that was ordered for this criteria.