Access Chapter 2 (Reading)
Introduction to Creating Database Tables
Understanding Data and Its Accuracy
All the information on a person, place or thing is placed in a database table, categorized by fieldnames. There can be an abundance of information that can be stored in a table. Think about all the data that is stored on students, patients, customers, employees, etc. Data in each table really relates to what the file is storing, and the pieces and parts to the data.Data consistency is critical too. For example, if a user is keeping track of mailing information for a client, then State would likely be a fieldname use to record as one of the fieldnames. If multiple users input into this file, one using OR to represent Oregon, and the other user using ORE to represent Oregon, then data input is not consistent. The problem with inconsistent inputting, relates to queries and producing a list with states. The query user would need to remember to query for both OR and ORE, to receive accurate results back to the query. There are ways to prevent data differences, one being, limit the field size that can be input. Users can also set field to input in uppercase letters, or lowercase letters. Setting uppercase on a state field would be beneficial and prevent formatting differences
Types of Queries
Essentially, the ability to retrieve and analyze your data is completed by running a query. Queries produce a list like a spreadsheet showing results based on what was considered for for fields. Users can pull information from one or more tables based on a set of conditions the user defines. There are many types of queries available to a user, ranging from simple to advanced. During the term, various queries will be developed using data given. There are simple queries, parameter query (user inputs during query), append queries, delete queries, make table queries, And queries, OR queries, Like queries, Crosstab queries, Action queries and more types of queries to create and run to pull or update information in a table. For example, a user could create an update query, that updates records in a table based on certain conditions. Once designed and run, the table records would be updated.
Types of Reports
Reports are commonly used for printing data or presenting data in a reader-friendly, visually appealing format. Access allows easy to create and customize reports using data from tables, or queries. Labels are also considered reports in Access, so if you need to produce mailing labels for a large mailing, you can create a report, using labels as the format/layout and design.
This week, you will be introduced to creating each of these objects in their most basic capacity. In future weeks, more in-depth design and application of these objects will be utilized.