Access 2000 MICROSOFT. Level One Basic. Version N2

Size: px
Start display at page:

Download "Access 2000 MICROSOFT. Level One Basic. Version N2"

Transcription

1 MICROSOFT Access 2000 Level One Basic Version N2 ICT Training First Floor, Victoria House Queen Alexandra Hospital Cosham PO6 3LY Tel: ext: Website: ICT TRAINING has made every effort to ensure that the material in this manual was correct at the time of publication but cannot be held responsible for any errors or inaccuracies. ICT TRAINING reserves the right to change or replace information contained in the manual without notice. For the most up to date version please refer to the ICT Training website.

2 CONTENTS 1. GENERAL COURSE INFORMATION IDENTIFY WHAT TYPE OF INFORMATION A DATABASE HAS BEEN DESIGNED FOR Microsoft Access Planning a Database Database Terminology CREATE AND MODIFY FIELDS FOR ENTERING DATA Creating a Database Creating Tables Defining Fields Field Properties Input Masks Looking up Values from a list or table PERFORM A DATA SORT CREATE RELATIONSHIPS Relationship Joins CREATE AND USE PRIMARY KEYS Setting the Primary Key CREATE AND EDIT A FORM TO ENTER OR VIEW DATA Forms Form Wizard CREATE QUERIES TO FIND AND RETRIEVE INFORMATION USING SINGLE OR MULTIPLE CRITERIA Queries PRODUCE, FORMAT AND EDIT REPORTS Reports IMPORT DATA FROM EXCEL FAULT REPORTING Out of office hours ICT TRAINING CANDIDATE APPEALS PROCEDURE VERSION CONTROL/LOG...48

3 1. GENERAL COURSE INFORMATION COURSE TITLE METHOD OF TRAINING DURATION PRE-REQUISITES MICROSOFT ACCESS 2000 LEVEL ONE Classroom 9 hours (3 half-days) Using Your Computer at Work (Parts 1, 2 and 3) or successful completion of an on-line skills test. ABOUT THE COURSE This course covers the Access skills needed to enter information from a range of sources, retrieve information, create and modify database objects and introduces students to the concepts of relational databases. This course allows the attendees hands on practical experience with the help and guidance of a learning support officer or trainer. SUITABLE FOR Those who are new to Microsoft Access OBJECTIVES This course will enable the student to: 1. Identify what type of information a database is designed for 2. Create and modify fields for entering data with required field characteristics such as name, type, size and format 3. Create and edit a form to enter data 4. Create queries to find and retrieve information using single or multiple criteria 5. Input data appropriately to update fields or create new records 6. Produce, format and edit reports 7. Perform a data sort 8. Create and use primary keys 3

4 2. IDENTIFY WHAT TYPE OF INFORMATION A DATABASE HAS BEEN DESIGNED FOR 2.1. Microsoft Access Access 2000 is a database software programme that runs on Windows. Database software is used to manage data that can be organised into lists of related information, such as customers, products, vendors, employees, projects or sales. Many small companies record customer, inventory and sales information in a spreadsheet programme like Excel. While this electronic format is more productive than writing information on index cards, Excel still lacks many of the database advantages provided by Access. The advantages that database software has over a manual index card system include: Data entry is faster and easier Information retrieval is faster and easier Information can be viewed and sorted in multiple ways Information is more secure Information can be shared among several users Duplicate data entry is minimised 2.2. Planning a Database The first and most important object in a database is the table object because it contains the raw data the pieces of information stored in individual fields in the database. When you design a table, you identify the fields of information the table will contain and the type of data to be stored in each field. Some databases contain multiple tables linked together. In planning a database it is important to: 1. Determine the purpose of the database and give it a meaningful name 2. Determine what reports you want the database to produce 3. Collect the raw data that will be stored in the database 4. Sketch the structure of each table including field names and data types 2.3. Database Terminology A database is a collection of information associated with a topic (for example sales of products to customers). The smallest piece of information in a database is called a field. A key field (primary key) is a field that contains unique information for each record. A group of related fields such as a customer name, address and contact details is called a record. A collection of records for a single subject is called a table. An Access database is a relational database in which more than one table can share information. The term relational database comes from the fact that two tables are linked, or related by a common field. 4

5 Tables are the most important object in an Access database because they contain the data within the database. An Access database may also contain six other objects, which serve to enhance the usability and value of the data. A list of these is provided below with a brief description. This course covers Tables, Queries, Forms and Reports. Object Table Query Form Report Page Macro Module Purpose Contains all the raw data within the database in a spreadsheet-like view. Tables can be linked with a common field to share information and therefore minimise data repetition/redundancy. Provides the user with fields or records from one or more tables. Queries are created when a user needs to extract data from a table. Provides and easy-to-use data entry screen. Provides a printout of data that may contain enhancements such as headers, footers and calculations on groups of records. Creates Web pages from Access objects as well as provides Web page connectivity features to an Access database. Also called Data Access page. Stores a collection of keystrokes or commands, such as printing several reports or displaying a toolbar when a form opens. Stores Visual Basic programming code that extends the functions and automated processes of Access. Data can be entered and edited in four of the objects: tables, queries, forms and pages. Regardless of how the data is entered, it is stored in a table. Data can be printed from a table, query, form, page or report object. All of the objects are stored in one database file. 5

6 3. CREATE AND MODIFY FIELDS FOR ENTERING DATA 3.1. Creating a Database When creating a new database, you must give it a name. To create a new empty database, start Access and choose Blank Access database then click the OK button. Choose the drive and folder for your new database Type the name for your new database in the File Name box Click the Create button to name your database The Database window opens: Database name Database window (Control Centre) Objects Bar Once you have created your database, you need to create objects to store, print, query and present your data. 6

