M I C R O S O F T A C C E S S : P A R T 1 G E T T I N G T O K N O W A C C E SS

Size: px
Start display at page:

Download "M I C R O S O F T A C C E S S 2 0 1 0 : P A R T 1 G E T T I N G T O K N O W A C C E SS"

Transcription

1 M I C R O S O F T A C C E S S : P A R T 1 G E T T I N G T O K N O W A C C E SS SUMMARY Getting to know access: what is access and how to make a database and its parts. Michael J. Walk ALC Instructor michael@jwalkonline.org Learn what Microsoft Access can do, what's the difference between Access and Excel, and how to build a database to enter, store, retrieve, and report out your data. Prerequisites: basic understanding of the Windows environment and interface (my computer; save vs. save as; Start Menu; cut/copy/paste, etc.) 2013 JWalk Professional Services Page 1

2 TABLE OF CONTENTS Summary... 1 How to Use This Handout... 3 Click Paths... 3 Keyboard Directions... 3 What is Access?... 3 How is Access Different from Excel?... 4 Overview of Access Database Objects... 5 Table... 5 Query... 7 Form... 7 Report... 8 Object Views... 9 Designing a Database Example Database Planning Creating a New Database Creating the Database File Creating a New Table Controlling User Input (Creating an Input Mask) Creating a Dropdown Box (Lookup Wizard ) Table Data Types Navigating a Table Importing a Table from Excel Creating a Form Making a Query Creating a Report Input Mask Syntax and Examples Gopher Wood, Ltd. Database ASSIGNMENT 1: ASSIGNMENT 2: Creating a Form ASSIGNMENT 3: Creating a Query ASSIGNMENT 4: Create a Report JWalk Professional Services Page 2

3 HOW TO USE THIS HANDOUT This handout serves as a point of reference for your workshop. However, you may also use the handout after the class is over to help you remember how to perform some of the tasks covered during the workshop. CLICK PATHS Throughout this handout, you will be given directions to perform a series of mouse clicks also called a click path. For instance, to save a change to an Access object, you should click on the File tab in the ribbon, then click on Save. In this handout, that click path is displayed using a bold font for the words to click on connected by a single right-pointing arrow ( ): File Save In some cases, you must find the correct section of the ribbon before clicking on an icon or button. In these cases, the ribbon section will be highlighted in gray, for example: External Data Import & Link Excel In this example, Import & Link is a ribbon section. KEYBOARD DIRECTIONS You also will be given directions to press certain keys on your keyboard. There are two kinds of key press sequences: (1) simultaneous and (2) sequential. 1) Simultaneous key presses refers to keys you have to hold down together to perform a task. Simultaneous key presses are displayed using the plus sign (+) between the keys to be pressed typed in caps. For example, the find box is opened by pressing CTRL + F. CTRL stands for the control key. ALT stands for the alternate key. WIN stands for the windows key (only applies to PCs with windows keys). 2) Sequential key presses refers to keys you have to press in sequence (one after the other it is not necessary to hold them down). Sequential key presses are displayed using a pipe character ( ) between the keys to be pressed typed in caps. For example, one way to save your file under a new file name is to type ALT, then F, then A. This would be displayed as: ALT F A. If you like keyboard shortcuts, Microsoft Office has provided a very robust listing of them at: I provide a lot in this workshop, but their list exhaustive. WHAT IS ACCESS? 2013 JWalk Professional Services Page 3

4 To begin, you must understand what Access is used for. Access is a powerful tool for handling large amounts of data and for handling data workflows and relationships. For example, if run your own consulting firm, you might need to keep a list of employees (current and past), a list of clients and their information, what projects are being worked on by what employees for what client, etc. Access allows you to do all that without needing to know how to write computer code. Basically speaking, Access allows you to: 1) Store large amounts of structured information 2) Interact with that information (add to it, analyze it, sort it, aggregate it) 3) Report on that information (create charts, summary reports, descriptive statistical analyses) 4) Control that information (use the info to process workflows, etc.) Access allows us to perform these tasks through use of 6 different database object types (depicted below). The purpose of each object is different (this will be discussed in the section Database Objects). In Access, you can have multiple tables, multiple queries, etc., (each with their own, unique names) all stored inside a single database file. (See Figure 1.) Tables Modules Queries Access Database File *.accdb Macros Forms Reports FIGURE 1. DEPICTION OF ACCESS DATABASE FILE AND OBJECT TYPES. Access can connect to tables in many different database formats/vendors, including SQL databases, Oracle, and others as well as hosting the data using Access database tables. HOW IS ACCESS DIFFERENT FROM EXCEL? Excel (or a similar program) allows you to store a lot of information, but it is not especially good at allowing you to interact with that information. You could store a list of employees, a list of clients, and a list of projects all in Excel with ease. But, it would be difficult to create a print out in Excel that allows you to see the history of each employee, including all clients the employee interacted with 2013 JWalk Professional Services Page 4

5 and the total revenue brought in per employee. Even if you created such a printout in Excel, what would happen if a new piece of data was entered? You d have to do everything again. Access is a live data manager. That is, it allows you to work with changing data sets with ease. When new records are added, Access can automatically add them to your analyses and reports without you having to redefine a data range or anything. Here s a list of the main differences between Excel and Access: Property Excel Access 1 Maximum # of rows 1,048,576 per sheet (2 GB is maximum size of an.accdb file; for linked tables, max size is determined by computer capacity) Maximum # of columns per 16, sheet / table Maximum # of tables / sheets Determined by 2 GB of data computer capacity Changes to data in tables are No Yes saved automatically? Allows you to create native No Yes reports? Allows you to connect tables No Yes of data together? (Relational data) Can multiple users work in No Yes the file at the same time? Provides forms for data No Yes entry Good for proof of concept and short-term solution building Yes No OVERVIEW OF ACCESS DATABASE OBJECTS TABLE A table is the basic tool for keeping information in a database. Access can hold multiple tables, each with its own name. Usually, a single table is used for each class or group of information. A grocery store might have several tables, including ones for: Customers, Employees, Products, Vendors, and Orders. 1) Purpose: store data (ONLY TABLES STORE DATA) 2) Description: a table is composed of rows and columns (see Figure 2). a. Record: a row (a unique case, observation, transaction, etc.) b. Field: a column (a unique data category that is collected for all records) 1 For other cool facts about the limits and specifications regarding Access 2010, visit JWalk Professional Services Page 5

