I am new to the database thing but I have a project to make. I need to create a way that I can keep track of my student when they come in and when they sign out to keep their time record. Student Log in/out database please help
Depending on what you are trying to capture but these are the two tables you need to create with the following fields:
Table 1 StudentID - AutoNumber(Primary Key) First Name - text Last Name - text
Table 2 StudentID - Number Date - Date/Time...General tab - format as short date Time In - Date/Time...General Tab - change format to Medium Time Time Out - Same as Time In