Hi, I am attempting to build some code to ignore the last input into a table field. In full, I have people swiping cards to sign in and when the database notices that they have signed in, the second swipe updates their data to 'timeout' and ignores the second swipe. I have all the code for the rest of it, but I need to find some way of ignoring the second swipe. I have the idea that if I use KeyPress(ESC) it will just escape the input and all is well. I don't know how to implement this or if it's the best practice. Any ideas?
Any help is appreciated.