7 3.2. Creating Tables Tables are the most important object in an Access database because they contain the data within the database displayed in a spreadsheet-like view. Tables can be linked to other tables with a common field to share information and therefore minimise data repetition/redundancy. Tables can be created from the database window by clicking onto the New button, or by double-clicking one of the Create table options: Create a table in design view is the preferred option for creating a table. In Design view, you specify field names and field attributes including the type of data the field is to store e.g. Text, Yes/No, Date etc. This specification is then saved and data can be entered into the table via Datasheet view. Creating table by using wizard will create a table (within pre-set parameters) according to your responses to options that it presents to you. Create table by entering data will allow you to enter data directly into a table without any named fields 7

8 Table Design View View button to switch between design and datasheet views Design View of a Table Properties Before you create your table, you will need to decide what Fields you want to include and what Data you want the fields to contain: A list of available data types is displayed when you click into Data Type column: 3.3. Defining Fields In Table Design view, enter the first field name. Field names can be up to 64 characters long but must not include full stops, exclamation marks or brackets spaces are acceptable. The next step is to define what type of data will be stored in this field. Choose one of the following data types: 8

9 Data Type Text Memo Number AutoNumber Yes/No Currency Date/Time OLE Hyperlink Lookup Wizard Description: The database default. Text fields can contain up to 255 alphanumeric characters. The default is 50. Similar to a text field, a memo field can hold up to 65,535 alphanumeric characters. Used for real numbers. The field size property of a number data type will determine how large a number can be stored: Field Size Range of values that can be stored: Byte Integer -32,768 32,767 Long Integer -2,147,483,648 2,147,483,647 Single ^38 Double to 10^308 Assigns a unique number to each record that is added. A single bit setting to indicate whether something is in one state or another for example Yes or no, True or false etc Fixed format to 4 decimal places designed to prevent rounding errors. Used in conjunction with the format property, can be used to display any date or time in any format, e.g. Short Date, Long Date etc Used for objects such as Excel spreadsheets, images, etc. created in other applications. Can hold up to 1 gigabyte. Path names for jumps Not actually a data type, this wizard can be used to help to create relationships between two tables and to provide combo-box (dropdown) lookups. The description column is optional; you can put explanatory notes in here if you wish. 9

10 3.4. Field Properties Field properties allow you to define the characteristics of Data types, such as how they are displayed or how many characters can be entered. Each Data type has its own set of properties: Typical field properties for a number field Typical field properties for a text field Typical field properties for a date field To set a field with default settings, no further action is essential. You could move on to define the next field in the next row. However, you may find it appropriate to set some properties for the field: 10

