Search results

  1. M

    Restrict a user

    Hello evrybdy... My query is how to restrict a user when he logs in......say for example, if he is a guest user he will not be able to change the setting neither he will be able to see the design mode.....(fully restricted) i am using access 2003 tthanks everybdy....
  2. M

    open specific form after login

    Hello.... I have set a login form whose command are as follow If Me.qpwd.Value = DLookup("PWD", "AUTHORIZED", "USERID='" & Me.quserid.Value & "'") Then DoCmd.Close DoCmd.OpenForm "form1", acNormal Else MsgBox "Invalid Password" end if I want a help from you all... Say if user logins with...
  3. M

    Command button to insert picture

    hello evrybody, in form i want to put a command where we can browse a picture and insert it...how to do ... plz help
  4. M

    login id

    dear all, i prepared a form for user id..following is the vb command i prepared... Private Sub LogIn_Click() If Me.qpwd.Value = DLookup("PWD", "AUTHORIZED", "USERID='" & Me.quserid.Value & "'") Then DoCmd.OpenForm "form1", acNormal Else MsgBox "Invalid Password" End If End Sub where...
  5. M

    birthday in more than one field

    dear all.....I am making a project for a school administrator...He want to wish on all special occasions like b'day of teacher, b'day of his father, marriage annv etc.... I made a single query where all the field are mentioned......Now I want to make a query were only b'day of today are...
  6. M

    Birthday

    Hello evryone... can any one plz help me out to list Today's Birthday in form.... I have list of students in my query....I want some criteria were I can get the list of students whose b'day are today... plz help
Back
Top Bottom