|
-
Apr 10th, 2007, 03:16 AM
#1
Thread Starter
Junior Member
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.
-
Apr 10th, 2007, 04:00 AM
#2
Registered User
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)
-
Apr 10th, 2007, 04:13 AM
#3
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.
-
Apr 10th, 2007, 06:32 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|