Recent content by Beatles96

  1. B

    Login Session code don't run

    Hi Galaxiom, ok. see attachment file..Sample db. Thanks
  2. B

    Login Session code don't run

    Hi, thanks David. no, this code is an button cmdAceptar_Click(). Code in Module VBA called"Session" is: Option Compare Database Option Explicit 'VARIABLES DE SESION 'SE NOMBRARAN IGUAL TAL COMO EN EL DISEÑO DE LAS TABLAS, PERO CON EL PREFIJO "x" 'PARA IDENTIFICARLAS COMO VARIABLES...
  3. B

    Login Session code don't run

    Hi, where I am going wrong with this. I currently have it in a model labeled sessions and it is not saving anything. Am I supposed to call the session with cmdAceptar_on Click? I am not sure how to do this if I do have to. Where else might I be going wrong in my code? see code on button ...
Back
Top Bottom