![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, Sorry... I don't know if 'color scheme' is the right option that I want since I am using a Dutch version of Access... I would like to programmatically set the Access option for the color scheme to be used. I would use Application.Getoption (to set the option back) and Application.SetOption I can find the exact wording of lots of access options in the help, but I fail to find this one. Any ideas? Thanks, Arno R |
#3
| |||
| |||
|
|
I'm pretty sure that you have to use a Form Template to set default design options for forms. So add a template form to the database and use: Application.SetOption ("Form Template = My Form") I'm not sure where the quote go, so experiment a little) -- Arvin Meyer, MCP, MVP http://www.datastrat.com http://www.accessmvp.com http://www.mvps.org/access Co-author: "Access 2010 Solutions", published by Wiley "Arno R" <arracomn_o_s_p_a_m (AT) planet (DOT) nl> wrote Hi all, Sorry... I don't know if 'color scheme' is the right option that I want since I am using a Dutch version of Access... I would like to programmatically set the Access option for the color scheme to be used. I would use Application.Getoption (to set the option back) and Application.SetOption I can find the exact wording of lots of access options in the help, but I fail to find this one. Any ideas? Thanks, Arno R |
#4
| |||
| |||
|
|
I'm pretty sure that you have to use a Form Template to set default design options for forms. So add a template form to the database and use: Application.SetOption ("Form Template = My Form") I'm not sure where the quote go, so experiment a little) -- Arvin Meyer, MCP, MVP http://www.datastrat.com http://www.accessmvp.com http://www.mvps.org/access Co-author: "Access 2010 Solutions", published by Wiley "Arno R" <arracomn_o_s_p_a_m (AT) planet (DOT) nl> wrote Hi all, Sorry... I don't know if 'color scheme' is the right option that I want since I am using a Dutch version of Access... I would like to programmatically set the Access option for the color scheme to be used. I would use Application.Getoption (to set the option back) and Application.SetOption I can find the exact wording of lots of access options in the help, but I fail to find this one. Any ideas? Thanks, Arno R |
#5
| |||
| |||
|
|
However Application.SetOption "Theme", 3 fails I guess I have to change the registry-setting in code to do what I want... |
![]() |
| Thread Tools | |
| Display Modes | |
| |