Download presentation
Presentation is loading. Please wait.
Published byJared Glenn Modified over 9 years ago
1
Master Forms and Reports MIS 421
2
The Challenge Improve work flow by minimizing repetitive tasks. Create forms/reports with a consistent look and feel: –Color –Layout –Fonts –Buttons –Properties, etc.)
3
– Solution – Master Forms and Reports Definition A master form or master report is a template from which other forms and reports can be created. Procedure Create the master. Copy the master to create a new document. Benefits Consistent look and feel Time savings
4
Sample Master Form Set standard … Properties Events (c.f. Design Standards) For forms that display just one record at a time Add standard … Buttons Logo Text
5
Creating a Close button 1.On the Design ribbon enable the Control Wizards button. (Magic wand) 2.Select the Button button. Then click on the form. 3.In the Command Button Wizard window, select Form Operations and Close Form. Then Next. 1. Wizard 2. Button
6
Creating a Close button 4.Choose your text or picture. 5.On the last page of the wizard, give the button a meaningful name, beginning with cmd, such as cmdCloseForm.
7
A Note about the Close button If you test the Close button on your Master form it will throw this error message and the form will not close. Explanation. That’s okay. The Wizard has created a button_Click event procedure for you. That procedure tests to see if the form has any “dirty” data (i.e. modified, but not yet saved to the database). The error shown above occurs because your Master Form has no data source. When you use your Master Form to make new forms, those forms will have a data source and the Close button will work properly. We will discuss some forms that have no data source later in the quarter.
8
Multiple Masters Form and Report Masters –Creating a Report Master is similar to the process just described for form. A Master for each type of form –In this workshop you have created a form master that is appropriate for forms that show only one record at a time. –You may want to create additional masters, e.g. … Master for forms that show multiple records at once Master for forms that show no data records (e.g. switchboard forms or splash forms Master for forms that offer choices, e.g. pop-ups or navigation forms Master for subforms –You will learn to create these other types of forms later in the quarter.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.