Can you post a sample of your database, I'm not entirely sure what you're asking.
If you have a set of checklists each with different items that must be verified
i.e.
Code:
Checklist A
CheckList Item A
CheckList Item B
Checklist B
CheckList Item A
CheckList Item C
CheckList Item D
Checklist C
CheckList Item D
CheckList Item E
CheckList Item C
CheckList Item G
And each checklist item has a status associated with it your table structure wouldn't support that.
If it's simply that you want to record the FK (foreign key) of your status table in your checklist items table you can use a combo box with the BOUND column being 1 COLUMN COUNT of 2 and COLUMN WIDTHS of 0,1 to show only the status text but store the FK.