Form controls propergies

moi

Member
Local time
Tomorrow, 03:54
Joined
Jan 10, 2024
Messages
273
Hello sirs,
I encounter unsual on my acc2007.. Suddenly wben im on form design, i could not open/display the properties of the form and its controls..
 
Last edited:
Make sure the edge didn't get dragged all the way to the side of the screen. If it has, you should be able to grab it and widen it back again.
 
Make sure the edge didn't get dragged all the way to the side of the screen. If it has, you should be able to grab it and widen it back again.
Thanks for the quick reply.. I could not get what exactly you mean sir, pls expand a bit.
 
At first glance you may think the properties window is gone here, but if you look closely you can see the edge of it has been dragged very close to the edge of the Access window.

1706574430504.png
 
The edge of the acc windows is there, but my active design view of the form when i, click right button of the controls it did not show the property sheet.. Like if i wanted to hide the controls, it didnt give me the property sheet.
 
How about showing us a picture?
 
Pls see ttached.. It shows the property of the form when i clicked the upperleft corner of the form in design view.. But it will not display the property sheet of the form or the controls on it.
 

Attachments

  • IMG_20240131_105505_edit_1855118389820.jpg
    IMG_20240131_105505_edit_1855118389820.jpg
    2.9 MB · Views: 83
Can you post a pic of the entire Access window after clicking on Properties?
 
Also make sure it didn't get undocked and sitting behind the form or something.
 
Also make sure it didn't get undocked and sitting behind the form or something.
There is no other form or object active/open sir.. I tried to export the objects (table, query and form) to a new blank database but still same..
 
As @pbaldy has already stated, this is almost certainly due to the property sheet being accidentally moved 'off-screen' and/or shrunk to almost nothing. You should be able to restore it by typing one line of code in the VBE immediate window

Code:
Application.CommandBars("Property Sheet").Position = 2

For more information/explanation, see my article:
 

Users who are viewing this thread

Back
Top Bottom