Hi.I have 3 tables.Tbl_Movement, Tbl_Product and Tbl_Branch.
I want to move a product from one branch to another.
In my Tbl_Movement I want to record the product moved, from branch, to branch.
The problem is, in the Tbl_Movement, branch_code is coming twice.(from and to).Is this a many to many...