Results 1 to 4 of 4
  1. #1
    Abdulaym is offline Advanced Beginner
    Windows 10 Access 2010 64bit
    Join Date
    Jul 2023
    Posts
    34

    Students Database

    Good day friends, please am new in Ms Access DB. I have a table data contains students biodata, Classes(combo drop-down) & payments. Please do I promote students who are in Class1 to Class2, and Class 2 to Class3 continuously.

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    5,031
    Depends on your structure?
    If you have Year table, then you would just change the keys that link the Years to the Students.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    madpiet is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    174
    What do you mean by Class1 and Class2? Is this a students and classes database? (Oh that done to death database!)
    Without an explanation how the different things are related (Students, Classes, Payments), it's impossible to help you.

  4. #4
    Bulzie is online now VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,480
    Oh that done to death database!
    Yep we should have a goto "Student Database" to point folks to, probably the most requested ask on here .

    Abd, good table structure for your database is very important. Without much details on what you are trying to do, think about what data is a solo record (like student demo/bio info, main Classes table), and what data could be multiple records like classes taken per student, payments etc. You will link the Classtaken table and Payment table to your Student table by a StudentID key field (one to many relationship). If you only have a single payment per class you can include that maybe in the Class table instead of a separate table. So tables might be tblStudent(StudendID, StudentName, StudentBirthdate, etc.) tblClass(ClassID, ClassName, ClassDescription, etc.), tblClassTaken(ClassTakenID, StudentID, ClassID, Payment, etc.) So that last table will like to the Student table by StudentID and the Class table by ClassID.

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

Similar Threads

  1. Replies: 1
    Last Post: 11-23-2016, 07:42 PM
  2. Database to record students data
    By Nixx1401 in forum Access
    Replies: 3
    Last Post: 05-21-2014, 06:54 AM
  3. Creating students database
    By ZA31 in forum Access
    Replies: 4
    Last Post: 03-23-2013, 10:50 AM
  4. Students database
    By berni3883 in forum Access
    Replies: 8
    Last Post: 03-29-2011, 03:21 PM
  5. New database - Students related DB
    By Hayat in forum Database Design
    Replies: 0
    Last Post: 07-29-2009, 07:59 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