C
CFP - Russell
Guest
Hello everyone. I've just ran into a major stumbling block in building my database.
I have a table JobInfo with 5 tables linked to it via the JobInfoID (autonumber). The 5 tables are control sources for the 5 subforms on the JobInfo form.
I create workorders off of the JobInfo table. Right now I have a button called "create wo" which runs an append query that appends the current record in JobInfo into the WorkOrder table.
I chose to use an append query because my boss wants to keep the JobInfo information to serve as a template to create the workorders. We also need workorder history, so having a new record for each workorder is ideal.
The problem I am having is that all 5 tables/subforms are related to table JobInfo via the JobInfoID, if information in the subform for one of our 100 workorders is changed, its changed in the JobInfo form as well.
I need a way to append not only
JobInfo --> Workorders
but I also need to append:
table1 --> WOtable1
table2 --> WOtable2
table3 --> WOtable3
.......
and the relationships that exist via the JobInfoID.
I am stuck big time and once this is completed the project will be over. I am willing to compensate someone monitarily for a solution to this problem.
Any kind of reply would be greatly appreciated. I thank you in advance for your time.
Thanks,
Russell
I have a table JobInfo with 5 tables linked to it via the JobInfoID (autonumber). The 5 tables are control sources for the 5 subforms on the JobInfo form.
I create workorders off of the JobInfo table. Right now I have a button called "create wo" which runs an append query that appends the current record in JobInfo into the WorkOrder table.
I chose to use an append query because my boss wants to keep the JobInfo information to serve as a template to create the workorders. We also need workorder history, so having a new record for each workorder is ideal.
The problem I am having is that all 5 tables/subforms are related to table JobInfo via the JobInfoID, if information in the subform for one of our 100 workorders is changed, its changed in the JobInfo form as well.
I need a way to append not only
JobInfo --> Workorders
but I also need to append:
table1 --> WOtable1
table2 --> WOtable2
table3 --> WOtable3
.......
and the relationships that exist via the JobInfoID.
I am stuck big time and once this is completed the project will be over. I am willing to compensate someone monitarily for a solution to this problem.
Any kind of reply would be greatly appreciated. I thank you in advance for your time.
Thanks,
Russell