hello every1, really i need help on how i can make a login form that works and is connected to my database using ADO
my frmlogin is composed of 2 textbox (txtuser,txtpass)
and 2 command buttons (cmdlogin,cmdcancel)
and my database name is (MAINDB2)
inside MAINDB2 is (tblReg)
fields inside tblReg is (Username,Password)
and for example , field Username contains (tester)
, field Password contains (testpass)
and when i put (tester) in the txtuser
and (testpass) in the txtpass
i will do this
MAINMENU.show
unload me
-------------------------PLS HELP ME!!! =( --------------------------------