I have created a database for students' attendance. I am facing an issue: if students scan their card twice there are two entries shown on the same day. I want one entry per day, and if someone tries twice then one entry should be deleted.
For this I have a table containing RFID numbers which are allocated to each student (this number is unique as well) and a auto current date & time when entry posted.
Now please suggest me how to stop the 2nd entry by coding as entry is done from a FORM
which is directly connected with table. Thanks in advance.