Microsoft Access 2010 Tables & Field Properties

Size: px
Start display at page:

Download "Microsoft Access 2010 Tables & Field Properties"

Transcription

1 Microsoft Access 2010 Tables & Field Properties Web Page:

2 Microsoft Access Tables & Field Properties 2.0 hours Tables are the core of our database, where all data is saved. The other database objects, Queries, Forms and Reports, use the data from the tables. The topics for this workshop include working with different data types; data entry shortcuts; the table analyzer wizard; simple relationships; AutoForms; and field properties such as: field size, formats, input masks, captions, default values, and validation rules. Access Basics highly recommended as a prerequisite. New Database... 1 Creating New Tables... 1 Create Tables from Existing Data... 3 Analyze Table... 3 What is Normalization?... 3 Table Analyzer Wizard... 3 Data Types... 8 A note about AutoNumbers... 9 General Properties... 9 Field Size New Values Expression Result Type Format Decimal Places Input Mask Caption Default Value Validation Rule Validation Text Required Allow Zero Length Indexed Unicode Compression IME Mode IME Sentence Mode Smart Tags Text Format Text Align Show Date Picker Append Only Workshop Exercise Pandora Rose Cowart Education Coordinator Academic Health Center Training Updated 11/29/2015 C3 013 Communicore (352) PO Box prcowart@ufl.edu Gainesville, FL

3 New Database When you first create a database in Microsoft Access 2010, it takes you directly to a new table screen, in a Datasheet view. From here we can start to entering data and naming our fields. To change the name of the fields, double click on the column heading, to add a new one, double click on Add New Field. There will always be an Add New Field column at the end of your data set in the table Datasheet View. If you create your table this way, Access will assume the data type based on the entries. Creating New Tables On the Create tab there are several options to create a new table. The first option, showing just a grid creates a table using the Enter Data mode shown above. Field properties can be modified through the Table Tools Fields Tab. You won't be able to change all the properties, for that you will need to move to the Design View. The next button allows you to create your Table in the design view. In the basics workshop you created two tables in the design view. If you have planned your database, this will be the best way to make a new table. Even if you begin a table using one of the methods above you will eventually need to make modifications in the design. Creating a table in Design View is talked about later in this packet. The SharePoint Lists will create a table and the links necessary to use the data collected in this database for a SharePoint file. Page 1

4 Creating a Table in Design View When you choose this method to create a table you will see a blank design view. Notice at the bottom of the screen, the blue text tells you what you are filling in. In this case, the field name, Access is telling you that the name can be up to 64 characters long, counting the spaces. It also tells us that F1 will bring up the help file for field names. Watch this area for explanations of each portion of the Design view. Access will tell you if you use a character it does not allow for a field name: Once you have typed your field a name, you can choose a data type. By default the fields will be text. Text Alphanumeric characters up to 255 (including spaces) Memo Alphanumeric characters up to 64,000 (that s more than10 pages at 10 pt font) Number True number fields, no letters. A number is data we would do math with. Date/Time For Dates and Times Currency Special Number field with $ AutoNumber Automatic numbers created with each new record Yes/No True Boolean Yes or No No maybes, no blanks. True or False, Yes or No OLE Object Object Link or Embed. (from 2003, use attachments or hyperlinks) Hyperlink Link to a webpage or to a file on your computer Attachments Allows you to attach an outside file to individual records (new to 2007) Calculated Allows you to create a calculation based on the data (new to Office 2010) Lookup Wizard Create a combo box like this Data Type List The description column is for more than just programmer notes. The text you type in the Description will be displayed in the status bar in the Datasheet View of the table. Page 2