6 Records Access 2010 Part 1 (v2 rev 8/7/2013) c. For example, if you have a table of customers, each customer would be on a new record. Each customer record would have data stored in fields. For example, for each customer record, you may have their name, address, city, state, zip code, etc. 3) Naming rules: tables and queries cannot share names 4) Primary Key: the primary key is a field in a table that holds each record s unique identifier. In Figure 2, the primary key is labeled CustID. Each customer is assigned a unique customer identification number. This number allows the store to track this customer s purchases, etc. (We ll learn how to select a primary key later.) Examples of other primary keys include: a. Social security number b. Bank account number c. Bank routing number d. Employee ID number e. UPC Fields FIGURE 2. SCREENSHOT OF A TABLE 2013 JWalk Professional Services Page 6

7 QUERY A query is a standardized question a data extraction and/or manipulation. Queries extract data from another data source usually a table. However, queries can also extract data from other queries. Queries DO NOT contain their own data only tables do. (See Figure 3.) 1) Main purpose(s): a) Retrieve (specific) data b) Manipulate data (delete, update, re-calculate) c) Summarize / analyze data 2) Description: A query is designed to retrieve data from other table(s) that meet your criteria. Queries can be VERY specific, for example: if you had a table of customers, you could design a query to show all customers that: (assuming all necessary fields are part of the table) a) Became customers in the last 12 months (except for December) b) Have purchased at least $100 of products c) Live in Pennsylvania (but not in Philadelphia) 3) Naming rules: No table and query can have the same name. FIGURE 3. SCREENSHOT OF QUERY RESULTS. FORM A method of viewing a table or a query one record at a time. You can enter new records, search for specific records, etc. with a form. The form itself does not contain any actual data just the skeleton to display the data. 1) Main purpose(s): a) Data entry / data viewing b) User control (help your database user get around ) 2) Description: Forms come in many shapes, sizes, and layouts. They are great ways to allow users to enter data into your database (easier than typing data into a table), because, in a form, you can view just one record at a time. 3) Naming rules: No forms can share a name; however, a form can have the same name as a query or table JWalk Professional Services Page 7

8 FIGURE 4. SCREENSHOT OF A FORM. REPORT A report allows you to view and/or print the information contained in a table in a way that is nicely formatted and can be sorted and grouped. 1) Purpose: Creates a printable presentation of data and increases data readability through groups, sorts, and summaries. 2) Description: Reports can be used in many different ways. Their main function is to take a bunch of data contained in a table or query, and display that data in a viewer- and printer-friendly way. For example, if you have a table of customers, you might want to view that table like an address book, with customers grouped together by first letter of last name (see Figure 5 for an example). 3) Naming rules: No two reports can have the same name; however, a report can share its name with a table, query, and/or form JWalk Professional Services Page 8

9 FIGURE 5. SCREENSHOT OF A REPORT. OBJECT VIEWS In Access, you need to be able to edit the design of object (e.g., add fields to a table) and to view the data contained in that design. To accomplish this, Access provides us with different views, or ways to view an object. You switch object views from Home View. FIGURE 6. VIEW SWITCHING BUTTON IN THE RIBBON JWalk Professional Services Page 9

10 The table below presents the different object views available. Object Active View Design View? Layout View? PivotTable/Chart View Other Special Views Table Datasheet View Yes No Yes Query Datasheet View Yes No Yes SQL view Form Form View Yes Yes No Report Report View Yes Yes No 1) Datasheet View a) View the data contained in tables and queries multiple records are visible. This looks like an Excel spreadsheet. 2) Form View a) View the data displayed in the form and/or use the form s controls to navigate the database. 3) Report View a) View the data displayed on the report 4) Design View a) Allows you to make detailed changes to the object design. It is the most complex yet most robust view for making changes to the way your objects function. b) In design view, it is difficult to see how your object will be displayed, because you cannot see the data and how your design change will impact the overall appearance of the object. 5) Layout View a) Allows you to view the data in your object while you are trying to change the object s layout. 6) Pivot Table / Pivot Chart View a) Allows you to create Pivot Tables/Charts based on data contained in a table or query. 7) SQL View a) Applies only to queries; SQL stands for structured query language. SQL view for a query simply shows the query s design using SQL syntax rather than a graphical interface. This is similar to showing the code that makes up a webpage. DESIGNING A DATABASE Just a proviso: people can get Ph.D. s in database design and spend years learning how to make databases. You only get this workshop. So, let s cover just some basic concepts and pointers about designing a database. 1) Imagine your workflows: Before you make your first table, sit down and think about you want your database to do. a) What data are you going to want to get out of the database? b) How long will the database be running? Long enough to make some records old and not useful? Will it be in use longer than you may be? c) How do you want the data to go in to your database? d) How many database users will there be? And what is their level of expertise? 2) Once you have assessed what you want your database to do, begin designing your tables in Excel or Word (or on paper). a) Tables usually fall into one of two categories: (1) reference and (2) transactional 2013 JWalk Professional Services Page 10

11 b) Reference tables are those that hold relatively static information that you intend to use to feed into your transactional tables. For example, look at the section, Example Database Planning, below. The company, Gopher Wood, Ltd., has planned three tables: i) Reference Tables (1) Customers: stores information about individual customers, including their names, contact information, and whether or not the customers are active (2) Products: stores information about the different products the company sells, including how much each product costs, how many are currently in stock, and where each product is stored. ii) Transactional Table: (1) Orders: stores information about what customers bought what products when. c) When planning what fields to have in your tables, a couple rules of thumb apply: i) Specificity is better: it is usually better to have more fields than less so you can store more specific types on information. It is easier to piece fields together to form a whole value than it is to try to extract parts of a field. For example, you could store a customer name using any of these field sets: (1) Name (2) First Name; Last Name (3) First Name; Middle Initial; Last Name; Suffix (THE BEST ONE) The third option is the best, because it allows you to easily use any portion of the customer s name individually, and it better organizes the different components of a name. Imagine trying to create a form letter that uses the customer s first name if you would only have the field, Name. It would be very difficult. ii) More is better: have a field idea, but not sure if it will be useful? If you have an idea, you probably want to keep it. Some commonly overlooked but quite useful fields: (1) An active field: if your database is going to be running for a while, some of the information in it might expire. Customers or employees might leave, products might be discontinued, etc. So, do you want to delete them from your database, making historical record keeping inaccurate? Or, should you make them as inactive? (2) A date entered field. It is often helpful for auditing and chronological analyses to have a field the records when a record was first added to your table. d) Specify the primary key for each table. Except in certain cases where your table only have one field of non-duplicated values, make sure you add a field that will serve as the table s primary key (the unique identifier for each record in the table). Usually, this is called ID or some variant thereof. e) I also recommend creating some test tables in Excel using the fields you have specified during planning to give yourself an idea of how the data will look based on your current plan. 3) The last step is to begin planning the user interface what forms, reports, and queries will you need to make your database user-friendly and to get information into usable displays and interfaces JWalk Professional Services Page 11

