Hi guys,i have 2tables,table1=productid,ProductName,Qty table2=Productid,productName,Qty,date().
I want to be able to backup Records programatically daily from table1 into table2 OnClose.But i do not want duplication of record in the same day.
If changes occurs in table1 after backup,table2 should be updated Programatically.
Thanks in advance
I want to be able to backup Records programatically daily from table1 into table2 OnClose.But i do not want duplication of record in the same day.
If changes occurs in table1 after backup,table2 should be updated Programatically.
Thanks in advance