CipherIS
asked on
MS Access 2007 - Enter data in spreadsheet format
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?
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?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I gave them the solution LSM suggested based on Jeff's reasoning.
/gustav