Search results

  1. 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...
  2. J

    password on a form

    Hi does someone have a example, how can i put a password on a form i have a table with this fields id_user username password so how can i make a form to ask me the password, so i can enter!?? thanks!
  3. J

    messege box

    Hi i have this code on a bottom that move me a record to another table and then delete it from the table it was!! and works perfect the code is like this the querys that move and delete have some conditions to make the change, so if the record doesnt have all conditions it doesn execute...
  4. J

    comparing records

    I have a form, where i assigning computers to peoples so 2 persons cant have the same computer so i need to now, how to make this if i put a serial number, and someone already have that serial assigned that a message box appear and tell me that, that serial is already use, and by who how...
  5. J

    multiple filter

    hi, i make a form, where i can see all the models i have on my database, so i can pick the one i need!!but i want to make a filter i have several textbox so i can choose, what do i wan to make the filter i use a code, and make the filter but i cant use multiples filter, this make me use only one...
  6. J

    combbbox problem

    I have a problem, i have diferent comboboxes, around the form, and they work perfect, they save all the data on the tables, the problem is that when i look the record, its doesnt show all the info on the combobox, some of them show with nothing, but in the table its ok what can i do?? sorry...
Back
Top Bottom