TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dharam Rai
NA
383
22.6k
Student attendance
Jan 8 2016 3:36 AM
Dear all genius please help me with this, I am developing a school management project where I have to maintain student attendance register. I have a student record in tbl_Student with PK as StudentID, and attendance record in tbl_Attendance with FK as StudentID. The problem is instead of entering student attendance status manually (Present/Absent/Sick), I want it to do automatically, for if I Select date and present status as Present then it should enter Present in all the records and for absent or other could be set manually one by one.
My table description:
tbl_Student : StudentID(PK), student name, Student class.
tbl_Attendacne: Attendacne_ID, StudentID(FK to tblStudent), Date, Status(Present/Absent/Sick)
I have been googling but could not get any, please help you there genius. Thanks in advance.
Reply
Answers (
6
)
Error in C# winform while show a new form
c# with excel database