barnestormer
New member
- Local time
- Today, 18:04
- Joined
- Mar 28, 2013
- Messages
- 2
Any thoughts on how to develop a database that tracks BUILDINGS in one table and links to another table that tracks DELIVERABLES. DELIVERABLES is essentially a "To-Do" or checklist that confirms the completion of each DELIVERABLES item/record required for each BUILDING record.
I have tried a many-to-many junction table, with a "COMPLETED Y/N" boolean field and "DATE" field. But a link needs to be established betwen each BUILDING record (100+) and each DELIVERABLES record (300+), before it will show up in the subform list on BUILDING form. Plus, if another DELIVERABLES record is added to its table, then a link for each building in the junction table would have to be made to the new DELIVERABLES record!
Creating the DELIVERABLES items in the BUILDING table itself, as boolean fields Y/N, won't work either. The user of the database has to be able to add more DELIVERABLE items/records and there's too many items/records (I think the limit is 256 fields).
Any help would be appreciated (even if you tell me I'm off my rocker).
Much obliged.
I have tried a many-to-many junction table, with a "COMPLETED Y/N" boolean field and "DATE" field. But a link needs to be established betwen each BUILDING record (100+) and each DELIVERABLES record (300+), before it will show up in the subform list on BUILDING form. Plus, if another DELIVERABLES record is added to its table, then a link for each building in the junction table would have to be made to the new DELIVERABLES record!
Creating the DELIVERABLES items in the BUILDING table itself, as boolean fields Y/N, won't work either. The user of the database has to be able to add more DELIVERABLE items/records and there's too many items/records (I think the limit is 256 fields).
Any help would be appreciated (even if you tell me I'm off my rocker).
Much obliged.