Recent content by javier_83

  1. J

    history problem

    thanks dk, i made another variable, because i change the db that you use, but i do that i made another variable and works perfect! thanks
  2. J

    history problem

    Hi i have a form, that ask me my username and password, and works perfect, also save me a history record, of who enter to the sistem and what time and what date, that also works fine i use this Dim rst As DAO.Recordset Set rst = CurrentDb.TableDefs("historialacceso").OpenRecordset rst.AddNew...
  3. J

    password on a form

    ok i did it :D i use this thanks dk as always!!
  4. J

    password on a form

    wich tweaking do i need?
  5. J

    password on a form

    i use that on the beforeupdate event of the login form, but it doesnt do anything!! what do you think its my mistake??
  6. J

    password on a form

    how can i use the sql insert codE? somethking like this? will work to save the date and time?? Set db = CurrentDb() Set rs = db.OpenRecordset("Select * From hacessos") rs.Edit rs.AddNew rs![Username] = [Forms]![user_password]![cmbLogin] rs![Fecha] = Date rs![Hora] = Time rs.Update rs.Close...
  7. J

    password on a form

    actually i want to make another table maybe with this field - id_user - username - time what do you think¡?
  8. J

    password on a form

    this is something i just think is there a way to save on a table wich person login and at what time?
  9. J

    password on a form

    dk, you oare codding do!! Again THANKS A LOT!! what can i do for you!!, you help me alot!!
  10. J

    password on a form

    let me check it
  11. J

    password on a form

    hi dk, thanks for your example!! im taking a look when i write the password and click the enter to databse bottom, it show me a error about a that a is missign a library or proyecto i this part
  12. J

    password on a form

    i already do that, but that as i said, it doesnt work for me, because i want to ask user name and password
  13. J

    password on a form

    another thing, what about the username!!, this example, make me to need a password to enter to a form, but it doesnt ask me a username
  14. J

    password on a form

    actualy it doenst work it ask my password, but it doesnt works, i put the correst password and still tell me that its wrong
  15. J

    password on a form

    oh ok can you put a example of the code, im so dummy for that!! thanks!!
Top Bottom