Link to home
Start Free TrialLog in
Avatar of Iretioluwa Olawuyi
Iretioluwa OlawuyiFlag for Nigeria

asked on

Biometrics logon

I'm building a Microsoft Access application with a login authentication feature, I wanted to avoid the need for users to enter a login and password each time they need the use the app and then thought of using biometrics . How can I implement the use of a biometric login to a Microsoft Access application.
Avatar of Jim Dettman (EE MVE)
Jim Dettman (EE MVE)
Flag of United States of America image

It depends on the device.   In general, each provides it's own API for talking to the device(s).  Either that or they output a text file that you can read.

  In one app I wrote many years ago, we used Ingersol Rand's  Handpunch reader (it scanned the outline of your hand) as input to a time clock application.

  If you indicate the device you wish to use, I can provide a little more guidance.

Jim.
Avatar of Iretioluwa Olawuyi

ASKER

Many thanks for your response, Jim, I wish to deploy on a desktop computer running with Windows 7/10.
But what kind of device?   Hand reader, Iris scanner, finger print or palm scanner, etc.  Need to know what and the Mfg and Model number

 That drives what you need to in Access.  There is no "one size fits all" approach in Access (or any product) to dealing with a biometric device.

Jim.
A finger print scanner is more preferred.
You have to tell me which one and I can give you some more direction.  

 As I have said, each is different.   Different manufactures use different methods, and sometimes even different models from the same manufacturer will as well.

 Some might use a USB driver, others a COM Object, while with others it might be an API that you need to call in a DLL they supply.  With others it might have a device read and write files, and some you might need to talk to through TCP/IP.  Some might even use a database that you read/write to or use ODBC to read/write to your database directly.

 I will add that in general, I have never found a device yet that I cannot talk to using Access and VBA.   But what form that will take I cannot tell you until you specifically say what it is you plan to use.

Jim.
Thank you for the insight Sir,
I will go ahead to get a specific device, but wouldn't mind if you will suggest one that you think would work best for the purpose I described, after which I'll them share the specifications with you and we'll move ahead from there.
Thanks for your support.
ASKER CERTIFIED SOLUTION
Avatar of Jim Dettman (EE MVE)
Jim Dettman (EE MVE)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks a lot, Jim. Your comments has been immensely helpful!