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 relationship?..
I dont know how to make therelationship.Please help.
Should I have two seperate tables again?..one for FronBranch and another for ToBranch?
thanks.
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 relationship?..
I dont know how to make therelationship.Please help.
Should I have two seperate tables again?..one for FronBranch and another for ToBranch?
thanks.