Search results

  1. M

    how make the nameof the user be viewed in unbounded field in a form

    please check the attatched file
  2. M

    how make the nameof the user be viewed in unbounded field in a form

    i also uploaded a samlpe access data base
  3. M

    how make the nameof the user be viewed in unbounded field in a form

    i uploaded a sample you could see it to understand me
  4. M

    how make the nameof the user be viewed in unbounded field in a form

    i had a table had every user with its password and security level ( admin , user , viewer ) every security level had its own permission in the data base
  5. M

    how make the nameof the user be viewed in unbounded field in a form

    i had a login form i want to view the name of the username logged in with in the navigation form here is a sample
  6. M

    hello .. hope you are fine i need to make a list box field in an access table its value depends...

    hello .. hope you are fine i need to make a list box field in an access table its value depends on the value of another list box >> Example a field2 is a list box its values appears depends on the value i chosen from field1 list box ,, so i made a table for field1 values and another table for...
  7. M

    how to make a listbox depends on another listbox in the same table

    i need to make a list box field in an access table its value depends on the value of another list box >> Example a field2 is a list box its values appears depends on the value i chosen from field1 list box ,, so i made a table for field1 values and another table for values of each value in...
  8. M

    Solved how to display a field value of a table in a messagebox

    it worked thanks alot brother
  9. M

    Solved how to display a field value of a table in a messagebox

    thats the code i used .. could you kindly edit it for me ??? thnks in advance the table structure is Name Username Passord Private Sub Command1_Click() If IsNull(Me.txtUsername) Then MsgBox "Please Enter Username", vbInformation, " Username Required" ElseIf IsNull(Me.txtPassword) Then MsgBox...
  10. M

    Solved how to display a field value of a table in a messagebox

    i made a login form for the database and its controlled from a table had usernames and passwords .. i also made a messagebox when the username and password is correct i want to view the name of the user ... any help please
Back
Top Bottom