12 EXAMPLE DATABASE PLANNING Gopher Wood, Ltd. Objective: We want to create a database in order to keep track of our customers, products, and orders. Basically, we want to be able to know what customers have bought what products when, and we want to be able to contact our customers, look up products, and view individual orders. Tables and Fields: Reference Tables Transactional Table Customers CustID (primary key) FirstName LastName BusPhone Discount Active Products ProdID (primary key) Description Cost RetailPrice QtyOnHand BinLocation Orders OrderID (primary key) Date CustID Total Shipped PayMethod Examples of Each Table: Customers CustID FirstName LastName BusPhone Discount Active 1 Vanessa Hudgens (555) N Y 2 John Bunyan (555) Y Y Products ProdID Description Cost RetailPrice QtyOnHand BinLocation 5 Deck Beam $5.75 $ A3 6 Plywood $2.53 $ B10 Orders OrderID Date CustID Total Shipped PayMethod /17/ $ Y Cash /15/ $ N DSCVR 2013 JWalk Professional Services Page 12

13 CREATING A NEW DATABASE CREATING THE DATABASE FILE When you open Access, you will see a window allowing you to use templates or make a Blank Database. Name your new database here 1) Click on Blank Database 2) At the far right of your screen, you can provide a new database name and use the folder icon to choose where to save your new database. Name this database, Access Part 1. 3) Click Create CREATING A NEW TABLE Once you create your database file, Access will provide you with a starter table. We don t want that table, so close it by clicking on the small x at the far right below the menu. (Note: the red x in the upper right will completely close Access, not just the unwanted table.) 2013 JWalk Professional Services Page 13

14 FIGURE 7. CLOSING THE INITIAL TABLE: WHEN ACCESS CREATES A NEW BLANK DATABASE, IT GIVES YOU A TABLE BY DEFAULT. WE WANT TO START OUR OWN, SO CLOSE THE NEW TABLE. There are two different ways to create a table: (1) Table Design or (2) Table. We are going to start learning by using the design method, which will require us to specify field names and properties before entering data. FIGURE 8. STARTING A NEW TABLE BY CLICKING ON TABLE DESIGN. 1) Create Tables Table Design. This will give you a new blank table in design view. 2) Type your field names 2 into the column labeled Field Name. (We ll change the data types and other properties later.) Use the list of fields in the Customers table located on page A couple rules about field names: they have to start with a number or letter (no symbols/spaces). They can contain spaces, numbers, and certain symbols. However, exclamation points, square brackets, periods, and 2013 JWalk Professional Services Page 14

15 3) Setting appropriate data types and properties. This step in VERY IMPORTANT. Access needs to know what kind of date (dates, numbers, text, etc.) you are trying to store inside each field. The section Table Data Types (page 22) contains a description of each available data type. Field Data Type Why Special Properties to Set CustID AutoNumber We want a number to be automatically None assigned to each customer when added to the table. FirstName Text Text is used for text that is less than 255 characters. None LastName Text Same as FirstName None BusPhone Text Even though a phone number might seem like a number, it is really just a collection of characters. Also, phone numbers usually include non-numerical characters like parentheses and hyphens. Set Input Mask using Input Mask wizard for Phone Number. Address Text Same as FirstName None City Text Same as FirstName None State Lookup We are going to create a drop-down Lookup properties: Wizard box of available states for the user to pick from. Limit to List = Yes Allow Value List Edits = No Zip Text Same as BusPhone Set Input Mask using Input Mask wizard for Zip Code Discount Lookup Our company only has a pre-selected Lookup properties: Wizard set of discount values (0%, 5%, 10%, Limit to List = Yes and 15%). Allow Value List Edits = No Active Yes/No This field can have only two possible None many other symbols are reserved for Access syntax. Pick a capitalization and spacing scheme and stick with it. I usually use the rule: capitalize the first letter of each word, no spaces JWalk Professional Services Page 15

16 Field Data Type Why Special Properties to Set values: Yes or No. Access has the Yes/No data type especially for this kind of field. CustDate Date/Time Any field that contains dates and/or times NEEDS to be a Date/Time data type so that Access can treat it appropriately. Want to group by months? Want to sort dates in reverse chronological order? Then, you need the field to be a Date/Time. When you re done, the design view should look like this: Set Input Mask using wizard for Short Date. Choose Format = Short Date 4) Save the table by pressing CTRL + S or clicking on the diskette icon in the upper left corner of the screen. Type the table s name in the box: Customers. CONTROLLING USER INPUT (CREATING AN INPUT MASK) Note: Before using the Input Mask Wizard, you will have to save your table. Remember, an input mask is a way that Access helps us to format data (i.e., add necessary symbols, etc.) so we don t have to type them in ourselves. Also, an input mask helps ensure data format integrity forcing database users to type in data in the format we want. The following example shows you how to set the input mask for the BusPhone field in the customer table. A similar process should be followed for other input masks. 1) Make sure you click on the design view row that has the field you want to add the mask to. 2) Place the cursor in the box next to input mask in the field properties 2013 JWalk Professional Services Page 16

17 3) A small gray box with three dots will appear to the right. (See Figure 9.) Input mask wizard FIGURE 9. LOCATION OF INPUT MASK WIZARD BUTTON. 4) Click on this, it will open the input mask wizard. FIGURE 10. SCREENSHOT OF INPUT MASK WIZARD. 5) Select the Phone Number mask, and click Next >. 6) Click Next > through the next screen unless you want a different character to be displayed as the placeholder (i.e., the character that the users sees where there are blanks to be filed in) JWalk Professional Services Page 17

