Search results

  1. G

    Customizing Forms

    LOL please attach the file again. Gabriel
  2. G

    The Mistery of The Recordset...

    I found the answer!!! I was trying to open a DAO.Recordset using a Autonumber field. When I was passing the information to the Recordset I was passing the info of the Autonumber as String, I was getting error 3464. strSQL = "SELECT * FROM tblUsers WHERE [lngUsrId] = '" & Me.cboLogin.Value &...
  3. G

    The Mistery of The Recordset...

    Hi guys, I Need help I cant get this to work! :mad: This is an example of a login screen and a Splash Screen I need to validate User Name and Password and then pass some values to the program, for Example Name to welcome the user on the splash screen, Type of User to open certain screens...
Back
Top Bottom