Article ID: 210090 - Last Review: October 11, 2006 - Revision: 3.2 ACC2000: How to Use Visual Basic for Applications to Minimize, Maximize, and Restore AccessThis article was previously published under Q210090 Advanced: Requires expert coding, interoperability, and multiuser skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp). SUMMARY
This article shows you how to use Visual Basic for Applications code to maximize, minimize, and restore Access. You can use the RunCommand action to maximize, minimize, and restore Access. For example, you can use the following: MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
You can also write Visual Basic for Applications functions that use Windows API calls to maximize, minimize, and restore the current Application window. To see an example of this, follow these steps:
| Article Translations
|
Back to the top