18 7) You then can choose to either save the symbols added by the mask or not (see Figure 11). I recommend saving them, because it keeps the special formatting in the raw data during exports. Click Next >. FIGURE 11. SCREENSHOT OF OPTION TO SAVE SYMBOLS OR NOT. 8) Click Finish. 9) You should see some syntax (special characters) added to the Input Mask property of whatever field you were editing. NOTE: See Input Mask Syntax and Examples on page 33 for other accepted syntax to make custom input masks. CREATING A DROPDOWN BOX (LOOKUP WIZARD ) Note: Before using the Lookup Wizard, you will have to save your table. The following example shows you how to create a drop-down box of states based on existing table of states that has already been imported from Excel. (The process to import data from Excel is covered on page 23.) 1) Make sure you click on the design view row that has the field you want to add the mask to. (For this example, click in the State field.) 2) In the Data Type column, choose Lookup Wizard (See Figure 12.) 2013 JWalk Professional Services Page 18

19 FIGURE 12. CHOOSING THE LOOKUP WIZARD IN THE DATA TYPE DROP DOWN BOX. 3) You have the option of looking up values from some other table or typing in the values yourself. Select I want the lookup field to get the values from another table or query 3. Click Next >. 4) Select the table StatesList as your data source and click Next >. 5) Determine which fields you want to be displayed in the drop-down box. To move the two fields, StateCode and StateName from the Available Fields box to the Selected Fields box (see Figure 13), either: a) Double-click on each field individually OR b) Click on one field, then click on the single arrow button (>). Repeat those steps for the next field. OR c) Click on the double-arrow button 4 (>>). 3 Typing in the values yourself works when you have a small set of values (no more than 5). But, is far less useful than creating a separate table that stores the values for your drop-down box. 4 The double-arrow button moves ALL fields JWalk Professional Services Page 19

20 FIGURE 13. SELECT THE FIELDS YOU WANT DISPLAYED IN THE DROP-DOWN BOX. 6) Click Next >. 7) Select any fields you want to use to sort the values in the drop-down box. Select StateCode and keep the sort order as Ascending. Click Next >. FIGURE 14. CHOOSE HOW TO SORT YOUR DROP-DOWN BOX. 8) Remove the check box for Hide key column and resize the columns to fit the values displayed in the box (see Figure 15). Click Next > JWalk Professional Services Page 20

21 FIGURE 15. ADJUST DROP-DOWN COLUMN WIDTHS AND ALLOW KEY COLUMN TO BE SHOWN. 9) When asked, chose the field StateCode as the value to be stored in your database. Click Next >. 10) Click Finish. 11) Next, you need to switch to the Lookup tab for the field properties and change the value for the Limit to List property to Yes. (Also, make sure that Allow Value List Edits = No.) (See Figure 16.) FIGURE 16. FINALIZING DROP-DOWN BOX PROPERTIES JWalk Professional Services Page 21

22 TABLE DATA TYPES a) Text: letters/symbols/numbers (aka: strings) that DO NOT require any calculations. The MAX is 255 characters, but you can and SHOULD set a more appropriate maximum length (we ll talk about doing that later). b) Memo: lengthy text and/or numbers for longer, more descriptive fields. For example, perhaps a comment or description field. (max 65,535 characters) c) Number: any number that is strictly seen as a number; ones you will perhaps be doing calculations with. There are many different sub-types of numbers that you can set with a field size. d) Date/Time: Dates and times come in many different formats that you can choose from (e.g., 12/17/1982 or or Dec. 17, 1982, etc.). e) Currency: Any field that will be handling monetary values. Can accept up to 15 digits to left of decimal and 4 to the right. f) Autonumber: Automatic numbering every record is assigned a unique ascending number. i) Once a record is added, the Autonumber CANNOT BE CHANGED. ii) Typically used as a primary key. g) Yes/No: for fields that have only two values the possibilities are as follows: i) Yes/No, True/False, or On/Off (1) These are very handy when you only want two possible answers. h) OLE object: An external file of some type (pictures, word documents, etc.) i) Hyperlink: a link to take you to a web page or to send an . If the data type is set as hyperlink, whatever you type in the cell e.g., will be automatically converted to a link; if you click on the link, it will take you to the web page. i) IF YOU WANT TO MAKE THE LINK OPEN AN TO THAT PERSON, you must preface the address with the words mailto: and then type the address (no spaces). This will convert the hyperlink to a mailing link. j) Attachment: You can attach images, spreadsheet files, documents, charts, and other types of supported files to the records in your database, much like you attach files to messages. You can also view and edit attached files, depending on how the database designer sets up the Attachment field. Attachment fields provide greater flexibility than OLE Object fields, and they use storage space more efficiently because they don't create a bitmap image of the original file. k) Lookup Wizard: these data types are similar to a yes/no where the options are limited, but, with look-up wizards, you can have more than 2 options to choose from. 2) Properties of Autonumber Data type: a) Field size: type of number! b) New values: do we want the field to simply count records as they are added? Or do we want to generate a string of random numbers? c) Format: how the number is displayed. Usually, we leave this blank unless we have particular reason to change it. d) Caption: is what Access will display when we make a report or form from the tabled data. 10) Properties of the Text Data type: a) Field size: (length of the field) how many characters allowed. b) Input mask: input masks are ways to add formatting to data that typically is displayed in a particular way. For example, phone numbers are usually displayed like (410) , social security numbers, zip codes, passwords, and time/dates JWalk Professional Services Page 22

23 c) Default Value: The value that will be displayed in the field unless it is changed by you. d) Validation rule: these are used to set restrictions on what is typed in a cell. e) Validation text: is the message you use to alert people using your database that they data they entered in the cell does not meet the validation rule. f) Required: ONLY SET TO YES IF THE FIELD MUST HAVE SOME FORM OF INFORMATION IN IT FOR EVERY RECORD. g) Allow zero length: if set to Yes, then you can type in the cell and, even if it is a REQUIRED field, Access will allow you to continue. NAVIGATING A TABLE 1) Tab (also right arrow) = move to next field 2) Shift + Tab (also left arrow) = move to previous field 3) Page down/up = move to last/first record 4) Jump records arrows at bottom IMPORTING A TABLE FROM EXCEL You can import Excel worksheets into Access tables. For example, we will import an Excel worksheet that contains a list of states so we can easily create a drop-down box to be used in customers addresses. 1) External Data Import & Link Excel 2) Use the Browse button to locate the file state_table.xlsx. Once found, either double-click on the file, or single-click Open. FIGURE 17. SCREENSHOT OF THE EXCEL IMPORT DIALOG BOX JWalk Professional Services Page 23

24 3) Make sure that Import the source data is selected 5. 4) Click OK. 5) Check First Row Contains Field Names. Then Next >. FIGURE 18. FIRST ROW CONTAINS FIELD NAMES BOX. 6) Ensure the data types are correct for each field by clicking in the field in the sheet display and checking the Field Name and Data Type properties above. In this case, both fields data types should be set to Text. Next >. 5 Importing the table makes a copy of the Excel sheet and its data and places that copy into an Access table. Linking creates a live connection between the Excel sheet and the Access table; if the Excel sheet changes, so does the Access table JWalk Professional Services Page 24

