帮我看一下这个SQL语句哪错了我的目的会员登陆时候。验证用户名和密码 OleDbCommand cmd = new OleDbCommand( "Select Count(*) form [Users] Where [UserName]=@UserName AND [Password]=@Password ",DB.conn); [解决办法]form是from