Hello,
I created a program, in accessXP and I would like to hide the "How to Hide the Ask a Question Box" but I need to code this in my code, therefore I don't have to manually remove it from everyone PC, since it is a multi-user database.
Those anyone know how to do this with coding.
These are the steps to do it manually by Microsoft
How to Hide the Ask a Question Box
To hide the Ask a Question box, follow these steps:
In the Office program that you are using, click Customize on the Tools menu.
Right-click the Ask a Question box. Click to clear the Show Ask a Question Box check box.
In the Customize dialog box, click Close.
********
I think it's something likw this
Application.SetOption "ShowAskAQuestionBox", False
Thanks
I created a program, in accessXP and I would like to hide the "How to Hide the Ask a Question Box" but I need to code this in my code, therefore I don't have to manually remove it from everyone PC, since it is a multi-user database.
Those anyone know how to do this with coding.
These are the steps to do it manually by Microsoft
How to Hide the Ask a Question Box
To hide the Ask a Question box, follow these steps:
In the Office program that you are using, click Customize on the Tools menu.
Right-click the Ask a Question box. Click to clear the Show Ask a Question Box check box.
In the Customize dialog box, click Close.
********
I think it's something likw this
Application.SetOption "ShowAskAQuestionBox", False
Thanks