Once upon a time, you load your Access database, and found the navigation between the starting form (screen) and other related objects. In fact, this is not always the case, but the Microsoft Access user must leave the confusion and the end-user engaged in this method for designing a database in use of corporate applications to motivate.
To help simplify your application, its user-friendly and more conducive to the real database developers access to the form's property sheet, including many of the advantages of the property.
In this article, I would like to cover the 10 key performance requirements, synchronize together to form in full screen mode, eliminating any attractive and harmful elements interviews load smooth startup screen environment. In this way the end of the polished and professional look and feel too much emphasis on this is simple, but optional to use Access VBA code and auto macro Automation.
Design form in the normal way by adding all the components form the key attributes of the manual before calling change, then save your changes. In addition to control your access to the form of standards to ensure that you have added a "Close" command button and coding in order to close the form.
Next, let's add the 10 key features:
Automatically adjust - this property is set to "yes", and the form will automatically form because of its load.
Automotive center - this property is set to "yes" to sit dead center in the form of not fully loaded in full-screen view of the desired effect, the developer should change the size of the form. This will be seated in comfortable, the first-mentioned property.
Border styles - this property is set to the ideal of "dialogue", although it can be set to "None", because it is in full screen view. "Dialog" option on the screen when the key users are free to control the size of the mobile form of rules are as follows.
Control box - this property is set to "no", a window (ie the top of a window icon in the upper left corner), switch to display the control menu.
Min Max button - set to "no" to prevent the user resizes the window, minimize, restore, or maximized state.
Close button - set this attribute to 'no' turn off 'X' icon in a window, of course, this will close the form. This must be turned off, if you have an alternative method to close the form (ie, the previously mentioned command button).
Pop-up - this property is set to "Yes" to ensure that the focus of this form, and view previously opened the top of any other form (if applicable).
Modal - it must be set to "Yes" acts as a real dialog, so that users can not browse from this form until they have another way to formally close the form.
Title - This property is that it can be any of your favorite shows in the top of the form's title bar title. I tend to some clever coding together to welcome the user record (if applicable) or leave blank to use the database title.
Allows data tables, PivotTable and Chart View - Here is a collection of all three properties are set to "No", because you only want to display the default view is set to "single table".
Simple VBA code to join DoCmd.Maximize between Sub and End Sub signature, which will become a full-screen view to display all forms of cleaning elements form load form event (load) in full bloom.
The last part of the optional part is called "AUTOEXEC" (a specially reserved macro name) macro trigger their own database file to be loaded to add. In this macro, you can add OpenForm "action to call your form.
I hope you have the essentials in place, you can now add the further refinement of taste. Happy after!
Your secret! If you do not have any constraints (ie, binding form) recorded an open form, and then turn off the record (NO) and the navigation buttons () property, because there is no requirement to use these properties.
No comments:
Post a Comment