11 Property: Field Size Format Decimal Places Input Mask Caption Default Value Validation Rule Validation Text Required Indexed Description: If text is the data type, field size equals the number of characters to be allowed in this field. (This makes no difference to database size). If numeric is the data type, field size will have named size (e.g. integer). Some data types will have preset formats that you can utilise e.g. short date. You can also use placeholders to create your own format, e.g. dddd, dd/mm/yy. Consider using the greater than sign (>) to ensure all text is displayed in upper case whether entered in upper case or not. For currency, auto will be set to 2 Different placeholders determine what sort of character is allowable in what columns e.g. a part number to be entered with three leading alphas, a dash and four numbers could have an input mask: AAA Any attempt to put a number in an alpha position would result in an error message and vice versa. If your field names do not make good English, you could use a caption as its label on forms. (Example: Some people prefer not to put spaces in field names and may abbreviate items. The field name custno may then be given a caption of customer number If nothing is entered by the data entry operator, the value that is to be automatically assigned to the field. Often used for current date by using the function =date() in the default property. Data entered into the field must conform to any rule placed here. For example, to ensure that the field colour only has entries of red, white or blue in it, make the validation rule: red or white or blue The text of an error message returned to the user when they violate the rule above. Makes this field mandatory to complete An index speeds up queries on the indexed fields as well as sorting and grouping operations. For example, if you search for specific employee names in a LastName field, you can create an index for this field to speed up the search for a specific name. 11

12 3.5. Input Masks An input mask ensures that the data will fit in the format you define, and you can specify the kind of values that can be entered in each blank. Input Mask Codes 0 Digit (0 through 9, entry required; plus [+] and minus [-] signs not allowed). 9 Digit or space (entry not required; plus and minus signs not allowed). Digit or space (entry not required; blank positions converted to spaces, plus and # minus signs allowed). L Letter (A through S, entry required).? Letter (A through S, entry optional). A a Letter or digit (entry required). Letter or digit (entry optional). < Causes all characters that follow to be converted to lowercase. > Causes all characters that follow to be converted to uppercase Looking up Values from a list or table Access will create a field that allows you to choose a value from another table or from a list of values by using a list box or combo box. Ensure that the table is saved before using the lookup wizard 1. Choose data type lookup wizard 12

13 2. To type your own values, choose the I will type the values that I want option then click Next: 3. Enter the text or values you want to be able to pick from then click Next: 4. Choose Finish: 13

14 5. In the Datasheet view of the Table, the lookup is shown and the value can be selected: 6. The Lookup tab of Field Properties shows the Row Source with each entry in quotes and separated by a semi-colon. You can edit or add to the list by typing in the Row Source. 7. If the lookup values are stored on another table within the database: Choose data type lookup wizard 14

15 8. Choose I want the lookup column to look up the values in a table or query then click Next: 9. The lookup wizard will display the other tables in your database. Select the table and click Next: 10. The available fields from the table are displayed. Add the fields you want to be able to pick from and click Next: 15

16 In this example, hiding the key column suppresses the Account No column. If you choose to, you can leave this checkbox blank, and instead of seeing just a list of customer names, you would see account numbers in one column and their corresponding names in the second column. NOTE: It is important to remember that even if you are seeing names not numbers, the actual value being stored in the underlying database is the account number. Bear this in mind if you perform filters or finds on the table later! You can now enter some test data into your table in datasheet view. When you are satisfied that your table is working and you are able to collect data, you may want to create a Form to make it easier to display and enter the information. 16

17 4. PERFORM A DATA SORT To change the order that data is displayed in a table, use the Sort buttons on the toolbar Click into the field you wish to sort by and then click the required sort button. 17

18 Table showing sort ascending Table showing sort descending 18

19 5. CREATE RELATIONSHIPS 5.1. Relationship Joins In a one to many relationship, a match is made between the primary key (in the one side of the relationship) and the foreign key (the corresponding field in the many side of the relationship). In this example, customer id from the customers table is the primary key. It is linked via a one to many relationship with the field customer id from the contracts table the foreign key. (One customer may appear on many contracts) There are two main types of table relationship: One to One One record in table (a) matches with one record in table (b) One to Many One record in table (a) may match with many records in table (b) A One to Many is the standard relationship to link two tables. Items (A) Items Description Price one No e.a Acme Drawing 0.50 Pens Acme Paper 7.50 Stock Control (C) Item No Qty Department many 6 1 Use a One to One relationship to: Subdivide a very wide (i.e. with lots of fields) table to improve performance to separate sensitive data e.g. employee name and address in one table, salary and performance data in another. To create the relationships use the toolbar button: 19

20 In the Show Tables dialogue, add all the tables that you need to relate; close the Show Table dialogue to proceed. The table windows can be moved (via drag and drop) to the most convenient layout. To form the links, click onto the primary key and drag and drop it over its foreign key counterpart. When you drop over the foreign key, the Relationships Dialogue Box will appear enforce the Referential Integrity and click onto the Create button Referential integrity Referential integrity is a system of rules that Microsoft Access uses to ensure that relationships between records in related tables are valid and that you don't accidentally delete or change related data. Back in the relationships window, your two tables will appear to be joined by a line similar to the one shown in the picture below. Note that the one and infinity symbols are only shown when referential integrity has been switched on.. To edit the relationship at any time, double click the diagonal line between the two tables. 20

21 6. CREATE AND USE PRIMARY KEYS 6.1. Setting the Primary Key The power of a relational database system comes from its ability to quickly find and bring together information stored in separate tables using queries, forms, and reports. In order to do this, each table should include a field or set of fields that uniquely identifies each record stored in the table. This information is called the primary key of the table. Once you designate a primary key for a table, to ensure uniqueness, Microsoft Access will prevent any duplicate or Null values from being entered in the primary key fields. There are three kinds of primary keys that can be defined in Microsoft Access: AutoNumber, single-field, and multiple-field. AutoNumber primary keys An AutoNumber field can be set to automatically enter a sequential number as each record is added to the table. Designating such a field as the primary key for a table is the simplest way to create a primary key. If you don't set a primary key before saving a newly created table, Microsoft Access will ask if you want it to create a primary key for you. If you answer Yes, Microsoft Access will create an AutoNumber primary key. Single-field primary keys If you have a field that contains unique values such as ID numbers or part numbers, you can designate that field as the primary key. If the field you select as primary key does have duplicate or Null values, Microsoft Access won't set the primary key. Multiple-field primary keys In situations where you can't guarantee the uniqueness of any single field, you may be able to designate two or more fields as the primary key. The most common situation where this arises is in the table used to relate two other tables in a many-to-many relationship. To nominate a field (or fields) as a primary key, open the appropriate table in design view: Click into or select the row(s) nominated for primary key Click onto the key symbol on the toolbar 21

22 When a field has been nominated as a primary key, a key symbol will appear in its grey row header. 22

23 7. CREATE AND EDIT A FORM TO ENTER OR VIEW DATA 7.1. Forms Properly organised and well-designed forms make a tremendous difference in the productivity of the end user. Since forms are the primary object used to enter and edit data, time spent planning a form is time well spent. Forms are often built to match a source document to facilitate fast and accurate data entry. Now however, it is becoming more common to type data directly into the database rather than first recording it on paper. Form design considerations, such as clearly labelled fields and appropriate formatting are important. Other considerations include how the user tabs from field to field and what type of control is used to display the data. When designing your form consider the following: Define the overall purpose of the form Determine the underlying record source Gather the source documents used to design your form or sketch the form on paper if it does not exist. Determine the best type of control to use for each element on the form. You can create a form from scratch using Form Design view or you can use the Form Wizard to create an initial form that can be modified later if needed. The Form Wizard provides options for selecting fields, an overall layout, a style and a form title. 1. Choose Forms from the Objects bar. 2. Choose Create from by using wizard. 23

24 7.2. Form Wizard 1. Start the Form Wizard and choose the Table that you want to create a form for: NOTE: You may have more than one table in your database on which to base your form. You can also create forms based on queries. Field selectors: > Single field >> All fields 2. Select the fields you want to include in your form and click Next: 3. Choose a layout for your form. A preview of the layouts is displayed when the radio buttons for each style is selected. Columnar is the default option. Layouts can be edited once the form has been created. 24

25 4. Click Next: 5. Choose a Style for your form. A preview is displayed when the style names are selected. 6. Click Next: 7. Type an appropriate name for your form: 8. Click Finish. The form is displayed in its own window: 25

26 Maximise the form window for a complete view: The form is ready for use, records can be browsed and new records can be entered using the record navigation buttons: Number of displayed record in the table New record Total number of records in table First record in table Previous record in table Next record in table Last record in table Once you have your basic form, all elements can be moved or enhanced. Switch to design view to change form elements: The following example is the same form but with heading and image added. The fields have been arranged and command buttons added to make navigation easier. 26

27 Command buttons set to browse records and add a new record. You can modify your form in Design view by moving and re-sizing controls: Field List button Toolbox button Labels Text Boxes 27

28 Clicking onto a field in design view selects it. A selected field will have blocks around it: Hover your mouse pointer over one of the small blocks and it will change to a double headed arrow Dragging the mouse when you have the double headed arrow, will re-size the control. Hover your mouse pointer over one of the large blocks and it will change to a pointing hand. Dragging the mouse when you have the pointing hand will move the control. Hover your mouse pointer over one of the borders and it will change to a flat hand. Dragging the mouse when you have the flat hand will move both controls. Each control in the form has its own unique set of properties which can be customised. The Form itself can be customised e.g. background colour. Ensure the control is selected and choose the Properties button to open the properties list: 28

29 Change the way your form is displayed by changing the form properties. Specify if the Stroll Bars, Record Selectors, Navigation buttons dividing lines etc. display in your form. It is advisable after each change to switch to form view, to see the effect of change. each Labels and Text boxes can be formatted using the formatting toolbar. They can be repositioned by dragging the control around the screen. NOTE: a pointing hand will move a single control; a flat hand will move all the selected controls. To create a Form Header, point between the Form Header and Detail sections. Your mouse pointer will change to a double-headed arrow Drag Down to create some space. 29

30 Insert a label by clicking on the label tool in the Toolbox and dragging to create an area to type into: Label Type the label text and click off the label. Click on the label again to see its handles: With the handles showing, you can edit the font style and size To insert a picture or image choose Object from the Insert menu: 30

31 Select Microsoft Clip Gallery and click OK Insert the image from the gallery. To re-size the image, set the Size Mode to Stretch 31

32 To insert record navigation buttons e.g. next record, previous record, new record, click Command button on the Toolbox. Click onto the form where you want the button to appear. The command Button Wizard appears: Choose the record navigation Category and Action you want to perform and click next: Choose an image for the button and choose next: Give the button a name and click Finish 32

33 8. CREATE QUERIES TO FIND AND RETRIEVE INFORMATION USING SINGLE OR MULTIPLE CRITERIA 8.1. Queries You can use a Select query to find records. As their name implies, select queries allow you to select records that match supplied criteria. They can also be used to create new calculated fields, total fields (domain aggregates) and sort. To create a new query, click Queries in the Objects bar then click the Create query in Design view option: The Show Table dialogue box appears: Select the table(s) that hold the records you wish to query and click Add (repeat for each table) then click Close 33

34 The Query window opens with the selected tables in the upper section: Add the fields to the lower section (grid) by double-clicking the table name, then dragging the selected fields into the grid: Fields are added to the query grid: 34

35 To add a single field to the query grid, double click it. Field: Table: Sort: Show: Criteria: or: Field Name Table Name Sort order (ascending/descending) Show the field in the result of the query Conditions for the query Alternative/additional conditions for the query In order for records to be output from the query, there must be matching records in all the tables shown. You can run the query at any time to see the records produced these are shown in datasheet view. To switch back to design view perhaps to modify the criteria for the query, click onto the design button on the toolbar: To add more tables whilst in design view, click onto the Show Tables toolbar button: To apply criteria to the select query, type an entry under the appropriate column on the row headed Criteria. Common logical operators include: < less than <= less than or equal to > greater than >= greater than or equal to <> not equal * wildcard (Like) Between x and y And Or 35

36 To create a calculated query, in design view of the query, locate the first blank column in the grid and type the new field name followed by a colon, e.g. Commission: Type the formula placing field names in square brackets [] The example above is calculating 20% of the field fee paid 36

37 9. PRODUCE, FORMAT AND EDIT REPORTS 9.1. Reports Reports are the means that Access provides for creating printed copies of the information in your database. To create a report using the Report Wizard, choose the Reports object and then choose Create report by using wizard. The Report Wizard dialogue box opens: Pick the table or query you want your report based on Select the fields you want included in your report, then click next Add any grouping levels you would like in your report, then click next. 37

38 Choose a sort order for your report, then click next. Choose a layout for your report, then click next. Choose a style for your report, then click next. 38

39 Type a title for your report, then click Finish. Your report opens in Print Preview: Click the View button to change to Design View 39

40 Edit the Report using the same methods as for Form Controls. 40

41 10. IMPORT DATA FROM EXCEL You can import data saved in a spreadsheet (Excel) into an Access table using the Import function. Choose File Get External Data Import Make sure Look in is displaying the folder where the spreadsheet is saved and Files of type is set to Microsoft Excel Choose the file you want to import and click Import 41

42 You may need to prepare your spreadsheet before you import it into Access by ensuring that there are no blank rows or columns and that the headings can be easily converted. Follow the on-screen prompts: In a New Table 42

43 43

44 If you have an identifiable field to use as a primary key, specify it, otherwise choose Let Access add primary key. Name the Table and choose Finish 44

45 45

46 11. FAULT REPORTING Contact ICT Service Desk: PHT network users phone or SJH (7703) Some of the reasons you may need to contact the ICT Service Desk: EQUIPMENT FAILURE SOFTWARE PROBLEMS SCREEN FREEZES PASSWORD NON-ACCEPTANCE * You will need to give the Service Desk certain information, so always ensure you have the following information available. They may need to know: Your Username. The KB Number of the equipment. This is found on a small label (usually red or blue) stuck to the equipment. The function set and function you were working in. The patient s details e.g. casenote no. Exactly what you were attempting to do, e.g. log on, admit patient, register patient Out of office hours Contact the ICT Service Desk and leave a message on the answer machine. They will deal with the problem as soon as they can. Alternatively them. If you feel there is a major system problem contact the switchboard for them to contact the engineer on call. 46

47 12. ICT TRAINING CANDIDATE APPEALS PROCEDURE Candidates who are unhappy with any aspect of the end of course/test assessment decision should first discuss the problem with the ICT Trainer at the time of receiving the result. The reasons must be made clear by the candidate at this time. If the candidate is still unhappy with the result further discussion should take place involving the ICT Training Team Leader or ICT Training Senior Trainer within 3 days of the course/test date. The ICT Training Department will keep a record of such discussion together with date and outcome. Where necessary the 1 st marker will be asked to re-mark and the marking checked by the ICT Training Team Leader or Senior Trainer. It should be noted that if the candidate was borderline double marking should already have been undertaken. If this does not provide satisfaction the candidate may raise a formal appeal. Appeals will only be accepted if made in writing (not ) to the ICT Training Audit & Quality Manager within 10 days of the candidate receiving their result, outlining clearly the circumstance of the appeal. The 1 st & 2 nd markers will meet with the Training Audit & Quality Manager to consider if there are any aspects that should be taken into account in the candidate s performance. In some circumstances the candidate may be offered a re-test (e.g. hardware or software problems). If this is not the case and the result remains unchanged and the Training Audit & Quality Manager is unable to resolve the impasse then the candidate may write to the ICT Training Manager (within 5 days of receiving the 3 rd result) who will consider all evidence and circumstances of the appeal also taking into consideration responsibilities to the Trust and Data Protection Act to make a final decision. ICT Training QAH July

48 13. VERSION CONTROL/LOG Manual Access 2000 Level One Basic Version V.N2 Date April 2008 Revisions Page Updated Formatting and text refinements (unlisted as content and Various meaning unchanged) NEW Course Criteria 3 NEW Fault Reporting 46 NEW Candidate Appeals Procedure 47 NEW Version Control/Log added 48 48

Excel 2000 MICROSOFT. Level 3. Version N2

Excel 2000 MICROSOFT. Level 3. Version N2 MICROSOFT Excel 2000 Level 3 Version N2 ICT Training First Floor Victoria House Queen Alexandra Hospital Cosham PO6 3LY Tel: 023 9228 6000 ext: 5867 Email: ICT.Training@porthosp.nhs.uk Website: www.training.iphis.nhs.uk

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

Word 2000 MICROSOFT. Level Three Advanced. Version N1.2

Word 2000 MICROSOFT. Level Three Advanced. Version N1.2 MICROSOFT Word 2000 Level Three Advanced Version N1.2 ICT Training First Floor Victoria House Queen Alexandra Hospital Cosham PO6 3LY Tel: 023 9228 6000 ext: 5867 Email: ICT.Training@porthosp.nhs.uk Website:

More information

Excel 2000 MICROSOFT. Level 2. Version N2

Excel 2000 MICROSOFT. Level 2. Version N2 MICROSOFT Excel 2000 Level 2 Version N2 ICT Training First Floor, Victoria House Queen Alexandra Hospital Cosham PO6 3LY Tel: 023 9228 6000 ext: 5867 Email: ICT.Training@porthosp.nhs.uk Website: www.training.iphis.nhs.uk

More information

Excel 2000 MICROSOFT. Level 1. Version N2

Excel 2000 MICROSOFT. Level 1. Version N2 MICROSOFT Excel 2000 Level 1 Version N2 ICT Training First Floor, Victoria House Queen Alexandra Hospital Cosham PO6 3LY Tel: 023 9228 6000 ext: 5867 Email: ICT.Training@porthosp.nhs.uk Website: www.training.iphis.nhs.uk

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

MODULE 5 DATABASES. Content

MODULE 5 DATABASES. Content MODULE 5 DATABASES Module Goals Module 5 - Databases, requires candidates to understand some of the basic concepts of databases demonstrate the ability to use a database on a personal computer. Candidates

More information

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database :

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database : Highline College - Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #39: Access 2016: Create Database, Import Excel, Create Tables & Forms, Build Relationships

More information

Word 2000 MICROSOFT. Level Two Intermediate. Version N2.1

Word 2000 MICROSOFT. Level Two Intermediate. Version N2.1 MICROSOFT Word 2000 Level Two Intermediate Version N2.1 ICT Training First Floor Victoria House Queen Alexandra Hospital Cosham PO6 3LY Tel: 023 9228 6000 ext: 5867 Email: ICT.Training@porthosp.nhs.uk

More information

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary MIS Cases: Decision Making With Application Software, Second Edition Database Glossary This database glossary is designed to accompany MIS Cases: Decision Making With Application Software, Second Edition,

More information

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design Objective 1: Identify Good Database Design CHAPTER 6 SUMMARY A database is an organized collection of data facts about people, events, things, or ideas related to a specific topic or purpose. Information

More information

Word Module 5: Creating and Formatting Tables

Word Module 5: Creating and Formatting Tables Illustrated Microsoft Office 365 and Office 2016 Intermediate 1st Edition Beskeen Test Bank Full Download: http://testbanklive.com/download/illustrated-microsoft-office-365-and-office-2016-intermediate-1st-edition-beskee

More information

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Queries, Lookup Wizard, Relationships August 2010 by Floyd Jay Winters and Julie Manchester winterf@scf.edu SEE GRADING CRITERIA

More information

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE C30147 RELATIONAL DATABASE Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards This module has been developed to further the learner s

More information

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports Version 07/11/09 Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Subforms, and the Lookup Wizard May 2009 by Floyd Jay Winters and Julie Manchester winterf@mccfl.edu Database

More information

Complete Quick Reference Summary

Complete Quick Reference Summary Microsoft Access 2010 Complete Quick Reference Summary Microsoft Access 2010 Quick Reference Summary Advanced Filter/Sort, Use AC 153 Advanced button (Home tab Sort & Filter, Advanced Filter/Sort) All

More information

Database Design Practice Test JPSFBLA

Database Design Practice Test JPSFBLA 1. You see field names, data types, and descriptions in: a. Datasheet View c. Form View b. Design View d. Property View 2. The data type for insurance policy numbers, such as 0012-M-340-25 or 43F33-7805,

More information

MS-Access : Objective Questions (MCQs) Set 1

MS-Access : Objective Questions (MCQs) Set 1 1 MS-Access : Objective Questions (MCQs) Set 1 1. What Are The Different Views To Display A Table A) Datasheet View B) Design View C) Pivote Table & Pivot Chart View 2. Which Of The Following Creates A

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