5 Create Tables from Existing Data You can bring existing data into your Access database if you have a data table already created in another file, such as an Excel Spreadsheet, a comma delimitated (CSV) file, or other data file that is organized and ready bring into the current database (including other Access files). On the External Data tab, there are several Import & Link options. See the Access 2010: Importing and Exporting with Excel handout for more information. Analyze Table At the end of the Table Import Wizard we have the option to analyze our new able. This option is available at anytime from the Database Tools Tab (for Office 2003 look in the Tools Menu, under Analyze). This analyzer helps us to "normalize" our data. This will help us separate the repetitive data into its own table. Doing this will cut down on data entry errors and help us to maintain a data consistancy. What is Normalization? Normalization is the process of efficiently organizing data in a database. There are two goals of the normalization process: eliminating redundant data (for example, storing the same data in more than one table) and ensuring data dependencies make sense (only storing related data in a table). Both of these are worthy goals as they reduce the amount of space a database consumes and ensure that data is logically stored. ( Table Analyzer Wizard Step 1: Looking at the Problem Page 3

6 Step 2: Solving the Problem Step 3: Choosing which Table to Analyze The "Show introductory Pages?" box will allow Access to open the newly created tables at the end of the wizard. Page 4

7 Step 4: Deciding to use the Wizard or your own plan Step 5: Restructuring your Tables Page 5

8 For this class we want to split our Visits Table into three new tables. Our reasons have a lot of repeated data that will probably work best from a lookup table. Our Doctors are also being repeated, and even more so here where we must repeat several fields for each record. Access will pull out the unique values for the new table, set an automatic Primary Key and create a lookup in the original dataset to the new table. Page 6

9 Step 6: Correcting possible Typographical Errors If Access finds inconsistencies in the dataset it will prompt you for possible corrections. Step 7: Decide on Query and Finish Page 7

10 The Table Analyzer Wizard has not been changed for several versions of Access. In Access 2003 and earlier the "introductory" pages (the new tables) open tiled horizontally. In Access 2010 we used Tabbed Documents, more than Floating Windows. The Tabbed documents cannot be tiled, so you will get this error message. Just click ok to view your new tables. Access does not touch the original table. If you are happy with the results of the new table structures, be sure to remove the old table from your database. Data Types Data Type Text Memo Number Date/Time Currency AutoNumber Description Text can contain any alphanumeric characters, up to 255 characters (letters, numbers, and symbols, including punctuation). Memo can contain any alphanumeric characters, up to 65,535 characters (letters, numbers, and symbols, including punctuation). A Number field is limited to numeric input (numbers, decimal points, +/ signs). This is a field that can be used for mathematical purposes. Date/Time allows you to enter Dates and/or Times. Access will store these dates and times similarly to Excel, such that you will be able to do math with them. This field type is a monetary value, accurate to four decimals. This field is most often used as a primary key, because it creates a unique sequential number for each record. Page 8

11 Data Type Yes/No OLE Object Hyperlink Attachment Lookup Wizard Description This is a binary field, its format can be set to Yes/No, True/False, or On/Off. In each of these cases, there are only two options. OLE stands for Object Linked or Embedded. This is the option you would use if you needed to embed or link a file to a record. A hyperlink data type would be used for addresses or web pages. Allows you to attach a file to the record. Attachment fields provide greater flexibility than OLE fields, and they use storage space more efficiently. The lookup wizard allows you to link the field to another table, in order to set up a drop down arrow to choose your data from the other table or query. This will automatically link the two tables A note about AutoNumbers When AutoNumbers are set to increment the field will count in ascending order (1, 2, 3). When a record is deleted, the table is not renumbered*. AutoNum Name AutoNum Name AutoNum Name 1 Jack 1 Jack 1 Jack 2 Jill 2 Jill 3 John 3 John 3 John AutoNumbers can be random instead of incremented. This allows the data to be shuffled, instead of being displayed in the order you created the records. Random numbers are treated the same as the incremented numbers. When the record is deleted its AutoNumber is gone. *In Access 2007/2010, you can delete the AutoNumber field you have created, and the table will forget the previous AutoNumber. If you create a new field as an AutoNumber, this version of Access will create a new count for you. In older versions of Access you will need to move the data to a new table to create a new AutoNumber. General Properties Each data type has different field properties that will appear at the bottom of the screen. These are the general properties for a text field. The properties will change depending on the data type. Access provides a brief description of each properties in blue text on the on the right side of the window. Page 9

12 Field Size Text The maximum number of characters including spaces is 255. If you need more than 255 characters, a Memo field can hold up to 65,535 characters (including spaces). If you need more than a Memo field can hold, you should place the text in an outside file, such as Word, and link to it with a Hyperlink field or embed it using an OLE field (2003 or earlier) or attach it using the Attachment field (2007 or later). Access will hold the text field to the limitation you set, for example for a "State" field you may limit the field size to two, so that the user will only be able to enter the abbreviations, "FL" instead of "Florida". Access only saves the characters that are actually entered, no matter how large the Field size setting is for text fields the storage size is only measured by the true contents. Number, AutoNumber The field size of a Number or AutoNumber determines the range of the number as well as the size of the memory storage. Setting Description Storage Size Byte Stores numbers from 0 to 255 (no fractions). 1 byte Integer Stores numbers from 32,768 to 32,767 (no fractions). 2 bytes Long Integer Single Double (Default) Stores numbers from 2,147,483,648 to 2,147,483,647 (no fractions). Stores numbers from 3.40E38 to 1.40E 45 for negative values and from 1.40E 45 to 3.40E38 for positive. (7 significant digits) Stores numbers from 1.8E308 to 4.9E 324 for negative values and from 1.8E308 to 4.9E 324 for positive values. (15 significant digits) 4 bytes 4 bytes 8 bytes Decimal Stores numbers from 10^28 1 through 10^28 1 (30 significant digis) 12 bytes Replication ID Do not use this value unless you are working in or implementing the design of a replicated database. 16 bytes New Values AutoNumber This General Property only appears with AutoNumbers. The options are Increment, which means the AutoNumber will count each record, 1,2,3, or Random, which means the AutoNumber will randomly choose a number within the field size to represent that record. Expression Calculated This General Property only appears with the calculated field. The field type will be "calculated", but this Expression property shows the true equation/expression. Page 10

13 Result Type Calculated This General Property only appears with the calculated field. The options allow you to determine the field type and numeric field size of your result. Format Text, Memo, Hyperlink, Calculated The selection box for these formats are empty, but you can create a few custom formats: < (lowercase), > (requires data, at least a space), & (data not required) Setting Data Entered @@@@ > HSC/ITC Training HSC/ITC TRAINING < HSC/ITC Training hsc/itc training Null value (leave blank) Unknown HSC/ITC Training HSC/ITC Training Number, Currency, AutoNumber, Calculated There are several options for the number format: Setting General Number Currency Euro Fixed Standard Description (Default) Display the number as entered. Use the thousand separator Use the euro symbol, regardless of the currency symbol specified in the regional settings of Windows. Display at least one digit, set Decimal places property with this format Use the thousandth separator with two decimal places Percent Multiplies the value by 100 and append a percent sign (%) Scientific Use standard scientific notation. 4,000,000 = 4.00E+06 Page 11

14 It is possible to create your own custom Number formats. Custom number formats can have one to four sections with semicolons (;) as the list separator. Each section contains the format specification for a different type of number. Section First Second Third Fourth Description The format for positive numbers. The format for negative numbers. The format for zero values. The format for Null values. For example, you could use the following custom Currency format: $#,##0.00[Green];($#,##0.00)[Red];"Zero";"Null" You can create custom number formats by using the following symbols. Symbol Description. (period) Decimal separator. Separators are set in the regional settings in Windows., (comma) Thousand separator. 0 Digit placeholder. Display a digit or 0. # Digit placeholder. Display a digit or nothing. $ Display the literal character "$". % Percentage. The value is multiplied by 100 and a percent sign is appended. E or e Scientific notation with a minus sign ( ) next to negative exponents and nothing next to positive exponents as in 0.00E 00 or 0.00E00. E+ or e+ Scientific notation with a minus sign ( ) next to negative exponents and a plus sign (+) next to positive exponents, as in 0.00E+00. Examples: General # # $0.00 $0.00 $12.00 $12.35 $ $0.12 Currency $0.00 $12.00 $12.35 $12,345, $0.12 Euro ,345, Fixed Standard ,345, Percent 0.00% % % % 12.35% Scientific 0.00E E E E E 01 Page 12

15 Date/Time, Calculated The preset formats for the Date/Time field are shown on the left. As with our Number field, Date/Time fields are not limited to the options given, we can build our own custom formats. If you wish to make your own date/time format use the table below as a guide. Dates for Tuesday, February 3, 2004 Day Month Year d 3 m 2 dd 03 mm 02 ddd Tue mmm Feb dddd Tuesday mmmm February Times for 1:02:05 yy 04 yyyy 2004 Hours Minutes Seconds h 1 n 2 s 5 hh 01 nn 02 ss 05 If you would like to use the 12 hour clock you need to add the appropriate designator at the end. Access will accept any of the following: AM/PM; am/pm; A/P; a/p; AMPM. If you want to add a comma or other separator to a custom format, enclose the separator in quotation marks as follows: mmm d", "yyyy. Symbol Description Examples: ddddd Same as the Short Date predefined format. Setting Result ddd", "mmm d", "yyyy Mon, Jun 2, 1997 mmmm dd", "yyyy June 02, 1997 "This is week # "ww This is week # 22 "Today is "dddd Today is Tuesday dddddd Same as the Long Date predefined format. w Day of the week (1 to 7). ww Week of the year (1 to 53). q Quarter of the year (1 to 4). y Number of the day of the year (1 to 366). ttttt Same as the Long Time predefined format. Yes/No, Calculated The preset formats for the Yes/No field are Yes/No, True/False, or On/Off. It is possible to create custom formats as well, however, no matter which format you choose you will only see the check box in the datasheet view. To change the check box into a Text field so you can see your formatting options, you must go to the Lookup properties tab and change the Display Control to a Text Box. To build a custom format you must start with a leading semicolon (;) then what to do if the item is true, a semicolon, and what to do if it's false. Example: ; Always (blue); Never (red) Page 13

16 Decimal Places Numbers, Currency The list gives the numbers 0 through 15. The Decimal Places property setting has no effect if the Format property is blank or is set to General Number. Your choice will affect only the number of decimal places that display, not how many decimal places are actually stored. Input Mask Text, Numbers, Date/Time, Currency Input masks allow us to set a template, a pattern that our data must follow. This gives our data a consistent look. Input masks have to be text or date fields. There is an Input Mask Wizard. To launch the wizard, put yourself in the input mask option of your general properties and press the ellipsis ( ) button that will appear at the end of the line. The Input Mask Wizard has several predefined formats for the most common data entry items, such as Phone Number, Socical Security Number and Zip Code. The input mask option appears for Text, Numbers, Date/Time and Currency fields, but the Wizard will only build the mask for Text and Date/Time fields. If you would like to build your own Input Mask such that it will be added to the Wizard you can click on the Edit List button on the first screen of your Wizard. From here you can add in Masks that you may need on a regular basis. Things such as Medical Record Numbers or GatorLink ID's. L for letters; 9 for optional numbers; 0 for required numbers; A for alphanumeric characters Examples: Social Security Number (999) Phone Number US Postal Code 00/00/9900 Date Med Rec # Caption All Field Types Captions replace the field name for the data view of the table, query and form, and are used for the labels on the forms and reports. The caption overrides the field name for all data display purposes. If you need to have the columns shown with the actual field names, you can delete the captions or export the data. Default Value Text, Memo, Number, Date/Time, Currency, Yes/No, Hyperlink The Default Value is the data that is automatically entered into the field when doing your data entry. For example, most of your customers live in Florida, so you may set the default state to FL so you can skip over that column while doing your data entry. Page 14

17 Validation Rule Text, Memo, Number, Date/Time, Currency, Yes/No, Hyperlink Validation Rules limit the values that are entered into this field. Any valid expression can be entered for your rules. Most of the common logic values can be used to create your Validation rules: Logic Value Meaning Examples < Less Than < 25 <1/1/2005 > Greater Than >12 >Now( ) <> Not Equal <>0 <> "Monday" = Equal Used combinatorial with other validation. And Combinational And >12 And <32 >#1/1/05 And <#2/1/05# Or Combinational Or ="M" or ="F" ="FL" or ="GA" Is Null Can be left blank Used combinatorial with other validation. Is Not Null Cannot be left blank Used combinatorial with other validation. Like Used for non exact values Use? to represent one Char Use * to represent many Like "A????" (Field must have five characters and start with the letter "A".) Like "FL*" Not Negates the Logic Values Not =0 Not Like "P*" Validation Text Text, Memo, Number, Date/Time, Currency, Yes/No, Hyperlink Validation Text is the error message that will be displayed when your data does not match the Validation Rule Property. You have 255 characters for your error message. Example: Field Gender, Validation Rule ="M" Or ="F" Without Validation Text: With Validation Text ("Please Enter M for Male and F for Female"): Page 15

18 Required Text, Memo, Number, Date/Time, Currency, OLE Object, Hyperlink, Attachment This option asks if data is required to be entered into the field. If you mark this property Yes, the record cannot be saved without an entry, but Access will allow an entry such as a space. Allow Zero Length Text, Memo, Hyperlink This property is similar to the Required field, however it will not allow you to leave the field with spaces, this property forces you to actually enter data into the field. Indexed Indexed Text, Memo, Number, Date/Time, Currency, AutoNumber, Yes/No, Hyperlink An index speeds up searches and sorting on a field, but may slow updates. There are three choices for indexing your data: No, Yes Allow Duplicates, Yes No Duplicates. The Yes No Duplicates option is automatically used for Primary keys, and will prohibit duplicate values in the field. Indexes are most useful in very large databases, when searching, filtering and sorting the data may be time consuming. For the databases you will build, you probably should not index beyond the primary key fields. Unicode Compression Unicode Compression Text, Memo, Hyperlink Beginning with Access 2000, Microsoft changed the way Access saved text type data fields. In Access 97 and earlier each character represented one byte, under the new Unicode Character Encoding Scheme, each character represents two bytes, thus new versions of Access now require more storage space. Unicode Compression is automatically set to Yes to compress the data as it's saved. The data is automatically uncompressed as it's accessed. For more information on Unicode compression, see the Access Help File. IME Mode IME Mode Text, Memo, Date/Time, Hyperlink The Input Method Editor (IME) allows users to enter and edit Chinese, Japanese, and Korean characters. The IME Mode Property allows you to set one of the following controls. Setting Description Setting Description No Control Kanji Conversion Mode not set (default). Half pitch Katakana Sets half pitch katakana. On Turns on Kanji Conversion Mode. Full pitch Alpha/Num Sets full pitch letters/numbers. Off Turns off Kanji Conversion Mode. Half pitch Alpha/Num Sets half pitch letters/numbers. Disable Disables Kanji Conversion Mode. HangulFull Sets full pitch hangul. Hiragana Sets full pitch hiragana Hangul Sets half pitch hangul. Page 16

19 IME Sentence Mode Text, Memo, Date/Time, Hyperlink As with the IME Mode, this option is for use of Chinese, Japanese, and Korean characters. Smart Tags Text, Memo, Number, Date/Time, Currency, AutoNumber, Hyperlink, Calculated Smart Tags are intended to help you save time in your normal operations. For example, one of the smart tags available is when a person's name in entered, you can send them an . Text Format Memo A memo field can be set to have Rich Text Formats. That means that you can change font formats and use bullets inside a memo field if you set this field property to Rich Text. Text Align Text, Memo, Number, Date/Time, Currency, AutoNumber, Yes/No, OLE, Hyperlink, Calculated This property allows you to set the text alignment. By default text appears on the left of the cell, numbers and dates on the right. This property allows you to set your own horizontal alignment. Show Date Picker Date/Time The default for this value is always with dates, so there is a little calendar that appears at the end of any Date/Time field. The calendar is not helpful with older dates (such as birthdays) nor with times. If you set this value to Never, it will remove the calendar. Append Only Memo, Hyperlink This property tracks the field update history. You can view the history of an Append Only field by right clicking a value in the field, and then clicking Show column history on the shortcut menu. Access displays a history of changes to the field value. Page 17

20 Workshop Exercise 1. If necessary download the database a Open the database 2 AccessTables.accdb 3. Open table Patients a. Adjust Datasheet view - Auto Adjust Address Field 1. View Wilma West Address not fitting Med Rec: Collapse Navigation Pane (F11) 3. Select all AutoFit b. Set properties in Design view - Field sizes 1. State 2 characters 2. Gender 1 character 3. Zip Long Integer 4. View Datasheet - Formatting 1. Capitalize Last Name( > ) View datasheet Remove Caps 2. Capitalize State and Gender ( > ) 3. Format Birthday (mm/dd/yyyy) - Input Mask 1. Zip Code Change to Data Type: Text Try Input Mask again 00000\ 9999;;_ 2. Phone # (999) Birth Date 99/99/ Caption 1. Pt Med Rec Med Rec 2. Pt Last Name Last Name 3. Pt First Name First Name 4. Pt Address Address 5. Pt City City 6. Page 18

21 - Default Value 1. State: FL 2. Create Date: Date( ) Hide Create Date Column in Datasheet view - Validation Rule 1. Gender ="M" or ="F" Set Error Message 2. Birth Date < Date( ) Set Error Message c. Datasheet View - Select All Auto Adjust - Add yourself as a record 1. Move in with Harley Ctrl ' to repeat above cell 4. Open the Visits table a. Sort Table by different fields - Reasons should be in their own table - Doctors should be in their own table b. Close, don't save 5. From the Database Tools Tab Analyze Table a. Analyze Table Visits b. Let me decide c. Rename Table 1 Visit Info - Add Key d. Create 3 Tables - See Page 6 in this packet 1. Visit Info (ID, Pt Med Rec, Visit Date, Visit Time, Visit Length) 2. Visit Reasons (ID, Visit Reasons) 3. Doctors (ID, Doctor Last Name, Doctor First Name, Doctor Ext) e. Fix Heart Burn error, leave Twisted Ankle f. Say OK to horizontal tiling error Page 19

22 6. View new tables a. Add Headache to Reasons - Make sure to leave the row so the record saves (no pencil!) b. Change reason in the first visit to be a Headache - If necessary, Refresh on the Home tab to be able to see Headache on list 7. Right click on one of the tab names and Close All 8. Delete original Visits Table 9. Visit Info Table a. Delete a record - Notice it does not re number - Hide ID column b. Create a Lookup Field for Patient in Visits table - Med Rec #, Last Name, Birth Date c. Add a record to Visits - Ctrl ; for current date - Ctrl : for current time 10. View Relationships (Tools Tab) a. Double click on relationship between Visit Info and Patients - Enforce Referential Integrity 11. Copy Patient Table, Paste as Employee Table (Structure Only) a. Design view - Delete everything but the name fields - Rename fields for Emp First & Emp Last - Set Emp Last as the Primary Key b. Datasheet View - Enter three names 1. Bob Smith, Bob Jones, Mary Jones Press Esc to cancel Mary's Record c. Design View - Set Last and First as a dual Primary Key d. Datasheet View - Add Mary Jones - Add Mary Jones again 1. Press Esc to cancel the record Page 20

23 e. Design View - Create Fields 1. Emp Birthday Date/Time 2. Emp Celebrate Yes/No 3. Emp Hours Worked Number 4. Emp Hourly Rate Currency 5. Emp Picture Attachment f. Datasheet view - Create fake data for employees 1. Double click on paperclip to add the attachment 12. Create a Form from Employees a. Turn to the Form View b. While the Employee Table is open, but all records are saved (no pencil!) c. Click on the FORM button on the Create Tab d. Add a new employee to the form - Add two attachments to the new record - Use arrows to move between the pictures 13. Close and Save Form a. Notice new record not showing b. On Home Tab Refresh Data 14. Exit Access a. Yes it's ok to empty the clipboard 15. If desired, you can the file to yourself a. Open Access b. From the File menu, Info section, Choose Compact and Repair c. Exit Access d. Right click on the file, Send To, Compressed Zipped Folder e. Open Internet browser, go to any online access and attach the zipped folder Page 21

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

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

More information

Field Properties Quick Reference

Field Properties Quick Reference Field Properties Quick Reference Data types The following table provides a list of the available data types in Microsoft Office Access 2007, along with usage guidelines and storage capacities for each

More information

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

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

More information

Microsoft Access 2010 Basics & Database Fundamentals

Microsoft Access 2010 Basics & Database Fundamentals Microsoft Access 2010 Basics & Database Fundamentals Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Access Basics & Database Fundamentals 3.0 hours Microsoft Access is

More information

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

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

More information

MS Access Lab 2. Topic: Tables

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

More information

Utility Software II lab 1 Jacek Wiślicki, jacenty@kis.p.lodz.pl original material by Hubert Kołodziejski

Utility Software II lab 1 Jacek Wiślicki, jacenty@kis.p.lodz.pl original material by Hubert Kołodziejski MS ACCESS - INTRODUCTION MS Access is an example of a relational database. It allows to build and maintain small and medium-sized databases and to supply them with a graphical user interface. The aim of

More information

Using Microsoft Access Databases

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

More information

Microsoft. Access HOW TO GET STARTED WITH

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

More information

Microsoft Access 2007 Module 1

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

More information

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

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

More information

Microsoft Access 2010: Basics & Database Fundamentals

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

More information

Microsoft Access 2010 Advanced Queries

Microsoft Access 2010 Advanced Queries Microsoft Access 2010 Advanced Queries Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Access 2010: Advanced Queries 2.0 hours This workshop requires completion of "Access:

More information

Microsoft Access 2010 Part 1: Introduction to Access

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

More information

What is a database? The parts of an Access database

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

More information

Microsoft Access Basics

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

More information

Databases with Microsoft Access. Using Access to create Databases Jan-Feb 2003

Databases with Microsoft Access. Using Access to create Databases Jan-Feb 2003 Databases with Microsoft Access Using Access to create Databases Jan-Feb 2003 What is a Database? An Organized collection of information about a subject. Examples: Address Book Telephone Book Filing Cabinet

More information

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

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

More information

Field Name Data Type Description Field Size Format

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

More information

Introduction to Microsoft Access 2013

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

More information

Introduction to Microsoft Access 2010

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

More information

Chapter 5. Microsoft Access

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

More information

Microsoft Access 2010

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

More information

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

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

More information

Access 2010 Intermediate Skills

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

More information

Microsoft Access 2003 Module 1

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

More information

Creating a Database using Access 2007

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

More information

Microsoft Access 2007 Introduction

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

More information

Access 2007. Creating Databases - Fundamentals

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

More information

Microsoft Access 2010- Introduction

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

More information

Creating a Database in Access

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

More information

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

Exploring Microsoft Office Access 2007. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office Access 2007 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

Create a New Database in Access 2010

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

More information

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

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

More information

Access NAMES Computerized Database

Access NAMES Computerized Database Access NAMES Computerized Database 2014 USER'S GUIDE Last Updated: 4/2014 Prepared by: BEVERLY J. SIMS COMPUTER SPECIALIST bsims@uaex.edu 501-671-2263 The Division of Agriculture offers its programs to

More information

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

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

More information

Microsoft Access 2010 handout

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

More information

Microsoft Access 2010 Overview of Basics

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

More information

Microsoft Access Glossary of Terms

Microsoft Access Glossary of Terms Microsoft Access Glossary of Terms A Free Document From www.chimpytech.com COPYRIGHT NOTICE This document is copyright chimpytech.com. Please feel free to distribute and give away this document to your

More information

How to set up a database in Microsoft Access

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

More information

Databases and Microsoft Access II

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

More information

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

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

More information

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

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

More information

3 Data Properties and Validation Rules

3 Data Properties and Validation Rules 3 Data Properties and Validation Rules 3.1 INTRODUCTION Once a database table has been created and the fields named and the type of data which is to be stored in the field chosen, you can make further

More information

IN THIS PROJECT, YOU LEARN HOW TO

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

More information

Microsoft Excel 2010 Linking Worksheets and Workbooks

Microsoft Excel 2010 Linking Worksheets and Workbooks Microsoft Excel 2010 Linking Worksheets and Workbooks Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Linking Worksheets & Workbooks 1.5 hour Topics include

More information

Creating and Using Databases with Microsoft Access

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

More information

Working with Access Tables A Continuation

Working with Access Tables A Continuation Working with Access Tables A Continuation This document provides basic techniques for working with tables in Microsoft Access by setting field properties, creating reference tables, sorting and filtering

More information

European Computer Driving Licence

European Computer Driving Licence European Computer Driving Licence ECDL Syllabus 5.0 Module 5 Using Databases ECDL Syllabus 5 Courseware Module 5 Contents UNDERSTANDING DATABASES... 1 KEY CONCEPTS...1 DATABASE ORGANIZATION...1 RELATIONSHIPS...3

More information

Using Microsoft Access

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

More information

Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS...

Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS... Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS... 3 CHANGE A JOIN PROPERTY... 4 REMOVING A JOIN... 4 CREATE QUERIES... 4 THE

More information

Search help. More on Office.com: images templates

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

More information

MICROSOFT OFFICE ACCESS 2007 - LEVEL 2

MICROSOFT OFFICE ACCESS 2007 - LEVEL 2 MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - LEVEL 2 Modifying Tables Setting Field Properties Using Operators in Queries Designing Advanced Queries Creating Action Queries Using Advanced Query

More information

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

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

More information

Creating and Using Forms in SharePoint

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

More information

Database Database Management System (DBMS)

Database Database Management System (DBMS) Database Database Management System (DBMS) Introduction to databases A database is a collection of structured and related data items organized so as to provide a consistent and controlled access to items.

More information

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options The Home Ribbon Sort Buttons: sort records into ascending or descending order by selected field Filter by Selection button. Displays records by degree to which they match the selected record. Display summary

More information

Access Queries (Office 2003)

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

More information

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

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

More information

Microsoft Access Part I (Database Design Basics) ShortCourse Handout

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

More information

Information Technology Services Kennesaw State University

Information Technology Services Kennesaw State University Information Technology Services Kennesaw State University Microsoft Access 2007 Level 1 1 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied

More information

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

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

More information

How to Design a Form Report (RTF) Output

How to Design a Form Report (RTF) Output How to Design a Form Report (RTF) Output Applicable to SIMS.net version 7.108 onwards. Permissions required You will need to be a member of any of the following user groups in System Manager to design

More information

Customized Reports using Microsoft Access 2010

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

More information

Access 2007 Creating Forms Table of Contents

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

More information

Microsoft Access XP Session 1 Week 8

Microsoft Access XP Session 1 Week 8 Creating a Database Click-on the Start button in the lower left corner of the screen, then click-on Programs, and then click-on Microsoft Access. New File The Access XP New File Task Pane will appear on

More information

Introduction to Microsoft Office Access 2010

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

More information

Access Database Design

Access Database Design Access Database Design Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk -- 293-4444 x 1 http://oit.wvu.edu/support/training/classmat/db/ Instructors:

More information

Microsoft Access 2010 An Intermediate Guide (Level 2)

Microsoft Access 2010 An Intermediate Guide (Level 2) IT Training Microsoft Access 2010 An Intermediate Guide (Level 2) Contents Introduction...1 Speeding up Table Creation...2 Using Datasheet View...2 Using a Table Template...3 Input Masks...3 Importing

More information

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

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

More information

To determine the fields in a table decide what you need to know about the subject. Here are a few tips:

To determine the fields in a table decide what you need to know about the subject. Here are a few tips: Access Introduction Microsoft Access is a relational database software product that you can use to organize your data. What is a "database"? A database is an integrated collection of data that shares some

More information

Microsoft Access 2013 An Intermediate Guide (Level 2)

Microsoft Access 2013 An Intermediate Guide (Level 2) IT Training Microsoft Access 2013 An Intermediate Guide (Level 2) Contents Introduction...1 Speeding up Table Creation...2 Using a Table Template...2 Using Datasheet View...2 Input Masks...3 Importing

More information

Introduction to Microsoft Access

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

More information

Creating tables in Microsoft Access 2007

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

More information

Introduction to. Microsoft Access 2000. Practicals

Introduction to. Microsoft Access 2000. Practicals Introduction to Microsoft Access 2000 Practicals 1 Contents Practical 1..1 Introduction to Access basics. Getting help in Access. Creating databases and tables. Practical 2 13 More on creating, editing

More information

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

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

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

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

More information

The column containing phone numbers is a field

The column containing phone numbers is a field Microsoft Access 1: Introduction to Database Design Part 1: Vocabulary Microsoft Access: It is a Database Management System (DBMS) - a system to manage your data or information. You can think of a database

More information

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

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

More information

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH:

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: INDEX Microsoft Access- An Overview 2 Datasheet view 4 Create a Table in Datasheet

More information

Creating and Managing Online Surveys LEVEL 2

Creating and Managing Online Surveys LEVEL 2 Creating and Managing Online Surveys LEVEL 2 Accessing your online survey account 1. If you are logged into UNF s network, go to https://survey. You will automatically be logged in. 2. If you are not logged

More information

Planning and Creating a Custom Database

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

More information

Introduction to Microsoft Access 2003

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

More information

C omputer D riving L icence

C omputer D riving L icence E uropean C omputer D riving L icence 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

Template Guide. HTML Email. Release 8. This template guide is an overview of how to use and customize an HTML email templates with Conga Composer.

Template Guide. HTML Email. Release 8. This template guide is an overview of how to use and customize an HTML email templates with Conga Composer. Template Guide HTML Email Release 8 This template guide is an overview of how to use and customize an HTML email templates with Conga Composer. Contact Support: support@congamerge.com Americas EMEA APAC

More information

Bank Account 1 September 2015

Bank Account 1 September 2015 Chapter 8 Training Notes Bank Account 1 September 2015 BANK ACCOUNTS Bank Accounts, or Bank Records, are typically setup in PrintBoss after the application is installed and provide options to work with

More information

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

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

More information

for Sage 100 ERP Business Insights Overview Document

for Sage 100 ERP Business Insights Overview Document for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

How to use Microsoft Access to extract data from the 2010 Census Summary File 1

How to use Microsoft Access to extract data from the 2010 Census Summary File 1 How to use Microsoft Access to extract data from the 2010 Census Summary File 1 This document provides a step by step example of how to use the Census Bureau provided Microsoft Access database shell to

More information

A More Advanced Database Illustration Access 2010

A More Advanced Database Illustration Access 2010 A More Advanced Database Illustration Access 2010 3.1 Introduction and Checklist This illustration is taken from a form designed for data abstraction from medical records of women diagnosed with breast

More information

Access Part 2 - Design

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

More information

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. Microsoft Access A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. A Database Management System (DBMS) allows users to create a database; add,

More information

Tutorial 3. Maintaining and Querying a Database

Tutorial 3. Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save queries

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

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

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

More information

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

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

More information

Creating a New MS-Access Database

Creating a New MS-Access Database Group Size 3 or 4. Due date : at next week labs. Requirements Using MS Access, implement an application for a students project groups and teachers. What should be covered: Opening a Database The Database

More information