討論串[VBA ] 請問帳號密碼登入的程式怎麼寫
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
rs.open "select * from tblEmployee where EmployeeID='" & txtEmployeeID & "'"If rs.EOF Then. MsgBox "該名員工不存在". Else. If txtPassword.Text <> rs("Employe
(還有210個字)
內容預覽:
(剛剛有爬過文 可是 好像沒有看到符合的). 我想問的是 我在一打開資料庫(Access2003)時會呈現一個表單. 上面會有 Employee ID 它的文字方塊名稱是txtEmployeeID. Password 它的文字方塊名稱是txtPassword. 然後有個指令按鈕 名稱是Confirm
(還有241個字)
首頁
上一頁
1
下一頁
尾頁