cparralesl
Programmer
Hi everyone:
In a module, Module1, I declared a public booelan variable. Later in form and its subform i can not see it.
Module1
Option Compare Database
Option Explicit
Public ServicioActivado As Boolean
In the load event of my form I do the test:
MsgBox "My Boolean value is: " & ServicioActivado
But my boolean variable appears Empty.
MS Access 2010
I appreciate the help
Thanks
Cesar Humberto Parrales
Application Support
In a module, Module1, I declared a public booelan variable. Later in form and its subform i can not see it.
Module1
Option Compare Database
Option Explicit
Public ServicioActivado As Boolean
In the load event of my form I do the test:
MsgBox "My Boolean value is: " & ServicioActivado
But my boolean variable appears Empty.
MS Access 2010
I appreciate the help
Thanks
Cesar Humberto Parrales
Application Support