Results 1 to 4 of 4
  1. #1
    Pucklvr001 is offline Novice
    Windows 8 Access 2013
    Join Date
    Jun 2014
    Posts
    5

    Only Want Cetain Records in a List Box

    Hello,



    I am stuck.. I am trying to create a database for my classroom.

    I have fields for: StudentsName, RecordingPeriod, Subject, AssessmentName, AssessmentQuestions.

    When I create a form.. I want the specific assessment questions from a specific Assessment name to show up in a List box.

    I have tried to run a query, but they all still show up...

    Can anyone help me achieve this??

    THANK YOU!!!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Need more info about data structure. What are the tables and how are they related? Is AssessmentQuestions a multi-value field?

    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.

  3. #3
    Pucklvr001 is offline Novice
    Windows 8 Access 2013
    Join Date
    Jun 2014
    Posts
    5
    Quote Originally Posted by June7 View Post
    Need more info about data structure. What are the tables and how are they related? Is AssessmentQuestions a multi-value field?

    If you want to provide db for analysis, follow instructions at bottom of my post.
    I have tables for:
    Subject
    RecordingPeriod
    AssessmentName
    AssessmentQuestions

    The Assessment Questions is a multi-value field yes.

    I have to tell you... I am really learning access right now..

    Here is what I would like:

    I want to track student data from a certain assessment.
    So I input:
    The subject
    Recording Period
    The Assessment Given

    Then I want to create a form that allows me to enter scores for each assessment question based on the assessment that was given.

    Does that make sense? am I at least on the right track??

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Does not clarify.

    You have tables:
    Subject
    RecordingPeriod
    AssessmentName
    AssessmentQuestions

    Or did you mean fields?

    Consider:

    tblSubject
    SubjectID
    SubjectName

    tblQuestions
    QuestionID
    QuestionStatement

    tblAssessment
    AssessID
    Period
    SubjectID

    tblAssessmentScore
    AssessID
    QuestionID
    Score

    What are data relationships? Can same questions relate to multiple subjects? Can there be multiple subjects for each period?

    I NEVER use 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.

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

Similar Threads

  1. Drop down list not getting records
    By Cran29 in forum Access
    Replies: 5
    Last Post: 02-05-2014, 03:34 AM
  2. How to list records in a subform
    By alanfallow in forum Forms
    Replies: 5
    Last Post: 01-23-2014, 10:24 AM
  3. Replies: 7
    Last Post: 07-11-2013, 10:05 AM
  4. VBA for records based on cbo Value List
    By libraccess in forum Programming
    Replies: 3
    Last Post: 02-22-2013, 02:39 AM
  5. Replies: 3
    Last Post: 03-25-2010, 12:31 PM

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