Introduction to Microsoft Office Access 2010

Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 by Himmelfarb Health Sciences Library is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0

More information

Access 2003 Introduction

Access 2003 Introduction Microsoft Application Series Access 2003 Introduction Best STL Courses never cancelled: guaranteed Last minute rescheduling 24 months access to Microsoft trainers 12+ months schedule UK wide delivery www.microsofttraining.net

More information

Contents. Creating Forms

Contents. Creating Forms Access 2007 Forms Contents Creating Forms... 3 Creating a new form 3 Design view and Form view 5 Creating a user-defined form 5 Changing the look of your form... 6 Layout View 6 Design View 6 Moving and

More information

Chapter 4: Single Table Form Lab

Chapter 4: Single Table Form Lab Chapter 4: Single Table Form Lab Learning Objectives This chapter provides practice with creating forms for individual tables in Access 2003. After this chapter, you should have acquired the knowledge

More information

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office Access 2010 Chapter 2: Relational Databases and Multi-Table Queries 1 Objectives Design data Create tables Understand table relationships Share data with Excel Establish table

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://citt.hccfl.edu Microsoft Access 007: Module August 007 007 Hillsborough Community College - CITT Faculty Professional Development Hillsborough Community College - CITT

More information

Tutorial 2. Building a Database and Defining Table Relationships

