T TNL Aug 4, 2003 #1 Hi, I want with VBA to change an access 2000 option. Which command or method can I use? Thanks TNL
C chas Aug 4, 2003 #2 Hi, search VBA help for 'Set Options from Visual Basic'. This gives information about using Application.SetOption and lists the available arguments. For example: Application.SetOption "Show Startup Dialog Box", True hth chas
Hi, search VBA help for 'Set Options from Visual Basic'. This gives information about using Application.SetOption and lists the available arguments. For example: Application.SetOption "Show Startup Dialog Box", True hth chas