Results 1 to 4 of 4

Thread: Attendance Register

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2007
    Posts
    19

    Question Attendance Register

    I am developing a software for a School. I need to develope an Attendance register for Students and One for Teachers. I am Stuck on a Database Design. I am thinking that I would need to build a Table with 33 fields.
    Like StudentID, Name, FatherName, and 30 fields (one each for a Day in the month) .
    Can anyone help me in Table Design for this scenario as I am not setsefied with the table design of mine.

  2. #2
    Registered User RaviIntegra's Avatar
    Join Date
    Mar 2007
    Location
    Pondicherry, India
    Posts
    125

    Re: Attendance Register

    I can't understand your logic, i will give you a structure, try this if it is ok then you proceed it.

    Table Name: mstStudent
    Fields
    StudentId (Primary key)
    StudentName
    FatherName
    and other fields

    Table No2:trnStudent
    sl_no
    StudentId
    date
    present (Yes/No type)

  3. #3
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: Attendance Register

    Use an excel sheet to layout your base "tables" and compare that to the views/recordsets you'll need for the outputs/display.

    The good thing with the excel sheet is you have a temp row-column interface to work with and fill up with temp/sample data... you can make printouts to show your groupmates/teacher/etc... and later on you can easily insert SQL the sample data to your actual database once your satisfied with the design.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Attendance Register

    Moved to database development

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width