Tutorial 2. Building a Database and Defining Table Relationships Tutorial 2 Building a Database and Defining Table Relationships Microsoft Access 2010 Objectives Learn the guidelines for designing databases and setting field properties Modify the format of a field in

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The purpose of a form is to: A) simplify the entry of data into a table. B) display the

More information

ECDL Module 5 REFERENCE MANUAL

ECDL Module 5 REFERENCE MANUAL ECDL Module 5 REFERENCE MANUAL Databases Microsoft Access XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 5 (USING MICROSOFT ACCESS XP) - MANUAL 5.1 USING THE APPLICATION... 4 5.1.1 DATABASE CONCEPTS...4

More information

MS Access Let s begin by looking at the toolbar and menu of Access.

MS Access Let s begin by looking at the toolbar and menu of Access. MS Access 2003 Access is a database program that allows you to store, retrieve, analyze, and print information. Individuals use databases for various purposes. Businesses use databases to manage customer

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

ACCESS 2007 FOUNDATION

ACCESS 2007 FOUNDATION ACCESS 2007 FOUNDATION WWP Learning and Development Ltd Page i STUDENT EDITION LESSON 1 - EXPLORING ACCESS... 1 Introduction... 1 Opening An Existing Database... 4 Converting Existing Databases... 5 The

