How do you change the "Default" Properties of TextBox control

ions

Access User
Local time
Today, 12:02
Joined
May 23, 2004
Messages
875
Hello, how can I change the "default" textbox properites.

When ever I place a new textbox on the form it has certain properties which I must always change.

For example I want all my textboxes to be flat not sunken and to have a solid border style. Currently the default is sunken and transparent border so I must always change it.

I know how to do it via VBA... just want to do it immediately using default.

I am assuming it's somewhere in Windows Registry?

Thanks
 
I create an AutoFormat for each database I do. I define my colors, my borders, my styles, etc. Then I just autoformat each form with my new style when I create it, and anything I add follows my style.
 

Users who are viewing this thread

Back
Top Bottom