I need to pop up a window, ask for a password, if allowed, user can unhide database window. I have the password part working, however, I am using code
docmd.selectobject acTable,,true
docmd.runcommand acCmdWindowHide (or unhide)
I cal this from a hot key
I get an error, it appears, that eh hide (unhide) is unavailable .....
I think it may be that the window is already unhidden(hidden) and its having a problem. Is there a way to check to see if the window is already unhidden/hidden??
thanks in advance for your help
docmd.selectobject acTable,,true
docmd.runcommand acCmdWindowHide (or unhide)
I cal this from a hot key
I get an error, it appears, that eh hide (unhide) is unavailable .....
I think it may be that the window is already unhidden(hidden) and its having a problem. Is there a way to check to see if the window is already unhidden/hidden??
thanks in advance for your help