More information

CUSTOMISE FIELDS AND LAYOUTS 2010

CUSTOMISE FIELDS AND LAYOUTS 2010 CUSTOMISE FIELDS AND LAYOUTS 2010 CUSTOMIZE YOUR FIELDS AND LAYOUTS Step 1 Define your fields Step 2 Customize your layouts Note: Changing the name of a field in the Define Fields box does not change the

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

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Microsoft Access 2007 Module 2

Microsoft Access 2007 Module 2 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

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

ICT IGCSE Databases (Access) A database is a collection of data or information stored in a logical format.

ICT IGCSE Databases (Access) A database is a collection of data or information stored in a logical format. A database is a collection of data or information stored in a logical format. Paper Based Database: Before computer based databases became available data would be kept on paper and stored in filing cabinets.

More information

Index. B backing up 76 7

Index. B backing up 76 7 A Access, other DBMSs and 9 Action queries 121, 125 defined 125 address book 16, 34 age calculations 60 answer table 36 editing data in 147 8 field names 294 multi-table queries 294 queries and 155 queries

More information

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

Simple Invoicing Desktop Database with MS Access 2013/2016. David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013/2016. David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013/2016 David W. Gerbing School of Business Administration Portland State University July 7, 2018 CONTENTS 1 Contents 1 Create a New Database 1 2 Customer

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

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Nutzen Sie die Dettmer-Seminarunterlagen für Access bei einmaligem Kauf über Jahre hinaus für Ihre eigenen Schulungen

Nutzen Sie die Dettmer-Seminarunterlagen für Access bei einmaligem Kauf über Jahre hinaus für Ihre eigenen Schulungen Nutzen Sie die Dettmer-Seminarunterlagen für Access bei einmaligem Kauf über Jahre hinaus für Ihre eigenen Schulungen 20 Appendix 20.1 Data Types On page 22, the data types have already been mentioned

More information

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 1 Getting Started with Microsoft Access 2016 Learning Objectives Identify Good Database Design Create a Table and Define Fields in a Blank

More information

INTRODUCING. Access. R. Kumar

INTRODUCING. Access. R. Kumar INTRODUCING Access R. Kumar R/DBMS.. Database : A database is logically organised and structured collection of integrated data stored together without redundancy to serve multiple applications and diverse

More information

Microsoft Access 5: Reports & Other Useful Functions

Microsoft Access 5: Reports & Other Useful Functions Microsoft Access 5: Reports & Other Useful Functions You can print out simple records of your data by using the Office menu. However, if you want to create a customized report from one or more tables or

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

More information

