Results 1 to 3 of 3
  1. #1
    rreifs68 is offline Novice
    Windows 10 Office 365
    Join Date
    Sep 2021
    Posts
    2

    Newbie questions about data

    Hello everyone,

    I have extensive experience with Excel, but this new project appears to be too big for that. It was suggested that I look at Access for it.

    I am a team leader for an online school. We have a SQL server that gives us current information for where our students are in the course (and a ton of other stuff). It is great as a snapshot of now, but it is hard to get a historical perspective. When I had my own class, I recorded a few data points every week, and was able to pull them up as needed. I am now working with well over a thousand kids data, and my old method is too cumbersome. To add to the complexity, we have open enrollment, so students are constantly adding in and going away.

    What I would like to do is to take a weekly snapshot of every student. Let's say percent complete, current grade, number of assignments submitted this week, total number of assignments submitted so far, weeks active, and weeks behind. Ultimately, I would like to be able to use it to identify students that are not making adequate progress

    Should each week's data be a separate table, or should they all go into the same table?

    I am sure that I will have more questions later. Thank you in advance for your insight.



    BobR

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    the tables I use are:
    tClassroom. (has list of all in the class by StudentID, )
    tClassAssignments (all work assigned to students in the class)
    tClassWork (each students result of the assignments)

    for updates,
    download the excel file by saving it the same place everytime, i.e.: c:\temp\File2Import.xls
    overwriting it each time.


    PREP:
    link this as an external table. (done only once)
    build an append query to import the data from the xl file.
    put this query in a macro.


    STEPS: then the steps are:
    1. save the XL file,
    2. run the macro.
    done.

    and all imports go into 1 table. The date will differentiate the records.

  3. #3
    rreifs68 is offline Novice
    Windows 10 Office 365
    Join Date
    Sep 2021
    Posts
    2
    Quote Originally Posted by ranman256 View Post
    the tables I use are:
    tClassroom. (has list of all in the class by StudentID, )
    tClassAssignments (all work assigned to students in the class)
    tClassWork (each students result of the assignments)

    for updates,
    download the excel file by saving it the same place everytime, i.e.: c:\temp\File2Import.xls
    overwriting it each time.


    PREP:
    link this as an external table. (done only once)
    build an append query to import the data from the xl file.
    put this query in a macro.


    STEPS: then the steps are:
    1. save the XL file,
    2. run the macro.
    done.

    and all imports go into 1 table. The date will differentiate the records.
    OK, thank you!

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

Similar Threads

  1. Newbie questions - combo box criteria, etc.
    By mishraye in forum Access
    Replies: 3
    Last Post: 09-25-2012, 04:11 PM
  2. Newbie w/a few questions
    By Davo in forum Access
    Replies: 3
    Last Post: 11-14-2011, 01:13 PM
  3. Couple of newbie questions
    By Awowk in forum Access
    Replies: 12
    Last Post: 08-06-2010, 01:16 PM
  4. Basic questions from a newbie! :(
    By Michael_ in forum Access
    Replies: 6
    Last Post: 05-07-2010, 02:41 PM
  5. newbie questions
    By bigmac in forum Access
    Replies: 0
    Last Post: 10-07-2008, 12:53 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