
Originally Posted by
Rawb
We have a similar system where I work that lets us read barcodes straight into Access. It's actually pretty simple!
There really aren't any special steps that need to be taken to get the data from the device into Access because computers generally treat input from these devices just like input from a keyboard (in fact, if you plug the card reader into your computer, open Word, and then swipe your card, it'll "type" your PKI key straight into Word).
Because devices like this send the data straight through STDIN, meaning you can treat it just like keyboard input. So, all you should need to do is have a Form that starts out with the proper Control selected (where PKI should go) and then set it's After Update Event to save the Record in the DB.