25 FIGURE 19. SPECIFY FIELD PROPERTIES BOX. 7) Determine whether you want to ADD a primary key field, SELECT the primary key from an existing field, or allow there to be NO primary key. In this case, we will select the StateCode field as the primary key. Next >. FIGURE 20. SELECT THE PRIMARY KEY. 8) Change the imported table name to StatesList. Then Finish JWalk Professional Services Page 25

26 FIGURE 21. FINISH YOUR IMPORT BY RENAMING THE TABLE. CREATING A FORM There are several ways to create a form; the easiest is using the AutoForm method. This method is good for creating a simple form that displays all fields for one table. No bells, no whistles. 1) Single click on the table you want to use as the source data for your form (Customers). 2) Create Forms Form 3) This will create a form called Customers and will place that form in Layout View (the view that allows you to adjust the layout of form controls while also seeing data in the form). (See Figure 22.) Save your form by pressing CTRL + S JWalk Professional Services Page 26

27 FIGURE 22. SIMPLE AUTOFORM FOR CUSTOMERS TABLE IN LAYOUT VIEW. 4) You can adjust the width of all controls at a time by hovering your mouse over the right border of any control, click and drag to the left or right. 5) To switch to Form View to do data entry, click on Design Views [Form Icon] Now, on the form, we see exactly the same records that are in our table, but we see each one by itself. You can see which record you are looking at by paying attention to the Record info at the bottom of the form. 6) How would we enter a new record??? * 7) Edit the Layout of a Form a) We need to switch to Layout View. b) You can see that every field on the form has a box where the data is actually and a caption or label. c) There are many different ways to adjust form layouts. Play around with the different menu options, dragging and dropping, etc. CREATING A QUERY A query is special type of table that presents records that match a certain set of user-specific criteria, for example: All customers with last names beginning with the letter N. 1) Create Queries Query Design 2013 JWalk Professional Services Page 27

28 FIGURE 23. SCREENSHOT OF HOW TO BEGIN DESIGNING A QUERY. 2) Select and add the tables from which the Query is to obtain its records, then close the Add Table dialog box. You can add table(s) to your Query by double-clicking on the table you want to add OR by clicking on the table and then clicking Add. Then, when done adding desired table(s), Close JWalk Professional Services Page 28

29 FIGURE 24. ADDING TABLES TO A QUERY DESIGN. 3) In the top half of the query design window (i.e., the gray area), you will see a small box containing field names (this box represents the table(s) for the query). 4) The bottom half of the query design window contains a white grid (called the Design Grid). Determine the fields you want to use in your query, and then add them to the Design Grid. The easiest way to add fields is to double-click on each one they will automatically fill out the design grid from left to right. (You can also drag-and-drop the fields.) 5) For example, if you wanted your query to display the first name, last name, and phone number of all active customers, then you would need to add the following fields: a) FirstName b) LastName c) BusPhone d) Active 2013 JWalk Professional Services Page 29

30 FIGURE 25. EXAMPLE OF A SIMPLE QUERY DESIGN. 6) Save the query 7) If you run the query now, you will obtain the first name, last name, phone number, and customer status of all customers in your customer table. To run the query, either Design Results [Datasheet View Icon] OR Design Results Run. ADDING BASIC CRITERIA Criteria are added to queries to limit the query results to just show the records that contain certain values. For instance, let s edit our query to show only the active customers. 1) In query design view, find the row at the bottom half that says Criteria. 2) You should type the criteria of the query in the cell in the column that contains the field upon which you wish to place a restriction. 3) Type Yes in the criteria for the Active field. 4) Run the query. Multiple Criteria 1) To place multiple criteria on the query, simply add criteria in the Criteria row in desired query columns. 2) Note: All criteria in the same row are equivalent to an AND statement (e.g., all Additional Criteria Syntax Examples 1) <1/1/2000 = before Jan. 1, ) >1/1/2000 = after Jan. 1, ) <>50 = not equal to 50 4) Like *MD* = contains MD 5) Like P* = begins with P 2013 JWalk Professional Services Page 30

31 customers before 2000 and not from Baltimore would have <1/1/2000 and Not Baltimore in the year and city fields, respectively with both in the same row. Criteria in different rows are treated as OR statements (e.g., all customers before 2000 or are not from Baltimore). CREATING A REPORT 1) Create Reports Report Wizard 2) Select the table from which you wish to obtain the data for the report 3) Select the fields you ll want displayed in the report 4) Select any grouping fields (e.g., you may want to group by first letter of Last Name) FIGURE 26. ADDING GROUPING LEVELS TO A REPORT. 5) Select any fields by which you want to sort the report (e.g., LastName) 6) Pick a layout 7) Give the report a name 8) Preview your report a) Make sure that all field name and field values are displayed correctly (i.e., nothing is covered up or too short to display all the information) b) If needed: switch to layout view to edit the layout of your report ADDING SUMMARY STATISTICS TO YOUR REPORT You can add the Sum Count, or other summary statistic to fields displayed on your report. 1) Switch to Report Layout View JWalk Professional Services Page 31

32 2) Right-click on the field you wish to total / summarize. Note, you can Count any field that contains values. (See example in Figure 27.) a. Then Total LastName b. Count Records FIGURE 27. EXAMPLE OF ADDING SUMMARY STATISTICS TO A REPORT JWalk Professional Services Page 32

33 INPUT MASK SYNTAX AND EXAMPLES Characte r Description 0 Digit (0 to 9, entry required, plus [+] and minus [ ] signs not allowed). 9 Digit or space (entry not required, plus and minus signs not allowed). # L Digit or space (entry not required; spaces are displayed as blanks while in Edit mode, but blanks are removed when data is saved; plus and minus signs allowed). Letter (A to Z, entry required).? Letter (A to Z, entry optional). A a & Letter or digit (entry required). Letter or digit (entry optional). Any character or a space (entry required). C., : ; - / Any character or a space (entry optional). Decimal placeholder and thousand, date, and time separators. (The actual character used depends on the settings in the Regional Settings Properties dialog box in Windows Control Panel). < Causes all characters to be converted to lowercase. > Causes all characters to be converted to uppercase.! Causes the input mask to display from right to left, rather than from left to right. Characters typed into the mask always fill it from left to right. You can include the exclamation point anywhere in the input mask. \ Causes the character that follows to be displayed as the literal character (for example, \A is displayed as just A). Examples Input mask Sample values Input mask Sample values (000) (206) >L<?????????????? Maria (999) (206) Brendan ( ) SSN SSN (000) AAA-AAAA (206) 555-TELE >LL DB # >L????L?000L0 GREENGR339M3 MAY R 452B7 >L0L 0L0 T2F 8M JWalk Professional Services Page 33

