hi do you all have any info of student attendance checking system using VB with Microsoft access woth the simple, guide, referenc or simple code on this

Recommended Answers

All 2 Replies

Create multiple tables like StudentInformation, DailyAttendance, MonthlyAttendance, YearlyAttendance.

Field Structures :
StudentInformation :
StudID(Text)(Primary Key), StudName(Text), StudAddr(Text).........etc.

DailyAttendance
StudID(Text),AttdDate(Date)

MonthlyAttendance
StudID(Text),MonthName(Text),Year(Text),TotAttnd(Integer)

YearlyAttendance
StudID(Text),Year(Text),TotAttnd(Integer)

Hope, itshould help you.

Thank you..!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.