INTRODUCTION TO THE ACCESS DATABASE Keeping student records

Size: px
Start display at page:

Download "INTRODUCTION TO THE ACCESS DATABASE Keeping student records"

Transcription

1 6 INTRODUCTION TO THE ACCESS DATABASE Keeping student records LEARNING OUTCOMES In this tutorial you will learn about databases in general and about the Office 2016 Access database in particular. The concept of a database is not quite as easy to grasp as that of a word processor or a spreadsheet. So if this is the first time you are learning about databases you might like to read over the lesson first, away from the computer, and perhaps highlight the text to ease understanding. Specifically, this tutorial will introduce you to the following: the general idea behind a database planning a new database creating a database template adding records to a new or existing database viewing the data in a database clearing entries and records from a database making a backup copy of a database A caveat before you begin: You'll find it easiest to use the tutorial if you follow the directions carefully. On computers there are always other ways of doing things, but if you wander off on your own be sure you know your way back! 6.1 AN OVERVIEW OF THE DATABASE CONCEPT Access 1 the database component of Microsoft Office 2016 is designed to help an organization collect, organize, manage, and access institutional data in such a way that it can be quickly accessed and made available to users in a variety of useful ways. Not unlike a manual filing cabinet, a database enables you to: collect together sets of related data and, as long as you are careful and conscientious, keep the data organized; 1 Access is a professional-strength object-oriented relational database management system. 212

2 Lesson 6: Introduction to the Access Database update the data once you've collected them, adding or deleting records, sorting them, or changing the contents of existing records. But as anyone who has had to maintain a manual filing cabinet knows, keeping things both current and accessible in a desired chronological, alphabetical, or topical order, for example by hand can quickly become a nightmare if maintenance is not carried out with great efficiency and considerable care. A database, however, is an electronic filing cabinet that has been programmed to make it easy for you to quickly work with the data read them, sort them, create reports, merge the data with other documents, and so forth at the touch of the keys on a keyboard. How is an Access database organized? The various types of database objects that you can create using Access Tables, Queries, Forms, and Reports are listed in the All Access Objects menu in the left hand frame of the database window, as illustrated in Fig Fig. 6.1 The Access database objects Let s take a look at each of these objects now to see how they can be used to help you organize and access the information collected into a database (in this case a database of information about different birds). A Table is the fundamental object in a relational database and tables use rows and columns to present the data rather like a spreadsheet. For this reason, when you view the data as a table in an Access database, you are in what Access calls a Datasheet View. You will learn about Tables and Datasheets in this lesson, as well as how to use the Design View to create a table, add fields to a table, and define the type of data that is in a specific field. 213

3 A Query makes a request to the database, asking it to find some specific data that are stored in the database. You will learn more about queries in Lesson 7. A Form gives the user another way of looking at the data in the database. Whereas a Table allows the user to view many records at once, a Form displays the contents of just one record at a time. Forms are very useful for entering data into new records or updating the data in existing records. You will learn about Forms in this lesson. A Report is used to present a selected set of information from a database in a format that is neatly laid out and thus easier for the user to mentally digest. You will learn about reports in Lesson 7. The general terminology used to describe data storage Words are our stepping stones to knowledge. For the most part, personal computers today still use electronic disks and drives of one sort or another to store data. The Windows computer operating system, like other operating systems, organizes data hierarchically on the disk using documents or files which are usually stored in directories or subdirectories that are part of the overall directory file management system. Within documents, different terminology is used to describe the organization of data depending on the type of document in question. Word processed documents organize the data (mostly text) in paragraphs and sentences; Spreadsheet documents organize the data (mostly numbers) in rows and columns; Databases organize the data (of all kinds) into records and fields. Access database terminology An Access database is able to contain thousands, hundreds of thousands, even millions of records, depending on the purpose for which the database has been designed. A teacher may have dozens of records in his or her class databases; a school district may well have hundreds or thousands of records to collect and maintain; a company like GM will have hundreds of thousands, maybe even millions of records in multiple databases containing information about employees, products and other kinds of data going back decades; a US government office, such as the IRS, will surely have databases with millions of records. Maintaining masses of data such as this is hard. Actually, maintaining even small amounts of data is hard, so it s not surprising that the computer has been brought to the rescue of those of us who want to manage data. To avoid a hodge-podge of data organized at random, people have come up with the idea of organizing data into records. Records contain fields. Each field contains entries made up of text and numbers, which are the basic building blocks of data. For example, let us say you have given a student an assignment to study birds and to build a database to store the data collected. The student decides to set up a record for each bird sighted. Each record will include several field names, such as Common Name of the bird, Type (Family) of the bird, Size of the bird, Habitat, etc. A field name such as Common Name, for example, might contain the entry "Seagull" or Red Ibis. A database thus contains records; records have fields; the fields contain entries. These entries are made accessible by the Data View (Table), Form, and Report functions of the Access database. At the end of a school year, for example, a student would be able to use the word processor (Word) to write a relatively sophisticated paper, and merge into the paper some of the data collected in the database of Birds information. The student might well also add illustrations of the birds. 214

4 Lesson 6: Introduction to the Access Database 6.2 LET S GET PRACTICAL It will be useful for you at this stage to see an actual Access database on the computer. Make sure you have the USB drive with your Work Files for Office 2016 available on your computer, then open Access 2016 (Start > All Programs > Microsoft Office > Access 2016) and, in the File menu select Open Access will display the Backstage View (Fig. 6.2). Fig. 6.2 Access Backstage View Since you haven t opened any Access files recently, you are told to click on Open Other Files. In the Backstage View dialog box click on Open Other Files This brings up the Open window, still in the Backstage View. 215

5 In the Open window, click on Browse to bring up the Open dialog box On your USB flash drive navigate to the Work Files for Office 2016 > Access Files folder The database document named Birds is listed in the dialog box (Fig. 6.3), so double click on it to Open it Fig. 6.3 File menu Access displays a Security warning (Fig. 6.4), indicating that Some active content has been disabled. Fig. 6.4 Security warning It s a standard security warning from Microsoft to alert you to the fact that the database does not contain a digital signature validating its authenticity. You needn t worry about this with regard to the Birds database we ll be working with, but it is good for you to know that Microsoft is watching out for you to protect your computer from infiltration by viruses and so forth. You can remove that warning for now. In the Security warning box, click on Enable Content 216

6 Lesson 6: Introduction to the Access Database Now you see the Access Objects listed in the menu on the left side of the database window (Fig. 6.5) represents one of the possible ways to view the data in the Birds database. These are the two objects currently in the Birds database (one Table and one Form) Fig. 6.5 How do you want to view the data in the database? You can view the data as a form, record by record, as illustrated in Fig Fig. 6.6 The Form View of the database This Forms view lets you review the records one by one. You use the tools in the lower left of the Forms window to toggle from one record to another in the database. 217

7 On the other hand, you can view the data as a Table, where the data for all the records in the database are displayed in columns or as a list (Fig. 6.7). Fig. 6.7 Records listed in Table View Let s use the Table view now to look at different sets of data in the Birds database. If you didn t already do so, in the left frame of the Birds database window double click on the BirdSightings table (see Fig. 6.7 above) In the upper left corner of the Table or Form s window, in the window s Title bar, you see the Table or Form name BirdSightings (Fig. 6.7 above). In the lower left of the Table window are tools to toggle through and access specific records in the database. Fig. 6.8 illustrates what each of these navigation tools does. Fig. 6.8 Navigation tools in the Access database There are 50 records in the Birds database. The field names (Common Name, Family, Size, etc.) are at the top of each column of data (Fig. 6.7 above). As you can see, the screen is not big enough 218

