‘Tirgul’ # 13 Enterprise Development Using Visual Basic 6.0 Autumn 2002 Tirgul #13.

Slides:



Advertisements
Similar presentations
Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
Advertisements

Creating Custom Reports. 2 Design and create a custom report You can easily create custom reports based on a table or query. There are seven sections.
Customizing Reports. Custom Reports A report is a formatted hardcopy of the contents of one or more tables from a database. Although you can format and.
XP New Perspectives on Microsoft Access 2002 Tutorial 61 Microsoft Access 2002 Tutorial 6 – Creating Custom Reports.
Microsoft ® Access ® 2010 Training Create Reports for a Database If a yellow security bar appears at the top of the screen in PowerPoint, click Enable.
By Mary Anne Poatsy, Keith Mulbery, Eric Cameron, Jason Davidson, Rebecca Lawson, Linda Lau, Jerri Williams Chapter 7 Advanced Forms and Reports 1 Copyright.
Microsoft Access 2013 ®® Tutorial 7 Creating Custom Reports.
INSERT BOOK COVER 1Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Access 2010 by Robert Grauer, Keith Mast,
Access Custom Forms & Reports. Topics  Designer Skills  Tab Order (Forms)  Copying Properties  Adding a Control  Adding Page Breaks  Adding Tab.
Creating Custom Forms. 2 Design and create a custom form You can create a custom form by modifying an existing form or creating a new form. Either way,
CIS 338: Printing Dr. Ralph D. Westfall February, 2003.
FIS 318/618: Financial Systems & Databases Forms and Reports Oakland University School of Business Administration Accounting and Finance Joe Callaghan.
Tutorial 6 Using Form Tools and Creating Custom Forms
Pasewark & Pasewark 1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2007: Introductory.
Access Lesson 4 Creating and Modifying Forms
Lab 8 – C# Programming Adding two numbers CSCI 6303 – Principles of I.T. Dr. Abraham Fall 2012.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Create, Edit, and Perform.
Tutorial 6 Using Form Tools and Creating Custom Forms
® Microsoft Access 2010 Tutorial 6 Using Form Tools and Creating Custom Forms.
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
Using Form Tools and Creating Custom Forms Microsoft Access 2010.
Creating your own form from scratch.. To create a custom form, you can modify an existing form or design and create a form from scratch. In either case,
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. 2-1 Office PowerPoint 2007 Lab 2 Modifying and Refining a Presentation.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 7 – Adding and.
Chapter 4: Create, Edit, and Perform Calculations in Reports Exploring Microsoft Office Access 2007.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
COMPREHENSIVE Access Tutorial 6 Using Form Tools and Creating Custom Forms.
Reports 5.02 Understand database queries, forms, and reports used in business.
IS201 Agenda: 10/15/2013 Do form and report exercise. Identify general guidelines for form and report design. Discuss a few key points about reports in.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Office Word 2007 Lab 3 Creating Reports and Tables.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
© 2014 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Access Forms ISYS 562. Components of a Form Form Header, Form Footer Page Header, Page Footer Detail Section Controls.
Database Applications – Microsoft Access Lesson 7 Designing Custom Reports Updated 11/13 27 Slides in Presentation.
Chapter 4 Files/Folders needed: \Chapter4\Samples \Chapter4\Labs.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 8 – Adding and.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Create, Edit,
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
Microsoft Access Intro Class 9 Report Design.
Access Lessons 4 and 5 © 2009 M and K Solutions, LLC -- All Rights Reserved.
Customizing Reports Adding a Date to a Report Reference Window Adding a Date to a Report Display the report in the design view Click the Text Box Tool.
Microsoft® Access Generate forms quickly 1 Modify controls in Layout View 2 Work with form sections 3 Modify controls in Design View 4 Add calculated.
Ecommerce Applications 2009/10 Session 41 E-Commerce Applications Step by step building of a shop in Shopcreator.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 6 1 Microsoft Office Access 2003 Tutorial 6 – Creating Custom Forms.
Homework 2 Hints. General Tips Remember what FORM view you are in! – Design, form, and layout view TABLE views include: – Design and Datasheet view.
Adding Reports to a Database. Why do we use Reports? Reports are well-designed printed pages that offer several advantages: Reports are well-designed.
Microsoft® Access Generate reports quickly 1 Modify controls in layout view 2 Work with report sections 3 Work with controls in a report 4 Use Format.
The poster title goes here and here
Microsoft Access 2007 – Level 2
Building a User Interface with Forms
Forms.
Agenda: 10/05/2011 and 10/10/2011 Review Access tables, queries, and forms. Review sample forms. Define 5-8 guidelines each about effective form and report.
Microsoft Office Access 2003
The poster title goes here and here
Database Applications – Microsoft Access
Chapter 7 Advanced Form Techniques
Poster title Author(s) Institution(s) Corresponding author’s Name
Microsoft Office Access 2003
Microsoft Office Access 2003
Poster title Author(s) Institution(s) Corresponding author’s Name
Microsoft Office Illustrated Introductory, Windows XP Edition
The poster title goes here and here
The poster title goes here and here
From and Report.
Exploring Microsoft Office Access 2010
The poster title goes here and here
Creating Reports.
The poster title goes here and here
The poster title goes here and here
The poster title goes here and here
Presentation transcript:

