baadams
Board Regular
- Joined
- Mar 2, 2006
- Messages
- 134
Quickly I'll describe my system to provide some insight. We use Access primarily for reporting purposes. Daily the tables are refreshed from our current shop floor control system. This system has a couple shortcomings we've resolved using Access, primarily it won't allow us to provide ECD (estimated complete dates) for jobs or tags. This system is list of open jobs with their constraints. Constraints consist of parts and tags. Our part data is managed by another group via SAP. The tags are maintained within the shop floor control system. The issue is we'd like to start providing and tracking ECD's for tags. The current system has no GUI to input this data so we plan to store it within Access.
Each job has multiple (or 0) tags and part shortages. Currently the main form has a tag sub form showing each tag associated with the job. I now want a sub form to the tag sub form to allow the user to input a ECD for each tag. When I create the sub form to the tag sub form I link the Tag Number fields but when the ECD is updated the Tag Number value is blank in the new tag_notes table. Normally the value in the linked field is populated within the sub form, but it's not being updated in this case. The ECD and notes are stored within the table but there is no tag number so when you change records and go back the link to the parent form is gone.
The tag notes table (tbl_TAG_NOTES) has 4 fields. ID, Tag Number, TAG ECD and TAG NOTES. This is all we want store, the additional tag data resides in another table that is refreshed daily. I don't know why linking the two doesn't work, would it be easier to just write VBA to update the tbl_TAG_NOTES? My tag subform works fine, not sure why the sub-sub form doesn't? Or would you suggest I go a different route all together?
I hope this explains it well enough. Thanks!
Each job has multiple (or 0) tags and part shortages. Currently the main form has a tag sub form showing each tag associated with the job. I now want a sub form to the tag sub form to allow the user to input a ECD for each tag. When I create the sub form to the tag sub form I link the Tag Number fields but when the ECD is updated the Tag Number value is blank in the new tag_notes table. Normally the value in the linked field is populated within the sub form, but it's not being updated in this case. The ECD and notes are stored within the table but there is no tag number so when you change records and go back the link to the parent form is gone.
The tag notes table (tbl_TAG_NOTES) has 4 fields. ID, Tag Number, TAG ECD and TAG NOTES. This is all we want store, the additional tag data resides in another table that is refreshed daily. I don't know why linking the two doesn't work, would it be easier to just write VBA to update the tbl_TAG_NOTES? My tag subform works fine, not sure why the sub-sub form doesn't? Or would you suggest I go a different route all together?
I hope this explains it well enough. Thanks!