1 / 22

A Form . . .

A Form. A form is another means of viewing information from a table & displaying the information one record at a time. Example of a Form. Demonstration of a Form. Reports. A report is a means of presenting data from either a table or a query. Reports continued…. Make changes to the

mihaly
Download Presentation

A Form . . .

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Form . . . A form is another means of viewing information from a table & displaying the information one record at a time. Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  2. Example of a Form . . . Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  3. Demonstration of a Form . . . Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  4. Reports . . . A report is a means of presenting data from either a table or a query. Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  5. Reports continued… Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  6. Make changes to the page layout. Reports continued… You can do “grouping” and “sorting”. Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School, Weaverville, NC 28787

  7. Final Product! Reports continued… Give your report a title! Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  8. Demonstration of Reports Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  9. Data Access Page A data access page is a Web page that is connected to a database.  FYI…Data Access Pages can only be created using Access 2000 (or later) and can only be viewed by users of Microsoft Internet Explorer 5.0 (or later) Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School , Weaverville, NC 28787

  10. Macros Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  11. Modules A module is essentially a collection of declarations, statements, and procedures stored together as one named unit to organize your Microsoft Visual Basic code. Microsoft Access has two types of modules: standard modules and class modules. Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  12. Object Box Procedure Box Declarations Procedures Modules – con’t Procedure View Button Full Module View Button Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  13. Leszynski Naming Conventions (LNC) • Makes use of “tags” and always lowercase • Usually 3 letters • Pick a “naming convention” and stick with it! • At the very minimum, use a convention for the names of objects (tables, queries, forms, reports, and macros) in your database. • Examples: • tblEmployees • qryEmployees • frmEmployees • rptEmployees • Makes your work look more professional Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  14. Examples of LNC Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  15. Discussion Topic Discuss how a database can be used daily to maintain household or school information. Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  16. You can select open objects using the object table that appears below the ribbon area • The currently selected object’s tab appears in yellow • Close an object by choosing the close button on the upper right corner of the object window Open & Close an Object The Navigation Pane does not display any groups that are empty. By default, objects in the Navigation Pane are organized by Table. Double-Click an object in the Navigation Pane to open the object Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School, Weaverville, NC 28787

  17. Differences between Design View & Datasheet View Datasheetview shows the data in the database. It also allows you to enter and edit the data. It does not let you change the format of the database, other than minor changes (such as displayed column widths).Designview allows you to create or change the table, form, or other database object, and configure the fields. You can also set keys and restrict the values entered here. But you can't change the database data in designview.You don't use one or the other exclusively. You constantly switch back and forth between them while designing your database Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  18. Datasheet view displays the data in columns & rows much like what is seen in an Excel spreadsheet. A “row” represents a record. A “column” represents a field. Columns & Rows Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  19. Design view displays the background structure of the object. Design view may be used to modify the underlying design of the object. ALL OBJECTS can be opened in Design View. Field Name Design View Data Types This is how a Table looks in Design View Properties Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  20. Switch between Design & Data Views Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  21. Switch between Design & Data View Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

  22. Navigate using the mouse and/or the navigation buttons Can also navigate by using the keyboard arrow keys Scroll Bars can be used to navigate Navigation Buttons Navigate in Datasheet View HOT KEY Tab Key = moves 1 field to the right Shift + Tab = Moves one field to the left Total Number of Records Access Lesson 1 Lesson Plans Michele Smith – North Buncombe High School Weaverville, NC 28787

More Related