34 GOPHER WOOD, LTD. DATABASE Example 1: Customers Table Customers CustID FirstName LastName BusPhone Address City State Zip Discount Active CustDate Data: 1 Jeffrey Loggins Walnut Ln Baltimore, MD % discount Active customer Customer since 01/05/ Frodo Baggins Baggend Way The Shire, MD % discount Active customer Customer since 09/28/ Sandy Shores Ocean Drive Ocean City, MD No discount Active customer Customer since 07/06/ Petra Nelvoff Hickory St Chicago, IL % discount Active customer Customer since 02/14/ Jeff Dufrain Shawshank Plz Perdition, PA % discount Not active customer Customer since 03/01/ April Showers Mayflower St Bloomsburg, PA % discount Active customer Customer since 12/05/ Micha Kormach Midway Ave Pittsburg, PA No discount Not active customer Customer since 10/11/ Sarah Mealy Calvary Ct Millville, IL % discount Not active customer Customer since 06/17/ Charles Equine Tight Calf Circle Frostburg, MD % discount Not active customer Customer since 05/31/ JWalk Professional Services Page 34

35 ASSIGNMENT 1: You need to design a table that captures the following information: Students Table First Name Last Name Address City State Zip Code Date of Birth Academic Major Currently Enrolled? Requirements: ADD a field to be the Primary Key All data types MUST be appropriate 2 Input Masks (you figure out which ones) 1 Lookup Wizard 1 Yes/No Add 1 validation rule Enter in the data for the following students John Smythe 1101 Plank Street Baltimore, MD /2/1986 Business major Currently enrolled Carrie Underwood 236 American Idol Way Baltimore, MD /7/1980 Drama major Currently enrolled Simon Grumpy 2006 Angry Avenue Essex, MD /14/1972 Drama major Not enrolled currently Paris Hyatt 34 Prison Road Glen Burnie, MD /20/1988 Psychology major Currently enrolled Joey Triviani 306 Friends Street Baltimore, MD /14/1980 Drama major Currently Enrolled Lord Baltimore 1000 Preston St Baltimore, MD /27/1990 Psychology major Currently enrolled Dorothy Ozman 365 Brick Road Way Towson, MD /4/1989 Psychology major Currently enrolled Martin O Malley 214 Governor s Highway Essex, MD /19/1964 Business major Currently enrolled 2013 JWalk Professional Services Page 35