8 Lesson 6: Introduction to the Access Database to allow you simultaneously to see all the records in the database. If you want to scroll through the records or look at any specific record, you have several options. You can use the scroll bar on the right of the screen to scroll through the records. Try this now To move one by one through the records, you can click left or right on the arrows in the navigation tools in the lower left of the window (Fig. 6.8 previous page). Try this now To go directly to a specific record, you can select the number of the record you want to view by typing the number of that record in the small data entry box between the arrows (Fig. 6.8). Try this now to select record 12 (type the number 12 in the box then hit Enter) In the Home Ribbon > Find Group, you can use the Go To tool and go to either the First, Previous, Next, or Last record, or you can opt to create a New record. Try this now 6.3 PLANNING A NEW DATABASE So much for the nuts and bolts of databases. You are now ready to get your feet wet planning your own database of student records. Click on the File menu and select Close to close the Birds database It will be good for you to start from scratch for the next database exercise. Before you develop a new Access database, you need to have made up your mind where you are going to save the new database (which disk drive are you going to use?) your hard disk drive or an external drive such as a USB Flash drive or Thumb drive, for example. Make sure you know where you are going to save the new database before you proceed. If you are completing this exercise in a computer lab at your school, your instructor will advise you what to do. There are three rules of database design: Rule 1 Plan; Rule 2 Plan; Rule 3 Plan! The more complex the data, the more you need to plan. But even the simplest database should be thought through on paper before being created in Access. Poor planning often results in a database that fails to meet longer term needs. So think about your database ahead of time and PLAN!! Points to ponder when planning a database When planning a database, the rule of thumb that should guide you is this: it becomes increasingly difficult to make changes to anything the further along you go. If you think about it, this is true of anything you create. Here, then, are some words of wisdom that you should bear in mind when designing a database. 219

9 If you take your time up front it will save time later on The database you create will have a long, useful life if you take time to plan it carefully. After you have decided on the fields to include with each record, and before you create the database, you should still invest time designing layouts for reports. Thinking about reports will cause you to think about what data you plan to put in the database. Teamwork helps During the planning stage, run your ideas by others who are familiar with the kind of database you have in mind. Network among your colleagues and friends. Tell them what you have in mind. Ask them to review your design. You'll be surprised how many valuable ideas they'll come up with that may have escaped you if you had relied on your own resources. Another good idea is to involve your students in the design. This will help them learn skills that will benefit them throughout their lives. Keep fields simple The more "atomic" your fields the more flexible will be your database. Atomic here means "reduced to its simplest form." For example, in a database of names and addresses, you would keep each part of the person's names (first, middle, and last) as a separate field. Lumping the whole name under one field limits your options. The first name should be stored by itself; the same for the middle name and last name. You can print a listing last name first or first name last, with or without the middle name, and so on. By keeping the data Atomic you will have a wider range of choices when working with the data in the database. Design guidelines for a Student Roster database You have to build a database for a Student Roster. Let us say that your planning has helped you decide the following about the database and its use: You have decided that the database will be accessible to, and managed by, your students. Each of them will enter their own data at the beginning of the year. You will advise them that they are not obliged to fill out every field that it is OK to leave entries blank. Privacy is an important issue to which our students need to be sensitized. We need to take every opportunity to teach them that they should exercise control over data about themselves. They must make decisions about what is, and is not, privileged information. In a world where, inevitably and increasingly, personal data will be available to whoever wants to use it, our students must learn early on in their lives that they have a responsibility to keep tabs on their own personal data so as to ensure, as far as is humanly possible, that the data are correct at all times. Managing their own records on the class database will give them valuable experience in dealing with issues of privacy such as this. You have decided on a list of fields for each record in the database (illustrated later in Table 6.1). You have decided that all the fields will be treated as simple text, except the Date of Birth field, which will be of Date type, and the Brothers and Sisters fields, which will be of Number type. When you declare a field as Date type you can later sort the records in the database chronologically, which has its uses. Likewise, if you declare fields as a Number type you can later sort them numerically. You can also manipulate numeric data mathematically, creating totals, averages, and so forth. You have decided that in your class you will designate one student per week as the database manager. A schedule will be drawn up for this purpose at the beginning of the year. As far as possible, any interaction with the database, including the teacher's interaction, will be 220

10 Lesson 6: Introduction to the Access Database monitored by that student unless this is inappropriate for reasons of privacy. Other students may use the database only when the student manager is present. You have decided that the database manager (one of the students in your class) will check the database for items of interest (birthdays, etc.) for the week he or she is in charge, and will interact with the rest of the class to decide how to recognize such items of interest. You have decided that the last activity on the database at the end of each week will be the process of making a backup of the database. This will be necessary because changes to data can occur at any time (a student has a new brother or sister, for example). This would be done by the student database manager under the teacher's supervision. You could add other features in an actual working environment. With all this in mind, you are ready to create the database which will hold your student records. 6.4 SOME HINTS BEFORE CREATING THE DATABASE TEMPLATE You are going to start a new database of Student Records. Access should be open on your screen, so click on the File menu and, from the menu, select New Access now presents you with the Backstage View, inviting you to select from among several different types of database templates. The one you want is Blank desktop database. Click once on the icon for Blank desktop database You are now presented with a dialog box asking you to name the new database (Fig. 6.9). This is the Browse button Fig. 6.9 Naming the new database and deciding where to save it 221

11 In the File Name data entry box type Student Records Template, then click on the Browse button next to the File Name box (Fig. 6.9 above) In the File New Database dialog box that pops up, navigate to your USB flash drive > Work Files for Office 2016 > Data Files folder and double click to open it Inside the Data Files folder, you need to create a new folder for the databases you are going to build. You ll recall doing this in earlier lessons when you created a folder for your word processed documents and another for drawing documents, and then another for spreadsheets. Here are the steps to remind you how to create a new folder for your databases. In the File New Database dialog box (Fig. 6.10), click on the New Folder icon and type the folder name Database Documents First click on the New Folder icon then type the new folder name Database Documents Notice that you already named the new Database Student Records Template Fig Creating a new folder for your databases Double click on the new Database Documents folder to Open it, then, still in the File New Database dialog box, click on OK to set up the location on disk of the new (as yet empty) Student Records Template database 222

12 Lesson 6: Introduction to the Access Database For the last step, you need to click on the Create button in the Blank desktop database window (Fig. 6.11) Fig Final step in creating a new database Access now displays the newly created Student Records Template database (Fig. 6.12). Right click on the Table1 Tab and select Design View from the context menu Fig The newly created Student Records Template database Notice that the Tables object is selected in the frame on the left side of the Access window. A Table is the default object in a new Access database. Now right click on the Table1 tab (Fig above) and, in the context menu that pops up, select Design View Immediately you are asked to provide a meaningful name for the new table (Fig. 6.13). Fig Naming the new database table 223

