Results 1 to 2 of 2
  1. #1
    MageNiema is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2017
    Posts
    1

    Unhappy Creating a course schedule based on pre-req's

    Hello,



    I am wanting to create a database through access that can help me determine what college classes I can take based on the pre-req's. So I would want the database to see what classes I have already taken, and only show me classes I can take based on the pre-req's I have completed.

    How would I go about doing this?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    tClasses table
    ------
    classID (auto)
    className
    Completed (yes/no) 'if you have taken this class


    tPreReqs table
    ------
    classID (long) 'the class you want to take
    PreReqID (long) 'the class that is a preReq for the class above


    a query would join the 2 to show what youve taken.
    an OUTER Join: tClasses.classID to tPreReqs.classID
    set : all classes in tClasses, some in tPreReqs

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

Similar Threads

  1. Replies: 1
    Last Post: 10-29-2015, 08:36 AM
  2. Creating a custom task schedule
    By azdjedi in forum Programming
    Replies: 4
    Last Post: 04-14-2014, 12:48 PM
  3. Replies: 1
    Last Post: 10-06-2013, 07:24 PM
  4. Creating work schedule in Excel based on criteria
    By Shanthan in forum Programming
    Replies: 4
    Last Post: 04-30-2013, 05:12 AM
  5. Replies: 1
    Last Post: 01-21-2011, 11:32 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