dannytuk_1982
Registered User.
- Local time
- Today, 20:02
- Joined
- Jan 14, 2009
- Messages
- 11
Hi
I'm relatively new to access and have recently been creating a 3-tier database form. The Top Level of the form is used to capture data of a mechanical fault on an industrial site. This links to a subform that shows all proposed solutions for the problem, their cost and whether they have been chosen to be implemented. Nestled into this is another subform that captures details of the work being done, etimated completion date etc.
There are 3 tables, and each subform displays the data from each table. They are called Work, ProposedSolutions and AcceptedSolutions.
I'm having a problem whereby I have a field WorkId in the 3rd subform, the 2nd subform takes this value from the main form without any problems. I'm assuming thats because its the primary key in the Work Table. How do I populate the same value again in the subform for AcceptedSolutions? At the moment you have to type in the WorkId manually which is far from ideal.
I'm relatively new to access and have recently been creating a 3-tier database form. The Top Level of the form is used to capture data of a mechanical fault on an industrial site. This links to a subform that shows all proposed solutions for the problem, their cost and whether they have been chosen to be implemented. Nestled into this is another subform that captures details of the work being done, etimated completion date etc.
There are 3 tables, and each subform displays the data from each table. They are called Work, ProposedSolutions and AcceptedSolutions.
I'm having a problem whereby I have a field WorkId in the 3rd subform, the 2nd subform takes this value from the main form without any problems. I'm assuming thats because its the primary key in the Work Table. How do I populate the same value again in the subform for AcceptedSolutions? At the moment you have to type in the WorkId manually which is far from ideal.