bddewell408
Technical User
I have seen a website (unknown this one or another) just 3 days ago where the poster had a simple 2 line code that disabled the shift key on startup (I have already done that through code) and then had code to view database window (got that one also), but I cannot find this same website to restore full working menus and the shortcut menus from the right mouse click.
I don't ever want to restore the SHIFT key at startup. I have created a simply Admin Form, where all buttons are invisible on load, and the form's control source is a table I have named tblProgrammersPassword. There is only one field, strProgrammersPassword. This field is hidden. I have an unbound text box, called EnterPassword. I also have another text box, hidden, that runs a macro and if the two fields =, then it returns "true", if not "False". If the field is returned "True", then it unhides two command buttons:
VIEW DATABASE WINDOW - this one works
VIEW TOOLBARS - this one does not
the problems is, I even created my own tool bar and got code that made that one appear, but most of the functions do not work as they are turned off through the startup, I need to be able to get back to do modifications with all tools available to me without the SHIFT KEY.
Thanks
I don't ever want to restore the SHIFT key at startup. I have created a simply Admin Form, where all buttons are invisible on load, and the form's control source is a table I have named tblProgrammersPassword. There is only one field, strProgrammersPassword. This field is hidden. I have an unbound text box, called EnterPassword. I also have another text box, hidden, that runs a macro and if the two fields =, then it returns "true", if not "False". If the field is returned "True", then it unhides two command buttons:
VIEW DATABASE WINDOW - this one works
VIEW TOOLBARS - this one does not
the problems is, I even created my own tool bar and got code that made that one appear, but most of the functions do not work as they are turned off through the startup, I need to be able to get back to do modifications with all tools available to me without the SHIFT KEY.
Thanks