Time/Date Stamping

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to time stamp a student ID card scan. I have the table that records the student ID but I do not know how to autostamp the date. I am trying to build a DB that I can use for attendance. I must have a way to verify when a student entered the class. I can do it in Excel but I also want to add the student's other information. I also want to run a report the would show what days and time the student was in class. We are a small school with a super low budget so I am doing this on my spare time and any suggestions would be greatly appreciated. Thank you.
 
Add a Date/Time field to the table. Set it's default
value to =Now()



Chris


-----Original Message-----
I need to time stamp a student ID card scan. I have the
table that records the student ID but I do not know how to
autostamp the date. I am trying to build a DB that I can
use for attendance. I must have a way to verify when a
student entered the class. I can do it in Excel but I also
want to add the student's other information. I also want
to run a report the would show what days and time the
student was in class. We are a small school with a super
low budget so I am doing this on my spare time and any
suggestions would be greatly appreciated. Thank you.
 
Back
Top