E
enrico via AccessMonster.com
how do i create a simple login form in access?
e.g.
i have 2 textboxes: txtusername, txtpassword
if txtusername = username on tbluser and
txtpassword = password on tbluser then
open my main form
e.g.
i have 2 textboxes: txtusername, txtpassword
if txtusername = username on tbluser and
txtpassword = password on tbluser then
open my main form