I am having problems with this isloaded function. I am using it in my login routine and it keeps giving me
"compile error sub or function not defined"
Does anyone know what I need to do to get this function to work?? Here is the code I am using..
If Not isloaded("frmLogin") Then
DoCmd.OpenForm "frmLogin", windowmode:=acDialog
End If
Thanks,
Brian
"compile error sub or function not defined"
Does anyone know what I need to do to get this function to work?? Here is the code I am using..
If Not isloaded("frmLogin") Then
DoCmd.OpenForm "frmLogin", windowmode:=acDialog
End If
Thanks,
Brian