Form read from another table and storage in another table

I have a form where I want to display data from another table but when it comes to saving the data I would like that to be saved in another table how is that possible with Resource?
Solution
Use Observer to handle that
Was this page helpful?