Help??
I am creating multiple recurring checklists - with multiple Checklist Items AND multiple (record specific) fields associated with each Checklist Item.
I have four related tables for this:
Contacts - Contains ID (and misc contact specific info)
Checklist Name - Contains ID and Checklist Name
Checklist Items - Contains ID, Checklist Name Ref, Checklist Item Order and Checklist Items
Checklist Scheduled - Contains ID, Contact Ref, Checklist Name Ref, Checklist Item Ref, Date Due, Date Completed
My initial goal is to create reusable checklists of recurring steps within business processes to be attached to โContactsโ by selecting a โChecklist Nameโ from a list of checklists contained within the โChecklist Nameโ table. Then populate the โChecklist Scheduledโ table with โChecklist Itemsโ associated with the selected โChecklist Nameโ, then store the โDate Dueโ and โDate Completedโ data for each โItemโ as โChecklist Scheduledโ records within the โChecklist Scheduledโ table.
I am struggling to tie this all together.
User | Count |
---|---|
15 | |
11 | |
9 | |
8 | |
4 |