Hi, folks! I have maximized all my form windows and have unchecked all startup items so that each form takes up the entire screen for security. However, users would like to be able to minimize the access application window to look at other applications. How do I do this? I can minimize forms, but how do I minimize the application? I would like to attach code to a command button to do that onClick.
DoCmd.SelectObject ??,true
DoCmd.Minimize
Thank you in advance!!
DoCmd.SelectObject ??,true
DoCmd.Minimize
Thank you in advance!!