Access 2010 Properties Window (1 Viewer)

Bilbo_Baggins_Esq

Registered User.
Local time
Today, 17:35
Joined
Jul 5, 2007
Messages
586
Ok, I'm embarrased to admit this, but I am stumped.

I cannot get the object properties window to appear in Access 2010 (x86) running in Windows 7 (x64).

I select an object (lable, button, text box, etc), right-click and select "Properties" and nothing.


In the "Design" section of the "Form Design Tools" tab, I click the "Property Sheet" and nothing.

I can see an object's properties in the VBE, but there is no window appearing in the main Access window.

I've looked through the "Options" and can't find anything applicable.

Sometimes, I have dragged the access window across dual monitors so I did so again, thinking maybe it is open but out of view. Again, no joy.

PLEASE HELP!

Is there some code that disables/enables it?
Is there some option I'm not seeing?
 

Bilbo_Baggins_Esq

Registered User.
Local time
Today, 17:35
Joined
Jul 5, 2007
Messages
586
I found some code that fixed it:
Code:
CommandBars("Property Sheet").Enabled = True
 

Users who are viewing this thread

Top Bottom