Can someone please help me I'm new with databases and learning as I go. I have a projects database and I need to archive closed projects to another table. I have a table called tbl_mainproj and tbl_Archproj that are identical in structure/fields I have 2 yes/no check boxes fldOpen and fldClosed when a project is Open the fldOpen is checked and when it is closed fldClosed is checked.
How can I move the records from tbl_mainproj to tbl_Archproj when fldClosed is checked and delete the record from tbl_mainproj.
Thanks for any help you can provide
How can I move the records from tbl_mainproj to tbl_Archproj when fldClosed is checked and delete the record from tbl_mainproj.
Thanks for any help you can provide