Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hiding the Properties Dialog Window

Status
Not open for further replies.

TheQuestioner

Programmer
Jun 29, 2002
78
0
0
GB
Hi, How do I programatically hide the "Properties Dialog" window (i.e the window that displays all the info about the selected form/control) when running my app?
 
In the "Other" tab of the properties box, set "Allow Design Changes" equal to "Design View Only".

You can only do this in the property dialog for the FORM, not any control on the form. You must select the form's properties. If you aren't sure how to do that, repost, and someone will surely walk you through it.

Rock ON!

Kevin
 
Thanks a lot Kev. It's always the little things that are overlooked. Is this a new feature of Access 2000 or have I just never noticed it in previous versions?
 
It's a new feature that speeds development but can be a real pain in production if you forget to switch it off...

Kevin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top