Hello fellow Access Gods,
I have a little issues. How could i move one record from one table to another table when a criteria is met. example.
Table1 : has three fields. serial , field1, feild2,
Table2: serial , field1, feild2,
Then a form that user could pull up or enter the info of serial , field1, feild2. Mind you that Field1 and Two are entered in stages .
I need to make it so that when serial and field1 and field2 are true. Then Have the DB somehow move that record to Table2.
Is this posible.
Any guidance will help thank you.