Results 1 to 3 of 3
  1. #1
    momo is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Sep 2017
    Posts
    2

    Question student class level

    hello guys,




    I am working on a project, and I would like to know how to change student class level each school year. I want it to automatically change each school year, like to student who is freshman will have sophomore under their class level the following school year so on...
    I would really appreciate any help on this.
    thank you

  2. #2
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    Run an update query to change the values in one field to a new value.

    Code:
    UPDATEtable_name
    SETcolumn1 = value1, column2 = value2, ...
    WHEREcondition;

  3. #3
    momo is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Sep 2017
    Posts
    2
    thank you, man i appreciate that

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

Similar Threads

  1. Replies: 9
    Last Post: 08-08-2017, 11:33 AM
  2. Another Student/Subject/Class Question
    By Brightspark98 in forum Database Design
    Replies: 2
    Last Post: 01-11-2017, 05:19 AM
  3. Linking Tables at the Table Level Vs. the Query Level
    By Tammy in forum Database Design
    Replies: 3
    Last Post: 12-03-2014, 01:34 PM
  4. Replies: 2
    Last Post: 07-21-2014, 08:47 AM
  5. Student Class Options
    By Sawyer05 in forum Access
    Replies: 1
    Last Post: 08-09-2012, 06:08 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