I have a database with two tables: documents and tasks, with a one-to-many relationship between them (one task to many documents). Is there an easy way to mark when the tasks are completed for each individual document? In other words, I can easily make a "completed" field in the tasks table, but it would show that the task is completed for all documents. I want to be able to see which documents have NOT had that task done to them yet.
Also, I don't know if it makes a difference, but when creating my one-to-many relationship, I simply used a "look-up wizard" field when creating my tasks table, which created a drop-down check box for the documents. I'm not sure this was the correct way to do it...![]()