Results 1 to 4 of 4
  1. #1
    tfanara is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Posts
    3

    Completed tasks


    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...

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    A drop-down check box for the documents leads me to think you are using a multi-value field to select documents for each task. If this is the case then no cannot record completion date for each document. You need a related child table instead of the multi-value field.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    tfanara is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Posts
    3
    Quote Originally Posted by June7 View Post
    A drop-down check box for the documents leads me to think you are using a multi-value field to select documents for each task. If this is the case then no cannot record completion date for each document. You need a related child table instead of the multi-value field.
    Thank you for your response!

    I thought maybe that was the problem - how do I make it a related child table?

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    The child table will need a field to store the task ID as a foreign key. Other fields for document ID and completion date.

    Use a form/subform arrangement to enter/edit records.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Add pictures to a completed project
    By kcmiuser in forum Access
    Replies: 3
    Last Post: 08-16-2013, 05:33 AM
  2. Scheduling/Tasks
    By Pietleeu in forum Access
    Replies: 4
    Last Post: 02-28-2013, 01:26 AM
  3. Completed Database - Packaging?
    By AccessFreak in forum Database Design
    Replies: 1
    Last Post: 01-10-2011, 12:06 PM
  4. Outlook tasks export
    By eww in forum Programming
    Replies: 5
    Last Post: 11-12-2010, 03:56 PM
  5. Generating Recurring Tasks.
    By Jamesamorris in forum Access
    Replies: 3
    Last Post: 10-26-2010, 10:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums