S
SuperNerd
I have two table, tbl1 and tblScrap. I created a form that lets the user
input in all the needed information and within the form, I have a checkbox.
All the input information will go into the tbl1.
When a checkbox is marked or checked, I want the record that has the
checkbox marked to be moved from tbl1 to tblScrap; this way I can keep track
of all the scrap materials in the tblScrap. thanks in advance for any help.
I would prefer to use module over SQL
input in all the needed information and within the form, I have a checkbox.
All the input information will go into the tbl1.
When a checkbox is marked or checked, I want the record that has the
checkbox marked to be moved from tbl1 to tblScrap; this way I can keep track
of all the scrap materials in the tblScrap. thanks in advance for any help.
I would prefer to use module over SQL