I am creating a parts database. I have the following tables.
Project
ProjectSystemXfer (Associates Project & System)
System
SystemPartsXfer (Associates Systems & Parts)
Parts
PartsContractXfer (Associates Parts & Contract)
Contract
The user is requesting to create a Contract. Then they want to add parts in a spreadsheet format.
How do you provide data entry in a spreadsheet view that will allow the user to select a project to filter the system which will filter the parts and add the part to the PartsContraxtXfer with the appropriate keys?
/gustav