Access 2003 has the option to use the appearence of the windows.
(Menu Options->Forms/Reports tab-> select or clear the 'Use Windows Themed Controls on Forms' check box).
Can I do this with VBA code?
Access 2003 has the option to use the appearence of the windows.
(Menu Options->Forms/Reports tab-> select or clear the 'Use Windows Themed Controls on Forms' check box).
Can I do this with VBA code?
This may help:
http://msdn.microsoft.com/en-us/libr...ffice.11).aspx
Thanks! I found the solution there: SetOption "Themed Form Controls", False
Just out of curiosity, why would you want to do this, dynamically?
Linq ;0)>