36 ASSIGNMENT 2: CREATING A FORM a) Use Customers table b) Make a form to use with the customer table c) You must include ALL fields from the table d) Pick a layout (either tabular or justified) and style that you like e) When you ve made the form, make sure that all the fields and captions are visible and the correct size. f) Add two more customers (#5 and #6) to the table using the form (get them from Practice 1: Customers Table) g) When finished, leave your form visible; raise your hand for me to look at it. ASSIGNMENT 3: CREATING A QUERY a) Return to the Students table b) Create a query to display: a. Name b. Address c. City d. State e. Zip Code f. Enrollment Status c) Only display those students who are currently enrolled and NOT from Baltimore d) Save your query with an appropriate name e) When finished, leave query results on screen and raise your hand so I can check them ASSIGNMENT 4: CREATE A REPORT a) Go to Customers table b) Create a report for all customers, showing o Name o Phone o City o State o Discount o Customer Status c) Group the report by o Customer status, then by o State d) Sort report by name e) Choose any style and layout you desire. f) When finished, verify that the report appears correctly, that all fields are displayed and none are cut off, and then raise your hand for me to come look at it JWalk Professional Services Page 36

MS Access Lab 2. Topic: Tables

MS Access Lab 2. Topic: Tables MS Access Lab 2 Topic: Tables Summary Introduction: Tables, Start to build a new database Creating Tables: Datasheet View, Design View Working with Data: Sorting, Filtering Help on Tables Introduction

More information

Access 2010 Intermediate Skills

Access 2010 Intermediate Skills Access 2010 Intermediate Skills (C) 2013, BJC HealthCare (St Louis, Missouri). All Rights Reserved. Revised June 5, 2013. TABLE OF CONTENTS OBJECTIVES... 3 UNDERSTANDING RELATIONSHIPS... 4 WHAT IS A RELATIONSHIP?...

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit

More information

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

Microsoft. Access HOW TO GET STARTED WITH

Microsoft. Access HOW TO GET STARTED WITH Microsoft Access HOW TO GET STARTED WITH 2015 The Continuing Education Center, Inc., d/b/a National Seminars Training. All rights reserved, including the right to reproduce this material or any part thereof

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

How To Create A Database For Employee Records In A Club Account In A Computer System In A Cell Phone Or Cell Phone With A Cell Computer (For A Cell)

How To Create A Database For Employee Records In A Club Account In A Computer System In A Cell Phone Or Cell Phone With A Cell Computer (For A Cell) Creating a Database Lab 1 Objectives After completing this lab, you will know how to: 1 Plan, create, and modify a database. 2 Create and save a table structure. 3 Define field names, data types, field

More information

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior. Create a table When you create a database, you store your data in tables subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses,

More information

Field Name Data Type Description Field Size Format

Field Name Data Type Description Field Size Format Data Dictionary: tblvendor (Sample) Field Name Data Type Field Size Format Default Value Input Mask VID Text Unique Vendor Identifier 10 >L????? VName Text Vendor Name 50 VAddress Text Vendor Address 50

More information

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013 c 2015 by David W. Gerbing School of Business Administration Portland State University July 2, 2015 CONTENTS 1 Contents 1 Create a New Database 1 2

More information

Microsoft Access 2010- Introduction

Microsoft Access 2010- Introduction Microsoft Access 2010- Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

IN THIS PROJECT, YOU LEARN HOW TO

IN THIS PROJECT, YOU LEARN HOW TO UNIT 2 PROJECT 11 CREATING A CUSTOMIZED DATABASE IN THIS PROJECT, YOU LEARN HOW TO Examine a Database and Its Objects Create Tables and Set Field Properties in Design View Create Relationships Add and

More information

How To Understand The Basic Concepts Of A Database And Data Science

How To Understand The Basic Concepts Of A Database And Data Science Database Concepts Using Microsoft Access lab 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

MICROSOFT ACCESS 2003 TUTORIAL

MICROSOFT ACCESS 2003 TUTORIAL MICROSOFT ACCESS 2003 TUTORIAL M I C R O S O F T A C C E S S 2 0 0 3 Microsoft Access is powerful software designed for PC. It allows you to create and manage databases. A database is an organized body

More information

Access Part 2 - Design

Access Part 2 - Design Access Part 2 - Design The Database Design Process It is important to remember that creating a database is an iterative process. After the database is created and you and others begin to use it there will

More information

User Services. Microsoft Access 2003 II. Use the new Microsoft

User Services. Microsoft Access 2003 II. Use the new Microsoft User Services July 2007 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

Use Find & Replace Commands under Home tab to search and replace data.

Use Find & Replace Commands under Home tab to search and replace data. Microsoft Access 2: Managing Data in Tables and Creating Relationships You have created tables in an Access database. Data in Access tables can be added, deleted, and updated to be current (practiced in

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro, to your M: drive. To do the second part of the prelab, you will need to have available a database from that folder. Creating a new

More information

Microsoft Access 2007 Introduction

Microsoft Access 2007 Introduction Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

Access Queries (Office 2003)

Access Queries (Office 2003) Access Queries (Office 2003) Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 oit.wvu.edu/support/training/classmat/db/ Instructor: Kathy

More information

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt Lesson Notes Author: Pamela Schmidt Tables Text Fields (Default) Text or combinations of text and numbers, as well as numbers that don't require calculations, such as phone numbers. or the length set by

More information

Access 2007 Essentials

Access 2007 Essentials Access 2007 Essentials Sample Corporate Training Materials All of our training products are fully customizable and are perfect for one day and half day workshops. You can easily update or insert your own

More information

Chapter 5. Microsoft Access

Chapter 5. Microsoft Access Chapter 5 Microsoft Access Topic Introduction to DBMS Microsoft Access Getting Started Creating Database File Database Window Table Queries Form Report Introduction A set of programs designed to organize,

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Customized Reports using Microsoft Access 2010

Customized Reports using Microsoft Access 2010 Customized Reports using Microsoft Access 2010 If you are considering using Microsoft Access to view InfoSource data, it is assumed that the SIRI reports are not robust enough to meet your student data

More information

Introduction to Microsoft Office Access 2010

Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 The Himmelfarb Health Sciences Library Questions? Ask us. Microsoft Office Access 2010 by Himmelfarb Health Sciences Library is licensed under a Creative Commons

More information

Microsoft Access 2000

Microsoft Access 2000 Microsoft Access 2000 Level 1 Region 4 Teaching, Learning and Technology Center Kaplan, LA Activity 1 Creating a Database 1. Open Microsoft Access 2000 a. Click on START, highlight Programs, point and

More information

How to set up a database in Microsoft Access

How to set up a database in Microsoft Access Contents Contents... 1 How to set up a database in Microsoft Access... 1 Creating a new database... 3 Enter field names and select data types... 4 Format date fields: how do you want fields with date data

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

Microsoft Access 2010

Microsoft Access 2010 IT Training Microsoft Access 2010 Jane Barrett, IT Training & Engagement Team Information System Services Version 3.0 Scope Learning outcomes Learn how to navigate around Access. Learn how to design and

More information

Creating a Database in Access

Creating a Database in Access Creating a Database in Access Microsoft Access is a database application. A database is collection of records and files organized for a particular purpose. For example, you could use a database to store

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables 1. What Are The Different Views To Display A Table A) Datasheet View B) Design View C) Pivote Table & Pivot Chart View D) All Of Above 2. Which Of The Following Creates A Drop Down List Of Values To Choose

More information

What is a database? The parts of an Access database

What is a database? The parts of an Access database What is a database? Any database is a tool to organize and store pieces of information. A Rolodex is a database. So is a phone book. The main goals of a database designer are to: 1. Make sure the data

More information

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

Lab 2: MS ACCESS Tables

Lab 2: MS ACCESS Tables Lab 2: MS ACCESS Tables Summary Introduction to Tables and How to Build a New Database Creating Tables in Datasheet View and Design View Working with Data on Sorting and Filtering 1. Introduction Creating

More information

Creating a Database Using Access 2003 for Windows 2000/Me/XP

Creating a Database Using Access 2003 for Windows 2000/Me/XP Creating a Database Using Access 2003 for Windows 2000/Me/XP Starting Access 2003 Double click on the Access 2003 icon on the Windows desktop (see right), or click-on the Start button in the lower left

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

If the database that is required is similar to a template then whole database can be generated by using a template that already exists.

If the database that is required is similar to a template then whole database can be generated by using a template that already exists. Creating Tables There are many ways of creating tables; it depends on the fields required in the table and the complexity of the database to be set up as to how you create the tables. If the database that

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual Lab Manual Databases Microsoft Access 1 Table of Contents Lab 1: Introduction to Microsoft Access... 3 Getting started... 3 Tables... 3 Primary Keys... 6 Field Properties... 7 Validation Rules... 11 Input

More information

Planning and Creating a Custom Database

Planning and Creating a Custom Database Planning and Creating a Custom Database Introduction The Microsoft Office Access 00 database wizards make creating databases easy, but you may need to create a database that does not fit any of the predefined

More information

Ohio University Computer Services Center July, 2004 Microsoft Access 2003 Reference Guide

Ohio University Computer Services Center July, 2004 Microsoft Access 2003 Reference Guide Ohio University Computer Services Center July, 2004 Microsoft Access 2003 Reference Guide Overview Access is a relational database management system (RDBMS). This is a type of database management system

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences Unit 4 Introduction to Spreadsheet and Database, pages 1 of 12 Department of Computer and Mathematical Sciences CS 1305 Intro to Computer Technology 15 Module 15: Introduction to Microsoft Access Objectives:

More information

Chapter 15 Using Forms in Writer

Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer OpenOffice.org Copyright This document is Copyright 2005 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify

More information

Creating a Database using Access 2007

Creating a Database using Access 2007 Creating a Database using Access 2007 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left corner of the screen,

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Databases and Microsoft Access II