Microsoft Office Specialist Access 2016

Microsoft Office Specialist Access 2016 77-730 Microsoft Office Specialist Access 201 For coverage of all objectives, please utilize Shelly Cashman Series Office 35 & Access 201 Comprehensive Domain Obj Number Objective text Module Pages: Topic

More information

Microsoft Access 2002 for Windows

Microsoft Access 2002 for Windows Microsoft Access 2002 for Windows Handout: 2 Academic Computing Support Information Technology Services Tennessee Technological University February 2004 1. Opening the File In the PC labs, from the Start

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

Full file at

Full file at Testbank, Access Chapter 2 1) When designing a database, all of the following statements are true EXCEPT: A) You need to consider the output requirements of the database B) You need not be concerned with

More information

Excel 2013 Workshop. Prepared by

Excel 2013 Workshop. Prepared by Excel 2013 Workshop Prepared by Joan Weeks Computer Labs Manager & Madeline Davis Computer Labs Assistant Department of Library and Information Science June 2014 Excel 2013: Fundamentals Course Description

More information

LIMS QUICK START GUIDE. A Multi Step Guide to Assist in the Construction of a LIMS Database. Rev 1.22

LIMS QUICK START GUIDE. A Multi Step Guide to Assist in the Construction of a LIMS Database. Rev 1.22 LIMS QUICK START GUIDE A Multi Step Guide to Assist in the Construction of a LIMS Database Rev 1.22 Contents Contents...1 Overview - Creating a LIMS Database...2 1.0 Folders...3 2.0 Data Fields...3 2.1

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

Office Access. Intermediate

Office Access. Intermediate Office 2007 Access Intermediate May 2010 Contents INTRODUCTION... 1 DATABASE CONCEPTS... 3 WHAT IS A DATABASE?... 3 DATABASE OBJECTS... 3 WHAT IS A PRIMARY KEY?... 4 WHAT IS A FOREIGN KEY?... 4 WHAT IS

More information

Introduction to Computer Applications. CISY 1225 Chapter 10. Zahoor Khan, PhD

Introduction to Computer Applications. CISY 1225 Chapter 10. Zahoor Khan, PhD Introduction to Computer Applications CISY 1225 Chapter 10 Zahoor Khan, PhD Last updated: May 2014 No new topics I will not be here Next Week Mashtura will help you Class time is for practice Do your own

More information

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access Databases and Microsoft Access Introduction to Databases A well-designed database enables huge data storage and efficient data retrieval. Term Database Table Record Field Primary key Index Meaning A organized

More information

Intermediate Microsoft Access 2010

Intermediate Microsoft Access 2010 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 Buttons Create a Switchboard

More information

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 TOPIC 1A: SORT A LIST... 6 Sort a list in A-Z or Z-A Order... 6 TOPIC 1B: RENUMBER A LIST... 7 Renumber a List

More information

Microsoft Access 2010 Beginning Written By: Jeff Hutchinson

Microsoft Access 2010 Beginning Written By: Jeff Hutchinson Microsoft Access 2010 Beginning Written By: Jeff Hutchinson Introduction Course Description Learn the basics of database design by creating and modifying tables, managing databases, understanding database

More information

Access 2016 Foundation SAMPLE

Access 2016 Foundation SAMPLE Access 2016 Foundation Access 2016 Foundation Access 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

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

Access Intermediate

Access Intermediate Access 2010 - Intermediate (103-134) Building Access Databases Notes Quick Links Building Databases Pages AC52 AC56 AC91 AC93 Building Access Tables Pages AC59 AC67 Field Types Pages AC54 AC56 AC267 AC270

More information

What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based

What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based Lesson - 1 What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based Examples of Databases Computer Based Databases

More information

CONTENTS INTRODUCTION... 1 DATABASE CONCEPTS... 3

CONTENTS INTRODUCTION... 1 DATABASE CONCEPTS... 3 CONTENTS INTRODUCTION... 1 DATABASE CONCEPTS... 3 WHAT IS A DATABASE?... 3 HOW IS A DATABASE ORGANISED?... 3 WHAT IS A PRIMARY KEY?... 4 WHAT IS AN INDEX?... 4 PLANNING AND DESIGNING A DATABASE... 5 RELATIONAL

More information

IT2.weebly.com Applied ICT 9713

IT2.weebly.com Applied ICT 9713 Chapter 11 Database and charts You already know how to o define database record structures o enter data into a database o select subsets of data within a database o sort data within a database o produce

More information

Access 2007 Introduction

Access 2007 Introduction Microsoft Application Series Access 2007 Introduction Best STL Courses never cancelled: guaranteed Last minute rescheduling 24 months access to Microsoft trainers 12+ months schedule UK wide delivery www.microsofttraining.net

More information

What is a database? Lesson - 1

What is a database?  Lesson - 1 Lesson - 1 www.semainformatics.wordpress.com What is a database? A database is any collection of data that is organized for quick retrieval. Databases can be computer based or paper based 1 Examples of

More information

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010 Objectives COMM 391 Introduction to Management Information Systems Introduction to Microsoft Access 2010 Describe the major objects in Access database. Define field, record, table and database. Navigate

More information

Module 5. Databases. Astro Computer Training. Page 1

Module 5. Databases. Astro Computer Training. Page 1 Module 5 Databases Astro Computer Training Page 1 1. Database Terminologies What is a Database? A database is a collection of data related to a particular topic organised and stored for easy retrieval.

More information

Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only)

Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only) ECDL Module 5 WORKBOOK Databases Microsoft Access 2003 Edition for ECDL Syllabus 4.5 (UK only) PAGE 2 - ECDL MODULE 5 (OFFICE 2003) - WORKBOOK 1995-2007 Cheltenham Courseware Ltd. All trademarks acknowledged.

More information

