[Help] Read off a Access Database
My program is a Serial System and I would like for it to get the serials off a Microsoft Access Database in my Documents.
There's bound to be a simple code, because I can't find it!
A.k.a
Code:
connect to mydatabase.mdb
search for serials table
if entered serial from serials table correctly then display MsgBox
else
display error msgbox
That's how I'd like it.