I have an Attendence form
the form is like this
the employee should select there number
then click on sign in button
it should save the date of the day , the time in , the number of the employee and display tha data in the gridview
and disable the sign in button for the employee who enter the system and enable sign out button for him
the table in the database
Employee No
Time In
Time Out
Date
my Q
1- how can i builde the query
2- what i shuold write in the sign in button (I meen the code)