Learning About Relational Database By using Microsoft Access 2010

Learning About Relational Database By using Microsoft Access 2010 The Business School BUACC5937: Information Systems Design and Development for Accountants Mégabite Restaurant e-commerce System Invoice Learning About Relational Database By using Microsoft Access 2010

More information

Microsoft Access 2016 Intro to Forms and Reports

Microsoft Access 2016 Intro to Forms and Reports Microsoft Access 2016 Intro to Forms and Reports training@health.ufl.edu Access 2016: Intro to Forms and Reports 2.0 hours Topics include using the AutoForm/AutoReport tool, and the Form and Report Wizards.

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Queries Norm Downey This PowerPoint uses the Sample Databases on the class website Please download them now 2 1 What is a Query? Queries allow the user to manipulate the

More information

Access 2016 Foundation. North American Edition SAMPLE

Access 2016 Foundation. North American Edition SAMPLE Access 2016 Foundation Access 2016 Foundation North American Edition Access 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

Microsoft Access XP (2002) - Forms. Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations

Microsoft Access XP (2002) - Forms. Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations Microsoft Access XP (2002) - Forms Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations Table of Contents Exercise File Needed... 3 INTRODUCTION

More information

Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only)

Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only) ECDL Module 5 WORKBOOK Databases Microsoft Access XP Edition for ECDL Syllabus 4.5 (UK only) PAGE 2 - ECDL MODULE 5 (OFFICE XP) - WORKBOOK 1995-2007 Cheltenham Courseware Ltd. All trademarks acknowledged.

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Links to Activities ACTIVITY 2.1. Links to Activities

Links to Activities ACTIVITY 2.1. Links to Activities ACCESS CREATING TABLES AND RELATIONSHIPS Section 2 0 1 Skills Create a table by adding records Change field names Insert and modify fields in Design view Create a table using Design view Set the primary

More information

European Computer Driving Licence

European Computer Driving Licence European Computer Driving Licence E C D L S y l l a b u s 5. 0 Module 5 Using Databases ECDL Syllabus 5 Courseware Module 5 Contents UNDERSTANDING DATABASES... 1 KEY CONCEPTS... 1 DATABASE ORGANIZATION...

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

Access 2010 Foundation. Access 2010 Foundation SAMPLE

Access 2010 Foundation. Access 2010 Foundation SAMPLE Access 2010 Foundation Access 2010 Foundation Access 2010 Foundation Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written

More information

Tutorial 1: Introduction to Tables, Forms, and Menus

Tutorial 1: Introduction to Tables, Forms, and Menus Tutorial 1: Introduction to Tables, Forms, and Menus This tutorial introduces you to or refreshes your skills using Microsoft Access. In this tutorial, you will implement a simple order entry system for

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

More information

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel:

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel: MS Office 2010 Word Tabs & Tables Manual Catraining.co.uk Tel: 020 7920 9500 Table of Contents TABS... 1 BASIC TABS WITH ALIGNMENT... 1 DEFAULT TAB STOP... 1 SET MANUAL TAB STOPS WITH RULER... 2 SET MANUAL

More information

Let s create another simple report from one of our queries available: Author Age query.

Let s create another simple report from one of our queries available: Author Age query. Microsoft Access 6: Reports & Other Useful Functions This can be a very quick way to build a report, especially if you plan to put only a few fields on your report. When you click on the Blank Report button,

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Select Queries Norm Downey Chapter 2 pages 173 193 and Chapter 3 pages 218 249 2 1 This PowerPoint uses the Sample Databases on the class website Please download them now

More information

Introductory Exercises in Microsoft Access XP

Introductory Exercises in Microsoft Access XP INFORMATION SYSTEMS SERVICES Introductory Exercises in Microsoft Access XP This document contains a series of exercises which give an introduction to the Access relational database program. AUTHOR: Information

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

A Step-by-step guide to creating a Professional PowerPoint Presentation

A Step-by-step guide to creating a Professional PowerPoint Presentation Quick introduction to Microsoft PowerPoint A Step-by-step guide to creating a Professional PowerPoint Presentation Created by Cruse Control creative services Tel +44 (0) 1923 842 295 training@crusecontrol.com

More information

Access: Using Forms for Data Entry and Editing

Access: Using Forms for Data Entry and Editing Access: Using Forms for Data Entry and Editing Viewing and Entering Data with Forms A form is the most convenient layout for entering, changing, and viewing records from a database table or query and are

More information

MIS 2502 Access 2007 Tutorial

MIS 2502 Access 2007 Tutorial Introduction...1 1. Creating Tables...2 1. Table Relationships...8 2. Queries... 13 4. Parameterized Query... 25 5. Forms... 37 6. Form Controls... 45 7. Sub Forms for 1:M Relationships... 53 8. Sub Forms

More information

Work with Tables and Database Records

Work with Tables and Database Records 3 Work with Tables and Database Records LESSON SKILL MATRIX Skill Exam Objective Objective Number Navigating Among Records Entering, Inserting, Editing, and Deleting Records Add New Records. Navigate to

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

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

Creating a Database Using Access 2003 for Windows 2000/Me/2003 Creating a Database Using Access 2003 for Windows 2000/Me/2003 Created: 25 September 2003 Starting Access 2003 Double click on the Access 2003 icon on the Windows desktop (see right), or click-on the Start

More information

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41 Table of Contents iii Table of Contents Word Starting Word What is word processing? 2 Starting Word 2 Exploring the Start screen 4 Creating a blank document 4 Exploring the Word document window 5 Exploring

More information

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities ACCESS SUMMARIZING DATA AND CALCULATING IN FORMS AND REPORTS Section 4 Skills Use functions in a query to calculate statistics Summarize data in a crosstab query Summarize data in a PivotTable Summarize

More information