I have 2 tables : a contract table and a part table. every contract has thousands of parts.
The user can select a contract and I display the thousands of related parts to the user using paging.
- There needs to be a way to add/remove parts to a selected contract.
- The user also needs a way to check wether the part being added already is existent on the contract.
Do you know any good way of coming up with this kind of user interface ? What I came up with really sucks.
