اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

الردود الموصى بها

قام بنشر

السلام عليكم ورحمة الله وبركاته 

اريد ان اعمل برنامج يوجد به بعض الاسئلة ولا يمكن الدخول الى البرنامج الى بصلاحيات معينة 

هذا الكود هل يوجد به خطأ ؟ 


Private Sub Command1_Click()
If IsNull(Me.txtUsername) Then

        MsgBox "Please enter Username", vbInformation, "Username Required"
        
ElseIf IsNull(Me.txtPassword) Then


        MsgBox "Please enter Password", vbInformation, "Password Required"
Else

If Nz(DLookup("Password", "UserT", "Username = ' " & Me.txtUsername & " ' "), "Password") = Me.txtPassword Then

        MsgBox "Welcome to KEP", vbInformation, "Access Allowed"
        DoCmd.OpenForm "Form1"
        DoCmd.Close
        
        
Else

        MsgBox " Sorry .. wrong Username or Password", vbExclamation, "Access Denied"
        
End If
End If
End Sub
 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information