putto قام بنشر ديسمبر 17, 2017 قام بنشر ديسمبر 17, 2017 If Me.password = DLookup("[password]", "users", " [username]= '" & Me.username & "'") Then MsgBox "loading" DoCmd.OpenForm "census" DoCmd.Close acForm, "login" Else MsgBox "incorrect username and password" End If
ابو ياسين المشولي قام بنشر ديسمبر 17, 2017 قام بنشر ديسمبر 17, 2017 (معدل) ارفق المثال الكود سليم If Me.Password = DLookup("[Password]", "user", "[username]= '" & Me.UserName & "'") Then MsgBox "loading" DoCmd.OpenForm "census" DoCmd.Close acForm, "login" Else MsgBox "incorrect username and password" End If ولكن اظن Password عبارة محجوزه حاول تغيرها الى Password2 تم تعديل ديسمبر 17, 2017 بواسطه مرشدعلي 1
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.