Does anyone know how I can hide the Office Assistant.
My db is in AccessXP and it is a multiuser application.
I want to make sure that no matter who is logged into my program, is not able to see the Office Assistant.
I tried the following code on my Open Form event but it didn't work
Application.Assistant.Animation = msoAnimationDisappear
Thanks in advance
My db is in AccessXP and it is a multiuser application.
I want to make sure that no matter who is logged into my program, is not able to see the Office Assistant.
I tried the following code on my Open Form event but it didn't work
Application.Assistant.Animation = msoAnimationDisappear
Thanks in advance