Search results

  1. M

    Restrict a user

    SIr, can we make more than one switchboard so that when a customer login with admin id he can see different option and in other cases different...( for this we need more than one SB)
  2. 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....
  3. M

    Login Form to Specific Form

    Thanx...ur command helped me to complete my project...Thumps Up...
  4. M

    open specific form after login

    do you have any sample db...if possible plz send the attachment...
  5. 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...
  6. M

    Command button to insert picture

    I am using office 2003....will vb command work in it...
  7. 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
  8. M

    login id

    its still nt working.... can anyone plz send me the corrected database which i have attached....i desperately need it... thnx all
  9. M

    login id

    Thanks all for taking effort, but i dnt knw where i am making mistake....i am attaching for you to find mistake and return the database which works(after correcting) thanks again for taking effort without motive to gain anything....HAPPY DIWALI:)(Festival in INDIA)
  10. M

    login id

    in user id names of staffs are mentioned...
  11. 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...
  12. 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...
  13. M

    Birthday

    thnx dear it really worked....
  14. 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
  15. M

    Solve "Birthday" days (any anniversary)

    hi Marek, I am also looking for the same answer..if you find plz post....
Back
Top Bottom