K
Kokanutt
I have a db that was converted to MDE. I am utilizing the User History
Utility. But instead of acHidden I would like for the form to be
forms!myform.visible=false. I do not want this form to be even visible on
the windows taskbar. now i know i can change the options so that no windows
are visible. but only want this form not to be visible. since i use
autoexec to open my form it appears that even the achidden does not work.
but if i use another form's (FRM2) close event to launch MyForm then it is
hidden. so i autoexec FRM2 to open then close but I was back to square one.
Any ideas? I woudl like for MyForm to open hidden and invisible. Why?
Because some of my users are seeing it in the taskbar and selecting it by
accident and then they close it manually. Which then updates my table to say
that they are logged off when they are not.
Utility. But instead of acHidden I would like for the form to be
forms!myform.visible=false. I do not want this form to be even visible on
the windows taskbar. now i know i can change the options so that no windows
are visible. but only want this form not to be visible. since i use
autoexec to open my form it appears that even the achidden does not work.
but if i use another form's (FRM2) close event to launch MyForm then it is
hidden. so i autoexec FRM2 to open then close but I was back to square one.
Any ideas? I woudl like for MyForm to open hidden and invisible. Why?
Because some of my users are seeing it in the taskbar and selecting it by
accident and then they close it manually. Which then updates my table to say
that they are logged off when they are not.