‘Tirgul’ # 13 Enterprise Development Using Visual Basic 6.0 Autumn 2002 Tirgul #13

‘Tirgul’ #13 Objectives Building and using reports

‘Tirgul’ #13 Why reports Essential in many applications –Customer care: Telephone bills Credit card expenses –System admin. Last used web site Data base scheme

‘Tirgul’ #13 Type of reports Graphical: –Graph –Cake Textual –Table of data NameAgeGrade Jason2589 ………

‘Tirgul’ #13 VB Reports Based on Database data To be accurate – Using a Recordset Database RS Sample report

‘Tirgul’ #13 Adding reports (1) Open Project components

‘Tirgul’ #13 Adding reports (2) In the Designers tab, Add “Data Report”

‘Tirgul’ #13 Adding reports (3) Add a data report to the project

‘Tirgul’ #13 Project tree

‘Tirgul’ #13 The data report object Header area 1 st report page Page header Each report page Detail Main data area Page footer Each report page Header area last report page (Total…)

‘Tirgul’ #13 Sections of the Data Report Designer Report Header - Text that appears at the very beginning of a report, such as the report title, author, or database name. Page Header - Information that goes at the top of every page, such as the report's title. Group Header/Footer - contains a "repeating" section of the data report. Each group header is matched with a group footer. Details - contains the innermost "repeating" part (the records) of the report.

‘Tirgul’ #13 Sections of the Data Report Designer 2 Page Footer - contains the information that goes at the bottom of every page, such as the page number. Report Footer - contains the text that appears at the very end of the report, such as summary information, or an address or contact name.

‘Tirgul’ #13 Data Report Controls 2 Report Text box Report Line Report Function Report Label Report Image Report Shape

‘Tirgul’ #13 Data Report Controls 2 TextBox Control (RptTextBox) - allows you to format text, or assign a DataFormat. Label Control (RptLabel) - allows you to place labels on the report to identify fields or sections. Image Control (RptImage) - enables you to place graphics on your report. Note that this control cannot be bound to a data field.

‘Tirgul’ #13 Data Report Controls 3 Line Control (RptLine) - lets you draw rules on the report to further distinguish sections. Shape Control (RptShape) - enables you to place rectangles, triangles, or circles (and ovals) on a report. Function Control (RptFunction) - a special text box that calculates values as the report is generated.

‘Tirgul’ #13 Setting data Its all about data source: While –RS is a Recordset containing data Set DataReport.DataSource = RS

‘Tirgul’ #13 Setting Recordset fields Done In design time. In the Details section, create a TextBox and set its DataField property to the corresponding field in the table Repeat for each field you want to show

‘Tirgul’ #13 Setting report functions Same as setting data Common: –Sum/Min/Max…

‘Tirgul’ #13 Setting other data Other usefull data: –Current page –Total number of pages –Date/Time

‘Tirgul’ #13 Summary before examples Make sure you have an existing RecordSet. Design the report properly (add logo/shapes) Put ONLY Database fields in the detail section Lets see…