Results 1 to 4 of 4
  1. #1
    Srin is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Jun 2015
    Posts
    59

    Creating a form

    I have a table that lists the status of projects in the Status column. I want to create a Form that displays a set of details based on what the Status is for each specific project.

    For example, If the status of a project is "in discussion", it should show a form that displays information that can be entered for the discussion region.

  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
    53,772
    Really need better understanding of your data structure.

    Is it like:

    tblProjects
    ProjectID

    tblStatus
    StatusID
    ProjectID
    StatusCode
    StatusDate

    Then maybe you need another table:

    tblStatusDetails
    StatusID
    Comment
    CommentDate
    UserID
    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
    Srin is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Jun 2015
    Posts
    59
    There is a separate table that has the status and their ID

  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
    53,772
    That didn't help much. If you want to provide db for analysis, follow instructions at bottom of my post.
    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. Replies: 3
    Last Post: 04-18-2014, 12:20 PM
  2. Replies: 21
    Last Post: 08-05-2013, 06:23 AM
  3. Replies: 3
    Last Post: 04-01-2013, 01:43 PM
  4. Replies: 3
    Last Post: 12-17-2011, 06:05 AM
  5. Default form layout when creating new form
    By MDB in forum Programming
    Replies: 1
    Last Post: 08-30-2011, 08:17 AM

Tags for this Thread

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