Automated Daily Time Record System Using VB.net and MS Access

Automated Daily Time Record System Using VB.net and MS Access

This is an Automated Daily Time Record System that can be used as a tool for monitoring the attendance of all students and employees of the school. Using this system you can integrate the Barcode scanner or RFID scanner to accept input from students or Employees to speed up the process of logging in. The system is able to track student and employee attendance and performance, manage member information, etc. This application is created using Visual Basic.Net and Microsoft Access.

What is Visual Basic’s purpose?

The third-generation programming language was created to aid developers in the creation of Windows applications. It has a programming environment that allows programmers to write code in.exe or executable files. They can also utilize it to create in-house front-end solutions for interacting with huge databases. Because the language allows for continuing changes, you can keep coding and revising your work as needed.

However, there are some limits to the Microsoft Visual Basic download. If you want to make applications that take a long time to process, this software isn’t for you. That implies you won’t be able to use VB to create games or large apps because the system’s graphic interface requires a lot of memory and space. Furthermore, the language is limited to Microsoft and does not support other operating systems.

What are the most important characteristics of Visual Basic?

Microsoft Visual Basic for Applications Download, unlike other programming languages, allows for speedier app creation. It has string processing capabilities and is compatible with C++, MFC, and F#. Multi-targeting and the Windows Presentation Framework are also supported by the system, allowing developers to create a variety of Windows apps, desktop tools, metro-style programs, and hardware drivers.

Screenshot of Automated DTR System

dtr

You can log in using this account:

username: admin

password: a1

If you have any questions or suggestions about automated DTR System, please feel free to contact me on our contact page. And if you find this article useful please help us grow by sharing this with your friends.

Thank You.

4 thoughts on “Automated Daily Time Record System Using VB.net and MS Access”

  1. Good sir im having trouble po sa code po na ito newbie po

    sql = “SELECT D.AM_IN AS[AM IN],FIRST_AM_REMARK AS [IN REMARKS],” & _
    “AM_OUT AS [AM OUT], SEC_AM_REMARK AS [OUT REMARKS], PM_IN AS [PM IN],” & _
    “FIRST_PM_REMARK AS [PM IN REMARKS], PM_OUT AS [PM OUT],” & _
    “SEC_PM_REMARK AS [PM OUT REMARKS], SDATE AS [DATES] FROM members_prof AS M,” & _
    “DTR_REC AS D WHERE M.MEM_CODE LIKE ‘%” & student_info.DataGridView1.CurrentRow.Cells(0).Value.ToString & “%'”

Leave a Comment