Databases and Microsoft Access II Databases and Microsoft Access II Northern New York Library Network Workshop Jim Crowley C3 - Crowley Computer Consulting 9148 State Highway 37 Ogdensburg NY 13669 315-394-7008 fax 315-394-7009 www.crowleycomputers.com

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Microsoft Access is a computer application used to create and work with databases. In computer jargon that means it s a Database Management System or DBMS. So what is a database?

More information

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009 User Services July 2009 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

SHAREPOINT 2010 FOUNDATION FOR END USERS

SHAREPOINT 2010 FOUNDATION FOR END USERS SHAREPOINT 2010 FOUNDATION FOR END USERS WWP Training Limited Page i SharePoint Foundation 2010 for End Users Fundamentals of SharePoint... 6 Accessing SharePoint Foundation 2010... 6 Logging in to your

More information

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE Prepared for MIS 6326 by Dr. Sumit Sarkar 1 MICROSOFT ACCESS A database is a collection of different types of data, stored in a manner to facilitate use in diverse ways. In Microsoft Access 2000, a database

More information

Access 2007. Using Access

Access 2007. Using Access Access 2007 Using Access 1 Contents Introduction to Microsoft Access 2007... 3 Microsoft Access 2007 features 3 Opening a database 4 Database objects 5 Opening objects 6 Working with objects 6 Saving in

More information

Microsoft Access 3: Understanding and Creating Queries

Microsoft Access 3: Understanding and Creating Queries Microsoft Access 3: Understanding and Creating Queries In Access Level 2, we learned how to perform basic data retrievals by using Search & Replace functions and Sort & Filter functions. For more complex

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

How to Use Excel for Law Firm Billing

How to Use Excel for Law Firm Billing How to Use Excel for Law Firm Billing FEATURED FACULTY: Staci Warne, Microsoft Certified Trainer (MCT) (801) 463-1213 computrainhelp@hotmail.com Staci Warne, Microsoft Certified Trainer (MCT) Staci Warne

More information

Learning Services IT Guide. Access 2013

Learning Services IT Guide. Access 2013 Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored

More information

Instructions for Creating Silly Survey Database

Instructions for Creating Silly Survey Database Instructions for Creating Silly Survey Database Create a New Database 1. Find the shortcut or the file that starts MS Access and click it to activate the program. 2. In the Create a New Database Using

More information

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports Introduction...2 Tables...3 Designing a Table...3 Data Types...4 Relationships...8 Saving Object Designs and Saving Data...9 Queries...11

More information

Utilizing Microsoft Access Forms and Reports

Utilizing Microsoft Access Forms and Reports Utilizing Microsoft Access Forms and Reports The 2014 SAIR Conference Workshop #3 October 4 th, 2014 Presented by: Nathan Pitts (Sr. Research Analyst The University of North Alabama) Molly Vaughn (Associate

More information

Microsoft Access 2010: Basics & Database Fundamentals

Microsoft Access 2010: Basics & Database Fundamentals Microsoft Access 2010: Basics & Database Fundamentals This workshop assumes you are comfortable with a computer and have some knowledge of other Microsoft Office programs. Topics include database concepts,

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

Microsoft Access 2003 Module 1

Microsoft Access 2003 Module 1 Microsoft Access 003 Module http://pds.hccfl.edu/pds Microsoft Access 003: Module June 005 006 Hillsborough Community College - Professional Development Services Hillsborough Community College - Professional

More information

Section DB DATABASE - Microsoft Access

Section DB DATABASE - Microsoft Access Section DB DATABASE - Microsoft Access About Access 2007 Access 2007 is part of Microsoft Office 2007. It is an important productivity tool for business. Microsoft Access provides an inexpensive yet powerful

More information

Introduction to Microsoft Access

Introduction to Microsoft Access Welcome to Teach Yourself: Introduction to Microsoft Access This Teach Yourself tutorial explains the basic operations and terminology of Microsoft Access 2003, a database management program. Microsoft

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Advanced Database Concepts Using Microsoft Access

Advanced Database Concepts Using Microsoft Access Advanced Database Concepts Using Microsoft Access lab 10 Objectives: Upon successful completion of Lab 10, you will be able to Understand database terminology, including database, table, record, field,

More information

Introduction to Microsoft Access 2007

Introduction to Microsoft Access 2007 Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four

More information

Access 2007. Creating Databases - Fundamentals

Access 2007. Creating Databases - Fundamentals Access 2007 Creating Databases - Fundamentals Contents Database Design Objectives of database design 1 Process of database design 1 Creating a New Database... 3 Tables... 4 Creating a table in design view

More information

CheckBook Pro 2 Help

CheckBook Pro 2 Help Get started with CheckBook Pro 9 Introduction 9 Create your Accounts document 10 Name your first Account 11 Your Starting Balance 12 Currency 13 Optional password protection 14 We're not done yet! 15 AutoCompletion

More information

Microsoft Access Part I (Database Design Basics) ShortCourse Handout

Microsoft Access Part I (Database Design Basics) ShortCourse Handout Microsoft Access Part I (Database Design Basics) ShortCourse Handout July 2004, Technology Support, Texas Tech University. ALL RIGHTS RESERVED. Members of Texas Tech University or Texas Tech Health Sciences

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Excel 2002. What you will do:

Excel 2002. What you will do: What you will do: Explore the features of Excel 2002 Create a blank workbook and a workbook from a template Format a workbook Apply formulas to a workbook Create a chart Import data to a workbook Share

More information

Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University

Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University Charting LibQUAL+(TM) Data Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University Revised March 2004 The directions in this handout are written to be used with SPSS

More information

Access II 2007 Workshop

Access II 2007 Workshop Access II 2007 Workshop Query & Report I. Review Tables/Forms Ways to create tables: tables, templates & design Edit tables: new fields & table properties Import option Link tables: Relationship Forms

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

More information

MS Excel Template Building and Mapping for Neat 5

MS Excel Template Building and Mapping for Neat 5 MS Excel Template Building and Mapping for Neat 5 Neat 5 provides the opportunity to export data directly from the Neat 5 program to an Excel template, entering in column information using receipts saved

More information

- Suresh Khanal. http://mcqsets.com. http://www.psexam.com Microsoft Excel Short Questions and Answers 1

- Suresh Khanal. http://mcqsets.com. http://www.psexam.com Microsoft Excel Short Questions and Answers 1 - Suresh Khanal http://mcqsets.com http://www.psexam.com Microsoft Excel Short Questions and Answers 1 Microsoft Access Short Questions and Answers with Illustrations Part I Suresh Khanal Kalanki, Kathmandu

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information