13 Type the name Student Records Table and hit OK You ll notice that Access now lists the Student Records Table as one of the Table objects in the left hand frame of the database window. You also will see the Table Design View for the new Table named Student Records Table (Fig. 6.14). Select the Data Type for each field in this column You ll type the Field Names in this column You'll select Field format information down here Here you'll find helpful hints as you go along Fig Design View on Student Records Table On the screen, Access is waiting for you to begin typing in the field names. The cursor is located in the first data entry box in the Field Name column, prompting you to type in a name for your first field. Access field names can be up to 64 characters in length, by the way, more than enough for any purposes. Before you enter the field names, however, read what follows. Editing field names Table 6.1 on the next page provides you the complete list of all the field names for this Student Records database (which will initially be a template that you will out with actual student data at a later time. Remember, you re building a template so that you can use it for other student record databases at a future date. You can easily change, add or delete fields at any time, though the purpose of planning is to try your best to avoid having to make significant changes after the database has been created. Selecting the data type of a field As illustrated in Fig above, after typing in the field name in the first column, you ll need to enter the field's data type in the second column. Table 6.1 below has all this information, too. Setting up predefined entries for a field To reduce the likelihood of bad data getting into the database, you can limit the user's choices when they enter the data for a particular field. For example, when they enter the Gender, you can limit the choices to M(ale) or F(emale). In the database you re going to build for this tutorial, 224

14 Lesson 6: Introduction to the Access Database you'll be pre-defining the City and State fields as well. The tutorial will explain how to do this as you go along. 6.5 CREATING THE DATABASE TEMPLATE Entering field names for the database Table 6.1 below contains the complete list of field names for the Student Records Template database. Field Name Data Type Required Length Comments First Name Short Text Yes 20 Middle Name Short Text Yes 20 Last Name Short Text Yes 20 Home Contact Short Text Yes 20 Nick Name Short Text No 20 Gender Short Text Yes 1 Use Lookup Wizard to predefine data Address Line 1 Short Text Yes 50 City Short Text Yes 25 Use Lookup Wizard to predefine data State Short Text Yes 2 Use Lookup Wizard to predefine data Zip Code Short Text Yes - Use input mask to specify the format Phone Number Short Text No - Use input mask to specify the format Date of Birth Short Text Yes - Use input mask (Short Date) format Brothers Number No - Sisters Number No - Place in Family Number No - Clubs Long Text No 200 Hobbies Long Text No 200 Favorite Sports Long Text No 200 Favorite Subjects Long Text No 200 Table 6.1 Template Field Name listing You'll be referring to this Table frequently as you work your way through the next several pages, so you might like to bookmark Table 6.1 so that you can find the Table easily when you need to. Here are some directions to help you along the way: Type only the Field Names that appear in the first column of Table 6.1 (there are 19 field names in all). The second column tells you what Data Type to choose (from a drop down list that pops up when you click on the down arrow at the right side of the entry box. The other columns in the table (Required, Length and Comments columns) are there to help you as you enter each field name and data type and explain whether data is to be "Required" for that field and what size (in text characters) the field is allowed to 225

15 be, along with tips on what to do. The idea here is to help the eventual users of the database when they come to enter student data into the fields. Click in the first entry box in the Field Name column, backspace twice to remove the default 1 field name ID, then type First Name for the field name (Fig. 6.15) Area to define the Properties for each Field Look here for help Fig Field Properties and Help Notice that, in the lower right section of the Student Records Table window, Access provides help to guide you as you enter the data for each field in a record. Read this help as you go along. If you take a look at Table 6.1 on page 225, the Length column specifies the number of characters (Field Size) required for several of the fields in the database. Check Table 6.1 to find out the correct Field Size for the First Name field (20 characters) Now, look down at the lower left of the Access Design window (Fig. 6.15), where you can see a list of Field Properties, along with data entry boxes to specify Field Size, Format, and so forth 1 ID would normally be a numeric Primary Key for the database, but this primary key is not necessary for our small database of student records. 226

16 Lesson 6: Introduction to the Access Database In the Field Size box type 20 (so as to allow up to 10 characters for the First Name) Hit the Tab key to move the cursor over to the Data Type column, click on the down arrow to the right of the box, and select Short Text as the data type For the First Name field, and for several other fields (again check out Table 6.1) you want the user to definitely fill in an entry in other words, an entry is required. You don t want the field left blank. Here s how you can ensure that this happens in your database. In the Field Properties area (Fig on the previous page), double click in the data entry box next to Required in order to toggle (switch) the entry from No to Yes Since you must have a First Name, you don't want it to be zero length so, again in the Field Properties area, make sure the entry Allow Zero Length is set to No Now go back up and click in the next Field Name box (below the First Name box) so you can enter the next field name In the next successive field name boxes enter the following: Middle Name (with a Field Size of 20 characters and a Data Type of Short Text); enter Yes in the Required Field Property and No in the Allow Zero Length Field Property Last Name (20 characters, Short Text); enter Yes in the Required Field Property and No in the Allow Zero Length Field Property Home Contact (20 characters, Short Text), enter Yes in the Required Field Property and No in the Allow Zero Length Field Property Nick Name (10 characters, Short Text), but leave No in the Required Field Property box and Yes in the Allow Zero Length Field Property box, since a Nick Name is optional Using the Lookup Wizard to specify selected values for a field The next series of steps show you how to specify pre-selected values for a field. For the database fields Gender, City, and State (see Table 6.1 on page 225), the values that should be entered are predictable. For the Gender, it will be M or F, for example. For the City, it will be a couple of the towns or cities where your students live. For the State, it will be the abbreviation for the state in which your students live. In the next Field Name box, enter the field name Gender and hit Tab Now click on the down arrow in the Data Type box and select Lookup Wizard in the drop down list 227

17 In the Lookup Wizard dialog box (Fig. 6.16) click on the radio button next to I will type in the values that I want., then click on Next > Fig Opting to enter the values yourself In the next Lookup Wizard dialog box (Fig. 6.17), leave the default 1 for the Number of columns, hit Tab (or click in the data entry box under Col 1) and type M (for Male) Fig Entering the values for the Gender field 228

18 Lesson 6: Introduction to the Access Database Hit Tab or click in the next data entry box in the Col 1 column, and type F (for Female), then click on Next > to go to the next step in the Wizard There s no need to change the label for the Lookup column (Gender), so click on Finish in the dialog box Hit Tab twice to go to the next empty Field Name data entry box (after Gender), type the field name Address Line 1, hit Tab, leave the Data Type as Short Text then, in the Field Properties area, type 50 for the Field Size and make it a Required field, with No for the Allow Zero Length option Now you are going to use the Lookup Wizard to define a set of common data if your students all come from the same one or two towns, a likely scenario in any school district. If you teach in a public school in the United States, your students also will all live in the same State. So, for the City and State fields you ll use the same steps as you did to create the Gender field. Click under Address Line 1, type the field name City, hit Tab, select Lookup Wizard for the Data Type and follow the same steps as you did for the Gender field to enter the names of a couple of local cities or towns you decide which cities or towns and how many Create the State field with the Lookup Wizard Data Type, too, and enter the initials for your state as the value for the list Make both the City and State a Required field, with No for the Allow Zero Length option You will see later that the city or cities you name, along with the State, automatically will appear as selections when entering data into those fields in the database. Using an input mask to control the format for a field It is important to make sure that certain fields have a consistent format. This is true of fields such as zip codes or phone numbers, for example. You can have Access help you control the way the user enters data for such fields by using an input mask, which forces the user to enter the data in a specific way. If the user makes an error, the system will make an audible beep to draw attention to the error. This reduces the likelihood of incorrect data getting into the database. A zip code, like a telephone number, is a good example of a field which has a very specific format. For this reason, it s a good idea to use a Field Property Input Mask to help the user enter the zip code in the correct format. So, let s see how this works with the Zip Code field, which is next in the list of Field Names (see again Table 6.1 on page 219). In the list of field names, click in the data entry area under State, type the field name Zip Code, then hit Tab to move the cursor to the Data Type field box and make sure Short Text is selected for the Data Type The rule for Input Masks is this: You can only use an input mask with Text or Date/Time data types. This makes sense, if you think about it. If the Zip Code is entered as Number type it will be treated as a mathematical (numeric) data type. Thus, the hyphen (-) between the two halves of the zip code will act as a math operator, resulting in the subtraction of the second half of the zip code from the first and returning the result of the math operation! 229

19 In the lower left section of the Design window, in the Field Properties area, click in the Input Mask data entry line noticed that this brings up ellipses ( ) at the end of the data entry line (Fig. 6.18) Ellipses Fig When you click in the Input Mask box, ellipses ( ) appear in the data entry line Now click on the ellipses (...) that pop up at the right end of the data entry line Access will prompt you to Save the table at this point so that you do not lose the work that you have completed, so click Yes to Save the Table, then click on OK Now click on the Zip Code input mask in the Input Mask Wizard dialog box (Fig. 6.19) Fig Zip Code input mask 230

20 Lesson 6: Introduction to the Access Database To see how the mask works, click in the Try it box try entering a zip code with more than 9 digits The system will beep if you try to do so, thus showing you the purpose of the input mask, which is to help users enter data correctly when they fill out a student record). The Wizard asks you if you want to change (Edit) the input mask for the Zip Code (Postal Code). If you live in the United States, you can skip the next set of directions. If you live in a country other than the United States, you may well use a different format for your postal code, so go ahead and click on the Edit List button (Fig above), enter the format of your choice, then click on Next > The Wizard now asks you, in a new dialog box (Fig. 6.20), if you want to change the input mask for the Zip Code. It also asks you to decide if you want to select a placeholder character to help the user when they enter zip codes into the database. Fig Option to change Zip Code input mask The underline character is the default, as you can see, so accept it as the placeholder character for the Zip Code field, then click on Next > to proceed to the next step in the Wizard 231

21 In this last step in the Input Mask Wizard, click in the radio button to select With the symbols in the mask, like this: (Fig. 6.21), then click on Finish Fig You want to keep the symbol in the mask when you save the data For the other Zip Code Field Properties, make the Zip Code a Required field with No for the Allow Zero Length option Practice makes perfect You next need to follow the same steps to use an input mask for the Phone Number field. Remember to select Short Text as the data type for the Phone Number. Click in the data entry box below Zip Code and type the field name Phone Number Make sure Short Text is selected for the Data Type, and make the Phone Number a Required field with No for the Allow Zero Length option, then click in the Input mask Field Properties data entry box Now click on the ellipses (...) that pop up at the end of the data entry box and click on Yes to Save the Table when Access prompts you to do so Next, in the Input Mask Wizard dialog box, click on the Phone Number input mask and click on Try it to see how the mask will look The Wizard asks you if you want to change the input mask for the Phone Number. If you live in the United States, you can skip the next instruction. 232

22 Lesson 6: Introduction to the Access Database If you live in a country other than the United States, you may well use a different format for phone numbers, so go ahead and click on the Edit List button and enter the format of your choice, then click on Next > You also need a placeholder character, which will guide the user when they eventually enter phone numbers into the database. Click on the underline character, as you did for the Zip Code, to select it as the placeholder character for the Phone Number field Click on Next > to proceed to the next step in the Wizard, then click in the radio button to select With the symbols in the mask, like this: Click on Next > to proceed to the next step in the Wizard, and click on Finish For the Date of Birth field, which is next in the listing in Table 6.1 on page 225, you want to apply an input mask for it, too, but this time you will select Short Date as the Data Type for the field. Follow the same steps as you just did for the Zip Code and Phone Number fields, except select Short Date as the Data Type for the field Entering the remaining fields in the database Complete the remaining fields in the database Clubs, Hobbies, Favorite Sports, and Favorite Subjects each of which will be Long Text data type, allowing 255 characters in the field entry Long Text lets the user type a longer entry if desired. Some students are involved in several sports, for example; others may have several hobbies. When you have completed the entries for all 19 field names, right click on the Student Records Table tab (Fig. 6.22) and, in the pop up context menu, click on Save Student Records Table tab Fig The Student Records Table tab 233

23 6.6 COMPLETING PREPARATION OF THE DATABASE TEMPLATE Creating a Form for the new database The following exercises will help you learn how to prepare a database Form. A Form is a database object which allows you to view the data one record at a time, unlike a Table where you can view the data as a continuous list of records you may recall how the Table looked in the Birds database that you checked out at the beginning of this tutorial. A Form is a convenient tool for data entry purposes because it allows the user to see all the Fields in a single record at one time, unlike the Table view (the Datasheet View), which will often be unable to show all the data fields of a single record across the screen. Let s create a Form for our Student Records Template database now. Click on the Create Ribbon > Forms group In the Forms Group, click on the Form Wizard tool to bring up the Form Wizard dialog box (Fig. 6.23) Click this button to transfer all the fields at one time Fig The Form Wizard tool in the Forms group of the Create Ribbon The Wizard will help you design the Form based on the fields and data types (including input masks) you have selected. You'll begin by telling Access to include all the Available Fields in the Form. Click on the double arrow icon (Fig above) in order to transfer all 19 Fields across to the Selected Fields: scroll box, then click on Next > 234

24 Lesson 6: Introduction to the Access Database Fig All the Available Fields have been transferred to the Selected Fields box The Form Wizard now asks what layout you want for the new Form (Fig. 6.25). Fig The Form Wizard layout options dialog box Columnar layout will work well for our purposes, and that is the default. But check out the sample layouts by clicking on each of the radio buttons in the Form Wizard. With the Columnar radio button selected, click on Next > again 235

25 In the next dialog box, the Wizard asks you to name the new Form and also whether you want to modify the design in any way (Fig. 6.26). Fig Option to name and modify the form For the Form s title, type Student Records Form (not Table), and make sure the radio button next to Open the form to view or enter information. is selected (Fig. 6.26), then click on Finish Access now displays the Wizard s default layout for the Form (Fig. 6.27). Right click on the Student Records Form tab to Save the form Fig The new form in Form View 236

26 Lesson 6: Introduction to the Access Database Right click on the Student Records Form tab (see Fig above) and click on Save in the pop up context menu If you wanted to, you could make changes to the layout of the Form you see on the screen. But the default layout is fine in this case, so we ll leave well alone for now. Later, in Lesson 7, you will learn how to make layout changes to forms such as this when you learn how to create new reports. Now is where all your hard work pays off. You should see the new form on your screen, and it should look something like Fig on the previous page. You can now go ahead and start adding records to the new database. 6.7 ADDING RECORDS TO A NEW OR EXISTING DATABASE Creating a new database based on the Student Records Template database The Access database called Student Records Template is so named because you want to use this same template document (with its table Student Records Table) and data entry form (Student Records Form) over and over for class records in the years ahead. Before you start adding data about this semester s or this year's students, you need to create a new database using this template as the model. You will use a copy of the original template to store actual student data for a hypothetical class (or a real class, if you are a practicing teacher). The original template will remain unchanged so that you can use it in the future as the basis for other class databases. How you name documents is important. For the sake of this exercise, you're going to call the new database Roster 2016 (or some other appropriate name if you prefer). The name indicates that the document will contain the database of student records for a 2016 class. If you are currently teaching, feel free to use a different name if you want to use this tutorial to build an actual database for your own class. Wherever we refer to Roster 2016, substitute the name of your choice. The Student Records Template database should still be displayed on your screen (you already saved it). You can have only one (1) Access database open at a time, so Access will automatically close the Template database when you start to create a new one. In the File menu select New and click on Blank Desktop Database (Fig. 6.28) Fig Opening a New database 237

27 In the New database dialog box that pops up (Fig. 6.29), type the new database name Roster 2016 Browse button Fig Browse button Click on the Browse button and navigate to your USB drive > Work Files for Office 2016 > Data Files folder, then open the Database Documents folder (which is where you are going to save the new Roster 2016 database) Click OK then, back in the Blank desktop database dialog box, click on the Create button Importing a Table You are going to start by importing the table called Student Records Table from the Student Records Template database. This will save you having to recreate the table all over again with the Field Name data for the new class of students that you are going to enter into the Roster 2016 database. Notice, however, that there is already a default Table called Table1 listed as an object in the left hand column of the new database window (Fig. 6.30). Before importing the table from the Student Records Template database, you need to delete this Table1, which you can do by simply closing it. Right click on the Table1 Tab (Fig. 6.30) and, in the pop up menu, select Close Right click on this Table1 Tab and, in the pop up menu, select Close Fig Closing and deleting the default Table1 238

28 Lesson 6: Introduction to the Access Database Now, in the External Data Ribbon > Import & Link group click on the Access icon (Fig. 6.31) in order to import an existing Access database table, form, or report Fig Importing an Access database from an External Data Source In Get External Data Access Database (Fig below), click on the Browse button then, in the File Open dialog box, navigate to your USB drive > Work Files for Office 2016 > Data Files > Database Documents folder Double click on the Student Records Template database to Select it and, in the Get External Data Access Database dialog box, notice that the path to your Student Records Template is in the File Name box (Fig. 6.32), and click on OK Fig Get External Data Access Database dialog box 239

29 Now you should see the Import Objects dialog box (Fig. 6.33) Fig Import Objects dialog box In the Import Objects dialog box, make sure the Tables tab is selected, then click on the Student Records Table and click OK There s no need to save the import steps you just carried out, so click on Close to close the Get External Data Access Database dialog box The Table has now been imported from the Student Records Template into your Roster 2016 database (Fig. 6.34). Fig Student Records Table imported into the Roster 2016 database Now you need to import the form you created for the template database. Importing a Form Here now are the steps to import the Student Record Form from the Student Records Template database. 240

30 Lesson 6: Introduction to the Access Database Once again, in the External Data Ribbon > Import & Link group click on the Access icon to import an existing Access database table, form, or report In the Get External Data Access Database dialog box, Browse to your USB Drive > Work Files for Office 2016 > Data Files > Database Documents folder Double click on the Student Records Template to Select it and, in the Get External Data Access Database dialog box, click on OK Now you should again see the Import Objects dialog box. In the Import Objects dialog box, first click on the Forms tab (Fig. 6.35), then click on the Student Records Form to select it, and click OK Fig Importing the Student Records Form No need to save the steps you just carried out, so in the next dialog box click on Close The Form is now imported from the Student Records Template into the Roster 2016 database (Fig. 6.36). Imported Table and Form Fig Student Records Form imported from the Student Records Template 241

31 The Roster 2016 database now has a Table and a Form identical to the table and form that you created for the Student Records Template database. You can add student records to the database any time you like. So if you are not yet ready to insert new records at this stage, you can close the database. If you want to start entering data now, you can proceed with the tutorial. There s not much more to do. Entering the data for the records in the database document You should still have the Roster 2016 database open, so double click in the left hand frame on Student Records Form to open it Remember that each record in the Roster 2016 database is made up of the data for a full set of 19 entries for each student. If you are an in-service teacher, and you want to add the data for the students in your class, you should practice entering at least one or two records on your own. But you might then want to see how your students can handle this job. There is a lot of data for each record after all. If you have a Windows computer in your home room, and you have Access installed, get your students involved in the data entry process. They will enjoy it, and you will be able to delegate an otherwise tedious task. If you are a student teacher, you may or may not have the opportunity to complete this exercise with a real class. Whatever the case, you will need to enter a few records at this stage (five will do nicely for now) so that you can complete the rest of this tutorial. Begin by selecting the First Name field of record #1 by clicking in the data entry box (the cursor is probably waiting there, unless you have already clicked elsewhere) Type in the First Name of one of the students in your roster The names don't have to be in any particular order since you can quickly sort them later on. Check the name you just typed. Is it correct? If so, hit the Tab key to proceed to the next field (you'd press Shift-Tab if you wanted to move to a previous field) Notice that the data are now stored in the data entry box for the First Name field in Record 1. If you wanted to correct the data, you would do so by clicking in the data entry box and then make any changes as if you were in the word processor. Continue entering data for Record 1 (the data for the first student in the roster); make up the data as you go along if you don't have actual students in mind Adding a New Record to the database After you type the last field entry for each record, press Tab, and Access will automatically present a new record Form Access will also automatically save each completed record into the database on your disk, so you don t have to worry about losing your work as you go along, and you also won t need to save the database at the end. Type the entries into each field one by one; be sure to press the Tab key after each entry to get to the next field (eventually you should have at least 5 records in the Roster 2016 database) 242

32 Lesson 6: Introduction to the Access Database Adding a record to an existing database is just the same. New records are always added at the end of the database. If you want the new record to appear in a specific place in the Datasheet view you would use the Sort function. You'll learn how to do this in Lesson 7. The new record will always have the same layout and format characteristics as the others in the database. Also, remember that Access automatically saves a new record in the database after you have filled in the data for every entry. 6.8 VIEWING THE DATA IN THE DATABASE Here are some of the ways to move about in a database. Access makes it easy for you to get around. Take a few moments to move from field to field and from record to record. Try these exercises. Click anywhere in the data entry box next to a field name This allows you to edit or add data if needed. Hit the Tab key to move to the next field in the same record To move to the same field in the next or previous record, click on the left or right arrows in the Navigation tools at the bottom of the Form window (Fig. 6.35) Fig The Access database navigation tools In Lesson 7 you will learn other ways of searching through the database, along with other ways of selecting sets of records from the database, and so forth. For now, as a final exercise in Lesson 7, let's just learn how to update (change) the data in an Access database record. 6.9 UPDATING ENTRIES AND RECORDS IN THE DATABASE The following exercises will give you the opportunity to practice working with the data in a database. Updating the contents of a field (one item of data in a student record) You should still be looking at the Student Records Form To change the contents of a field in a record, click on the field data entry box, then erase characters or words in the same way as you would if you were in the word processor. 243

33 Deleting (clearing) a record In order to delete a single record from a database, you would select the record that you want to remove, then, in the Home Ribbon, select Delete Record from the Delete menu in the Records Group menu. Try this for practice. Click on the second record in the Roster 2016 database to select it In the Home Ribbon > Records Group, from the Delete menu select Delete Record Access will warn you that you are about to delete a record and will tell you that you will not be able to undo the deletion. This gives you the opportunity to change your mind, which you can do in this case. Access will otherwise immediately permanently remove the record if you click on Yes. Click on No in the dialog box Deleting several records at once You can use the Datasheet View to clear several records that are listed next to each other. To delete several records at one time here s what you do. You need to be in the Datasheet View of the database, so, in the left hand frame, double click on Student Records Table Now drag in the left hand margin of the Table to highlight any two adjacent records that you want to delete In the Home Ribbon > Records Group, from the Delete menu select Delete Record The database will warn you that you are about to delete however many records you have selected, and will ask you if you are sure you want to do this. You don t, so click on No in the dialog box Bear in mind that the Delete Record command completely removes a record, such that it is irretrievable SAVING A BACKUP COPY OF YOUR WORK Your last task before completing this session at the computer is to make a backup of your Student Records Template and Roster 2016 databases. The Roster 2016 database is still open. Both databases are also saved in the Work Files for Office 2016 on your disk, which should still be in the disk drive. It s usually best to make a backup on another disk (or even in Microsoft s Cloud, if you have access to that). But for this exercise we ll just rename each of the databases and save them in the same folder as the original. Let s make a backup of the Roster 2016 database first. Go to File > Save As > Save Database As then click on the Save As button to Browse to your USB drive > Work Files for Office 2016 > Data Files > Database Documents folder Name the file Roster 2016 Backup and click on Save 244

INTRODUCTION TO THE ACCESS DATABASE Keeping student records

INTRODUCTION TO THE ACCESS DATABASE Keeping student records ESSENTIAL MICROSOFT OFFICE 2010: Tutorial for Teachers Copyright Bernard John Poole, 2010. All rights reserved 6 INTRODUCTION TO THE ACCESS DATABASE Keeping student records LEARNING OUTCOMES In this tutorial

More information

ON DATABASE USE Manipulating the Data in the Database

ON DATABASE USE Manipulating the Data in the Database 8 MORE ON DATABASE USE Manipulating the Data in the Database LEARNING OUTCOMES Lesson 6 introduced you to the database concept in general, and to the Access database in particular. You learned how to plan

More information

ON DATABASE USE Manipulating the Data in the Database

ON DATABASE USE Manipulating the Data in the Database Lesson 8: More on database use 8 MORE ON DATABASE USE Manipulating the Data in the Database LEARNING OUTCOMES Lesson 6 introduced you to the database concept in general, and to the Access database in particular.

More information

ON DATABASE USE Manipulating the Data in the Database

ON DATABASE USE Manipulating the Data in the Database ESSENTIAL MICROSOFT OFFICE 2013: Tutorial for Teachers Copyright Bernard John Poole, 2013. All rights reserved 8 MORE ON DATABASE USE Manipulating the Data in the Database LEARNING OUTCOMES Lesson 6 introduced

More information

MORE ON DATABASE USE Manipulating the Data in the database

MORE ON DATABASE USE Manipulating the Data in the database Lesson 7: More on database use 187 MORE ON DATABASE USE Manipulating the Data in the database LEARNING OUTCOMES Lesson 6 introduced you to the database concept in general, and to the Access database in

More information

ON DATABASE USE Manipulating the Data in the Database

ON DATABASE USE Manipulating the Data in the Database 8 MORE ON DATABASE USE Manipulating the Data in the Database LEARNING OUTCOMES Lesson 7 introduced you to the database concept in general, and to the Access database in particular. You learned how to plan

More information

MAIL MERGE AND RELATED OPERATIONS Form letters and mailing labels

MAIL MERGE AND RELATED OPERATIONS Form letters and mailing labels ESSENTIAL MICROSOFT OFFICE 2010: Tutorials for Teachers Copyright Bernard John Poole, 2010. All rights reserved 7 MAIL MERGE AND RELATED OPERATIONS Form letters and mailing labels LEARNING OUTCOMES In

More information

Lesson 4: Introduction to the Excel Spreadsheet 121

Lesson 4: Introduction to the Excel Spreadsheet 121 Lesson 4: Introduction to the Excel Spreadsheet 121 In the Window options section, put a check mark in the box next to Formulas, and click OK This will display all the formulas in your spreadsheet. Excel

More information

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access This module was developed to assist students in passing the SkillCheck Incorporated Access 2003 Technology Competency Assessment. It was last updated

More information

Microsoft Word 2016 LEVEL 1

Microsoft Word 2016 LEVEL 1 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Word 2016 LEVEL 1 kcls.org/techtutor Microsoft Word 2016 Level 1 Manual Rev 11/2017 instruction@kcls.org Microsoft Word 2016 Level 1 Welcome

More information

Word 1 Module 2. Word 1. Module 2

Word 1 Module 2. Word 1. Module 2 Word 1 Module 2 Revised 5/1/17 Contents Create a New Document...2 Class Walkthrough 2.1...2 Entering Text into a Document...2 Class Walkthrough 2.2...2 Lines of Text vs. Paragraphs...2 Insertion Point...3

More information

Preparing a Grade book

Preparing a Grade book ESSENTIAL LibreOffice: Tutorials for Teachers Copyright Bernard John Poole, 2016. All rights reserved 4 INTRODUCTION TO THE CALC SPREADSHEET Preparing a Grade book LEARNING OUTCOMES This tutorial will

More information

Database Concepts Using Microsoft Access

Database Concepts Using Microsoft Access lab Database Concepts Using Microsoft Access 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

Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access

Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access http://www.gerrykruyer.com Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access Microsoft Access 2016 uses the Ribbon to organise commands, just like the versions of MS

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

More information

Preparing a Grade book

Preparing a Grade book ESSENTIAL MICROSOFT OFFICE 2013: Tutorials for Teachers Copyright Bernard John Poole, 2013. All rights reserved 4 INTRODUCTION TO THE EXCEL SPREADSHEET Preparing a Grade book LEARNING OUTCOMES This tutorial

More information

Microsoft Office 2010 consists of five core programs: Word, Excel,

Microsoft Office 2010 consists of five core programs: Word, Excel, Chapter 1 Introducing Microsoft Office 2010 In This Chapter Starting an Office 2010 program Learning the Microsoft Office Backstage View Using the Quick Access toolbar Learning the Ribbon Customizing an

More information

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn FILE ORGANIZATION GETTING STARTED PAGE 02 Prerequisites What You Will Learn PRINCIPLES OF FILE ORGANIZATION PAGE 03 Organization Trees Creating Categories FILES AND FOLDERS PAGE 05 Creating Folders Saving

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I

CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I CSCI 1100L: Topics in Computing Lab Lab 1: Introduction to the Lab! Part I Welcome to your CSCI-1100 Lab! In the fine tradition of the CSCI-1100 course, we ll start off the lab with the classic bad joke

More information

Create your first workbook

Create your first workbook Create your first workbook You've been asked to enter data in Excel, but you've never worked with Excel. Where do you begin? Or perhaps you have worked in Excel a time or two, but you still wonder how

More information

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

Click the buttons in the interactive below to learn how to navigate the Access window.

Click the buttons in the interactive below to learn how to navigate the Access window. Access 2010 Getting Started in Access Introduction Page 1 Whenever you're learning a new program, it's important to familiarize yourself with the program window and the tools within it. Working with Access

More information

Word Processing Basics Using Microsoft Word

Word Processing Basics Using Microsoft Word Word Processing Basics Using Microsoft Word lab 3 Objectives: Upon successful completion of Lab 3, you will be able to Use Word to create a simple word processing document Understand the concept of word

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Storing Your Exercise Files

Storing Your Exercise Files Storing Your Exercise Files This appendix contains an overview for using this book with various file storage media, such as a USB flash drive or hard drive. Detailed instructions for downloading and unzipping

More information

Link Crew & WEB Database User Guide. Database 2011

Link Crew & WEB Database User Guide. Database 2011 i Link Crew & WEB Database User Guide Database 2011 1 ii 1 Contents 1 CONTENTS...II 2 THE LINK CREW AND WEB DATABASE... 3 3 DOWNLOADING THE DATABASE... 4 Step 1: Login to the Boomerang Project Website...4

More information

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3 Quick Start Guide - Contents Opening Word... 1 Locating Big Lottery Fund Templates... 2 The Word 2013 Screen... 3 Things You Might Be Looking For... 4 What s New On The Ribbon... 5 The Quick Access Toolbar...

More information

Chapter One: Getting Started With IBM SPSS for Windows

Chapter One: Getting Started With IBM SPSS for Windows Chapter One: Getting Started With IBM SPSS for Windows Using Windows The Windows start-up screen should look something like Figure 1-1. Several standard desktop icons will always appear on start up. Note

More information

STAROFFICE 8 SUMMARY PROJECT

STAROFFICE 8 SUMMARY PROJECT STAROFFICE 8 SUMMARY PROJECT Putting It All Together In the previous three guides you have learned an incredible amount about publishing information with StarOffice 8 Writer, Draw, and Calc. You can create,

More information

STUDENT WORKBOOK. Teach Yourself: Computer Basics Expert. In 24 Hours or less

STUDENT WORKBOOK. Teach Yourself: Computer Basics Expert. In 24 Hours or less STUDENT WORKBOOK Teach Yourself: Computer Basics Expert In 24 Hours or less Student Workbook Table of Contents Section 1: Understanding Applications... 1 Lesson 1.1: Application Basics... 2 Step-By-Step...

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

More information

Switched-On Schoolhouse 2014 User Guide Resource Center & Messaging System

Switched-On Schoolhouse 2014 User Guide Resource Center & Messaging System Switched-On Schoolhouse 2014 User Guide Resource Center & Messaging System MMVI Alpha Omega Publications, Inc. Switched-On Schoolhouse 2014, Switched-On Schoolhouse. Switched-On, and their logos are registered

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

Preparing a Grade book

Preparing a Grade book 4 INTRODUCTION TO THE EXCEL SPREADSHEET Preparing a Grade book LEARNING OUTCOMES This tutorial will help you understand what a spreadsheet is and where a spreadsheet might come in useful for classroom

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own.

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own. Basic tasks in Microsoft OneNote 2013 OneNote is a digital notebook that provides a single place for all of your notes and information everything you need to remember and manage in your life at home, at

More information

Introduction. Opening and Closing Databases. Access 2010 Managing Databases and Objects. Video: Working with Databases in Access 2010

Introduction. Opening and Closing Databases. Access 2010 Managing Databases and Objects. Video: Working with Databases in Access 2010 Access 2010 Managing Databases and Objects Introduction Page 1 Each Access database consists of multiple objects that let you interact with data. Databases can include forms for entering data, queries

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

MORE ON WORD PROCESSING Working with larger documents

MORE ON WORD PROCESSING Working with larger documents 2 MORE ON WORD PROCESSING Working with larger documents LEARNING OUTCOMES In Lesson 1, you learned how to create, edit, and save a new document (the Conference Call letter). You practiced moving around

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

Administering a Database System

Administering a Database System Microsoft Access 2010 10 Administering a Database System Objectives You will have mastered the material in this project when you can: Create custom Quick Start fields Create indexes Create a Web database

More information

Document Imaging User Guide

Document Imaging User Guide Release 4.9 IMAGING TECHNOLOGY GROUP Document Imaging Systems Document Imaging User Guide IMAGING TECHNOLOGY GROUP IMIGIT tm Document Imaging User Guide Release 4.91 March 2007 Imaging Technology Group

More information

Microsoft Word 2010 Introduction to Mail Merge

Microsoft Word 2010 Introduction to Mail Merge Microsoft Word 2010 Introduction to Mail Merge Elizabeth Wells February 2012 Copyright 2012 ElizabethWells All rights reserved. Except as permitted under current legislation, no part of this work may be

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

MORE ON WORD PROCESSING Working with larger documents

MORE ON WORD PROCESSING Working with larger documents ESSENTIAL MICROSOFT OFFICE 2013: Tutorials for Teachers Copyright Bernard John Poole, 2013. All rights reserved. 2 MORE ON WORD PROCESSING Working with larger documents LEARNING OUTCOMES In Lesson 1, you

More information

Resource Center & Messaging System

Resource Center & Messaging System SOS 2012 User Manual Resource Center & Messaging System Alpha Omega Publications MMVI Alpha Omega Publications, Inc. Switched-On Schoolhouse 2012, Switched-On Schoolhouse. Switched-On, and their logos

More information

Using Microsoft Word. Text Editing

Using Microsoft Word. Text Editing Using Microsoft Word A word processor is all about working with large amounts of text, so learning the basics of text editing is essential to being able to make the most of the program. The first thing

More information

Microsoft Access Description

Microsoft Access Description Go To Page.. Go!! Microsoft Word Microsoft PowerPoint Microsoft Office Main Microsoft Excel Microsoft Publisher Introduction into Microsoft Access Starting Up Microsoft Access Creating New, and Opening

More information

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks.

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks. Outlook basics Outlook is a powerful tool for managing your e-mail, contacts, calendars, and tasks. To use it most effectively, you first have to understand the basics. This tutorial introduces some of

More information

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007 Creating a Database using Access 2007 Created: 12 December 2006 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

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 THE BASICS PAGE 02! What is Microsoft Word?! Opening Microsoft Word! The Title Bar! Page View and Zoom MENUS...PAGE 03! Quick Access Toolbar! The Ribbon! File Tab! Home

More information

Membership Table of Contents

Membership Table of Contents Membership Table of Contents Membership Table of Contents 1 Introduction to Membership 6 Household and Individual Records 6 Connect with People! 6 Reporting 6 Installing Membership, with or without Donations

More information

Illustrated Roadmap. for Windows

Illustrated Roadmap. for Windows Illustrated Roadmap for Windows This Illustrated Roadmap was designed to help the Computer Coordinator customize GradeQuick for their school and for teachers to make further customizations that will affect

More information

What is OneNote? The first time you start OneNote, it asks you to sign in. Sign in with your personal Microsoft account.

What is OneNote? The first time you start OneNote, it asks you to sign in. Sign in with your personal Microsoft account. OneNote What is OneNote? OneNote is a digital notebook. In OneNote, you can: Type notes or record audio at your laptop. Sketch or write ideas on your tablet. Add picture from your phone. Find notes instantly.

More information

Microsoft Office Word. Part1

Microsoft Office Word. Part1 Microsoft Office 2010 - Word Part1 1 Table of Contents What is Microsoft Word?... 4 Creating a document... 5 Toolbar... 6 Typing in MS Word Text Area... 7 Cut, Copy and Paste Text... 9 Paste Preview...

More information

ECDL. European Computer Driving Licence. Using and the Internet - Part 2 BCS ITQ Level 1. Syllabus Version 1.0

ECDL. European Computer Driving Licence. Using  and the Internet - Part 2 BCS ITQ Level 1. Syllabus Version 1.0 ECDL European Computer Driving Licence Using Email and the Internet - Part 2 BCS ITQ Level 1 Using Microsoft Outlook 2010 Syllabus Version 1.0 This training, which has been approved by BCS, The Chartered

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

Navigating Between Web Pages Using Hyperlinks and the Mouse. To follow a hyperlink to another Web page and return using the mouse:

Navigating Between Web Pages Using Hyperlinks and the Mouse. To follow a hyperlink to another Web page and return using the mouse: Tutorial 1 Browser Basics Internet WEB 27 Navigating Between Web Pages Using Hyperlinks and the Mouse Reference Window Click the hyperlink. After the new Web page has loaded, right-click on the Web page

More information

LionMail. for Administrative Assistants

LionMail. for Administrative Assistants LionMail for Administrative Assistants If you directly manage email on behalf of others or just send and receive dozens (or hundreds!) of messages a day in your role as an administrative assistant, this

More information

Introduction to Access 97/2000

Introduction to Access 97/2000 Introduction to Access 97/2000 PowerPoint Presentation Notes Slide 1 Introduction to Databases (Title Slide) Slide 2 Workshop Ground Rules Slide 3 Objectives Here are our objectives for the day. By the

More information

Excel 2013 Beyond TheBasics

Excel 2013 Beyond TheBasics Excel 2013 Beyond TheBasics INSTRUCTOR: IGNACIO DURAN Excel 2013 Beyond The Basics This is a class for beginning computer users. You are only expected to know how to use the mouse and keyboard, open a

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint PowerPoint 2016 Getting Started With PowerPoint Introduction PowerPoint is a presentation program that allows you to create dynamic slide presentations. These presentations can include animation, narration,

More information

Word 2010 Getting Started with Word. Introduction. Getting to know Word The Ribbon. Video: Exploring Your Word 2010 Environment

Word 2010 Getting Started with Word. Introduction. Getting to know Word The Ribbon. Video: Exploring Your Word 2010 Environment Word 2010 Getting Started with Word Introduction Word 2010 is a word processor that allows you to create various types of documents such as letters, papers, flyers, and faxes. In this lesson, you will

More information

Outlook Skills Tutor. Open Outlook

Outlook Skills Tutor. Open Outlook Outlook Skills Tutor Lakewood School District Open Outlook Working with the Inbox Receiving new email Sorting your Inbox Reading email Using the Reading Pane Sending, replying to, and forwarding messages

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

Copyright 2009 Labyrinth Learning Not for Sale or Classroom Use LESSON 1. Designing a Relational Database

Copyright 2009 Labyrinth Learning Not for Sale or Classroom Use LESSON 1. Designing a Relational Database LESSON 1 By now, you should have a good understanding of the basic features of a database. As you move forward in your study of Access, it is important to get a better idea of what makes Access a relational

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Detailed Table of Contents

Detailed Table of Contents Detailed Table of Contents INTRODUCTION...1 I.1 THE OBJECTIVES OF THIS TEXT...1 I.2 WHY LibreOffice?...1 I.3 WHAT IS SPECIAL ABOUT THIS TEXT?...1 I.4 THE STATUS OF COMPUTING IN SCHOOLS...2 I.5 TEACHING

More information

Application of Skills: Microsoft PowerPoint 2013 Tutorial

Application of Skills: Microsoft PowerPoint 2013 Tutorial Application of Skills: Microsoft PowerPoint 2013 Tutorial Throughout this tutorial, you will progress through a series of steps to create a presentation about yourself. You will continue to add to this

More information

Getting help with Edline 2. Edline basics 3. Displaying a class picture and description 6. Using the News box 7. Using the Calendar box 9

Getting help with Edline 2. Edline basics 3. Displaying a class picture and description 6. Using the News box 7. Using the Calendar box 9 Teacher Guide 1 Henry County Middle School EDLINE March 3, 2003 This guide gives you quick instructions for the most common class-related activities in Edline. Please refer to the online Help for additional

More information

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC TWO

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC TWO Table of Contents What is MSWord? MS Word is a word-processing program that allows users to create, edit, and enhance text in a variety of formats. Word is a powerful word-processor with sophisticated

More information

Introduction. Getting to Know Word The Ribbon. Word 2010 Getting Started with Word. Video: Exploring Your Word 2010 Environment.

Introduction. Getting to Know Word The Ribbon. Word 2010 Getting Started with Word. Video: Exploring Your Word 2010 Environment. Word 2010 Getting Started with Word Introduction Page 1 Word 2010 is a word processor that allows you to create various types of documents such as letters, papers, flyers, faxes and more. In this lesson,

More information

2007, 2008 FileMaker, Inc. All rights reserved.

2007, 2008 FileMaker, Inc. All rights reserved. Bento User s Guide 2007, 2008 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo are either

More information

Boise State University. Getting To Know FrontPage 2000: A Tutorial

Boise State University. Getting To Know FrontPage 2000: A Tutorial Boise State University Getting To Know FrontPage 2000: A Tutorial Writers: Kevin Gibb, Megan Laub, and Gayle Sieckert December 19, 2001 Table of Contents Table of Contents...2 Getting To Know FrontPage

More information

Resource Center & Messaging System

Resource Center & Messaging System SOS 2009 User Manual Resource Center & Messaging System Alpha Omega Publications MMVI Alpha Omega Publications, Inc. Switched-On Schoolhouse 2009, Switched-On Schoolhouse. Switched-On, and their logos

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Adding Content to Blackboard

Adding Content to Blackboard Adding Content to Blackboard Objectives... 2 Task Sheet for: Adding Content to Blackboard... 3 What is Content?...4 Presentation Type and File Formats... 5 The Syllabus Example... 6 PowerPoint Example...

More information

Introduction to Powerpoint. Create it. Opening a presentation

Introduction to Powerpoint. Create it. Opening a presentation Introduction to Powerpoint Create it You will make a short presentation to your class to let them know what to expect in your class this year. Adding some overheads to your presentation will keep their

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

WORD BASICS: MICROSOFT OFFICE 2010

WORD BASICS: MICROSOFT OFFICE 2010 WORD BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Microsoft Word Components The Keyboard SIMPLE TASKS IN MICROSOFT WORD PAGE 08 Typing

More information

OUTLOOK HOW DO I? 2013

OUTLOOK HOW DO I? 2013 OUTLOOK HOW DO I? Click on a Link to take you to that Section OUTLOOK - GENERAL... 2 GENERAL How Do I Navigate the 2010 Outlook Screen?... 2 GENERAL: How Do I Change the Reading Pane View?... 7 GENERAL:

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Computer Basics: Step-by-Step Guide (Session 2)

Computer Basics: Step-by-Step Guide (Session 2) Table of Contents Computer Basics: Step-by-Step Guide (Session 2) ABOUT PROGRAMS AND OPERATING SYSTEMS... 2 THE WINDOWS 7 DESKTOP... 3 TWO WAYS TO OPEN A PROGRAM... 4 DESKTOP ICON... 4 START MENU... 5

More information

Exsys RuleBook Selector Tutorial. Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America.

Exsys RuleBook Selector Tutorial. Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America. Exsys RuleBook Selector Tutorial Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America. This documentation, as well as the software described in it, is furnished under license

More information

Authoring World Wide Web Pages with Dreamweaver

Authoring World Wide Web Pages with Dreamweaver Authoring World Wide Web Pages with Dreamweaver Overview: Now that you have read a little bit about HTML in the textbook, we turn our attention to creating basic web pages using HTML and a WYSIWYG Web

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 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

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

Say you want a new blank document, just like the one Word shows you when you start the program. No problem here are the steps:

Say you want a new blank document, just like the one Word shows you when you start the program. No problem here are the steps: Creating a New Document When you start Word without opening an existing document, the program gives you an empty one to work in. If you're eager to put words to page, then type away. Sooner or later, though,

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

MICROSOFT WORD 2010 BASICS

MICROSOFT WORD 2010 BASICS MICROSOFT WORD 2010 BASICS Word 2010 is a word processing program that allows you to create various types of documents such as letters, papers, flyers, and faxes. The Ribbon contains all of the commands

More information

Create and Modify Queries 7

Create and Modify Queries 7 Create and Modify Queries 7 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating a Query Create a Select query. 4.1.1 Modifying a Query Use the Show Table command. 4.2.1 Use the Remove Table

More information

Create Forms 5. KEY TERMS Blank Form tool common filters filter filter by form Form Design button Form tool Form Wizard Themes LESSON SKILL MATRIX

Create Forms 5. KEY TERMS Blank Form tool common filters filter filter by form Form Design button Form tool Form Wizard Themes LESSON SKILL MATRIX Create Forms 5 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating Forms Create new forms. 4.1.1 Save forms. 4.1.3 Delete forms. 4.1.4 Create databases using wizards. 1.1.4 Apply themes.

More information