Hello,
I have a table named data_tb some of the fields of the table are:
DataID
Date
Agent
Code
What I would like to do is that when there is records in data_tb, that the code is equal to 4. I want to create a new table that only shows all the records that have code =4. And then I want my original table data_tb to delete all records with that code =4.
Can anyone tell me how to do this...
Thanks
I have a table named data_tb some of the fields of the table are:
DataID
Date
Agent
Code
What I would like to do is that when there is records in data_tb, that the code is equal to 4. I want to create a new table that only shows all the records that have code =4. And then I want my original table data_tb to delete all records with that code =4.
Can anyone tell me how to do this...
Thanks