how can i un-tick the option of "Allow full menu" via vba

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • thread

    how can i un-tick the option of "Allow full menu" via vba

    Hi
    i'm trying to build a backup plan for a module in case there is a need
    fo a fix during a proccess
    is it posible to tick and un-tick the "All Full menus" option in the
    startup menu
  • thread

    #2
    Re: how can i un-tick the option of "Allow full menu" via vba

    i found a solution :
    ChangeProperty "AllowFullMenus ", dbBoolean, True
    or
    ChangeProperty "AllowFullMenus ", dbBoolean, false
    On 24 ספטמבר, 11:35, thread <yaniv...@gmail .comwrote:
    Hi
    i'm trying to build a backup plan for a module in case there is a need
    fo a fix during a proccess
    is it posible to tick and un-tick the "All Full menus" option in the
    startup menu

    Comment

    Working...