M
Mike Z.
I was able to use the below code to disable the Exit and Close option from
the file menu so user had to exit the program through my main menu form in
Access 2003 but it will not work in Access 2007. Any ideas how can I
accomplish in Access 2007?
Application.CommandBars("File").Controls("Exit").Enabled = False
Application.CommandBars("File").Controls("Close").Enabled = False
Thanks
the file menu so user had to exit the program through my main menu form in
Access 2003 but it will not work in Access 2007. Any ideas how can I
accomplish in Access 2007?
Application.CommandBars("File").Controls("Exit").Enabled = False
Application.CommandBars("File").Controls("Close").Enabled = False
Thanks