[求助]登陆验证程序怎么写啊
小弟想做一个登陆窗口,主要有text1(用户名)和text2(密码)和一个登陆按钮,与之相连接的是表user,我想问下,验证用户名和密码的程序应该如何编写啊
if text1.text=adodc1.recordset.fields("用户名").value and text2.text=adodc1.recordset.fields("密码").value then
msgbox "登陆成功"
end if