Property dialog box not appearing !

LOUISBUHAGIAR54

Registered User.
Local time
Today, 01:40
Joined
Mar 14, 2010
Messages
157
I am not new to access but I am having an unusual problem. When I press the property button to display the properties on the controls of a form it does not function.

The form is in design mode. This has never happened to me. I must have changed some setting maybe in the startup form of the database. However I do not seem to find out which.

Incidentally when the initial form appears (switchboard) after logon, the form is small and does not fill the whole screen.

Any help. This may be obvious to most but I can't find the hang of this!


LouisB
 
Is this the only form that is giving you problems or are they all giving this problem.
 
Could it be that its window has become really really small? I can get it down to little more than the close button.
 
I have found the reason for my problem. I have originally inserted code into the onl oad event of the form. This code automatically disabled controls on the toolbar.

I have recently changed the code from 'enabled = false' to 'enabled = true' (accidentally) and the problem started then.

Solution; changed the code again.

Many thanks anyway.

LouisB.
 

Users who are viewing this thread

Back
Top Bottom