I am creating a drop down list using dynamic fields and a sql table of temporarily account numbers that do not exist in the main SQL table. once appoved they will be added to the main table and removed from the temporary account number table. I can add the account numbers to the temporary account number table with the insert data activity. Once they are approved how do I remove them from the temporary account number table ?
Thanks