Results 1 to 3 of 3
  1. #1
    gint32 is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Jan 2015
    Location
    Australia
    Posts
    116

    Students with conflicts help

    I am hoping someone can guide me on the correct path with setting up a from for my student.mdb, that has the facility to flag up(somehow) whenever two or more students having the same classes together and have some sort of conflict such as a past history of fighting or getting in trouble (e.g partners in crime). So as I can reschedule for different times for these individuals. I have searched for a sample DB online the closest I could find was that law firms need this type of system to manage client conflicts, but could not find any samples of how they perform this(A Forms-Based Conflict System)



    So presently, (statement of the obvious I know) I have a tblstudentsdetails, TblClassSubjects, tblAttendances

    Thinking, I should have a TblConflicts(UsingUniqueID) and TblConflictTypes and some sort of way of flagging up with vba Dlookup or ?, whenever two or more students are being booked for the same class on the same day. via report, msgbox or your suggestion.



    Thanks in advance for any suggestions on how to do this.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    Select qsStudentsTrouble,qsClassRoster
    where qsStudentsTrouble.ClassID= qsClassRoster.ClassID
    and qsStudentsTrouble.StudentID =qsClassRoster.StudentID

    qry: are students that had trouble, and their classes.
    qry: qsClassRoster pulls all students in current classes.

  3. #3
    gint32 is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Jan 2015
    Location
    Australia
    Posts
    116
    Many thanks for the guidance..

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

Similar Threads

  1. Replies: 2
    Last Post: 10-25-2012, 05:36 AM
  2. How to get TOP 10 Students Result
    By Jamaluddin in forum Queries
    Replies: 1
    Last Post: 03-11-2012, 05:12 AM
  3. Access 2010 / Windows 7 conflicts?
    By SteveF in forum Access
    Replies: 2
    Last Post: 07-22-2011, 03:37 PM
  4. Using variables to trap write conflicts
    By ajetrumpet in forum Programming
    Replies: 2
    Last Post: 09-07-2010, 12:54 AM
  5. Students
    By Rohit0012 in forum Reports
    Replies: 8
    Last Post: 10-27-2009, 04:04 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