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

Size: px
Start display at page:

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

Transcription

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

2 Table of Contents Exercise File Needed... 3 INTRODUCTION TO ACCESS FORMS... 4 Accessing the Database in HOH Opening Sweets AUTOCONTENT WIZARD... 5 NAVIGATING FORMS... 5 Keyboard Navigation... 5 Mouse Navigation... 5 DATA ENTRY USING A FORM... 6 Data Entry Using a Mouse... 6 SAVING A FORM... 6 SEARCHING FOR RECORDS IN A FORM... 7 Find... 7 Filter by Example... 7 USING THE FORM WIZARD... 8 MANUALLY CREATING A FORM... 9 THE FORM DESIGN ENVIRONMENT... 9 The Canvas Area... 9 Placing Fields on the Form Placing Several Fields on the Form Similtanously Selecting Controls Deleting a Control Moving and Resizing Controls Aligning Controls THE TOOLBOX CREATING A DROP DOWN LIST (COMBO BOX) Creating a Combo Box for Customer ID Number Set Tab Order USING A COMBO BOX TO GO TO A RECORD CREATING AN OPTION GROUP CREATING TAB SHEETS CREATING A CHECK BOX CALCULATIONS IN FORMS Equation Guidelines CALCULATIONS INVOLVING NUMBERS Formatting Calculated Fields Disallow Tab Stop Changing the description for the Label Control CALCULATIONS INVOLVING DATES Expressing Time in Other Units USING FORM HEADER & FOOTERS Inserting a Picture in the Form Header Resizing Pictures Setting Size Mode Inserting Text into Headers or Footers Inserting The Date & Time AccessXP-Forms.doc April 23, 2003 Page 2 of 33

3 Inserting Page Numbers TABLE RELATIONS & MULTIFORM ENTRY Table Relations: Relating Tables CREATING A MAIN/SUBFORM USING MAIN/SUBFORMS Moving to the Next/Previous Record Starting a New Record Adding Another Record Saving & Reusing the Main/Subform Exercise File Needed This handout utilized a database file called: SweetsXP.mdb. It can be found on the Marshall Web Page at: AccessXP-Forms.doc April 23, 2003 Page 3 of 33

4 INTRODUCTION TO ACCESS FORMS Although data can be entered and edited directly in a table, most users create forms for data entry. Forms can be easier to work with and have several advantages over working directly with tables. Calculations can be placed in forms but not in tables. A form can be used to place data into more than one table (This can be done using tables as well.) Fields can be hidden from the data entry person. For example, there may be certain fields that you do not wish them to see such as Salary or you may simply have certain fields that will be filled in later and you do not want the data entry person to type anything in them yet. Pictures can be stored in tables, but they can only be displayed in forms (or reports). The fields can be placed on the form in any order or position desired. For example, if you are doing data entry from a survey, you can arrange your form to look exactly like the survey. A from only shows one record at a time, making data entry easier. Switchboards employing macro buttons are created in forms (Not covered in this handout.) It should be noted that when you use a form, data is not duplicated, you are merely creating another method of viewing the data in a table. When you are working on data through a form, you are really working on data from the underlying table. General Steps in Creating a From: a. Select the table that the form is to be used with. b. Create the form either using a form wizard or manually in Design View. Accessing the Database in HOH401 If you are attending the Access workshop in HOH401, you will need to access the SweetsXP.mdb database. This database can be copied off the network into C:\temp by typing the line below in the RUN box. 1. From the Windows taskbar, click on: START - RUN 2. Type the following: \\msbapps\labapps\prof\training\getfiles 3. Click on Ok. Opening Sweets XP 1. Start MS Access XP. 2. Select: Open an Existing Database 3. Select: More Files and click on Ok. 5. Select the file called: SweetsXP.mdb and click Open. AccessXP-Forms.doc April 23, 2003 Page 4 of 33

5 AUTOCONTENT WIZARD The Autocontent Wizard is the fastest method of creating a form. It makes a standardized form based upon the table selected. 1. Click on the Tables tab in the Database window. 2. Select the table General Candy Info. 3. From the menu, click on: INSERT - FORM 4. In the New Form window, select: AutoForm: Columnar and click Ok. Keyboard Navigation NAVIGATING FORMS KEYSTROKE ACTION Enter Moves the cursor to the next field Tab Moves the cursor out of a memo field. Shift + Tab Moves the cursor to the previous field. Control + Page Down Moves the cursor to the next record. Control + Page Up Moves the cursor to the previous record. Page Down Moves to the next page of a multi-page record. Page Up Moves to the previous page of a multi-page record. Control + Home Moves the cursor to the first record. Control + End Moves the cursor to the last record. F5 Allows you to specify the record to go to. Mouse Navigation Moves the cursor to the first record. Displays the current record number. Starts a new record. Displays the total number of records.. Moves the cursor up one record. Moves the cursor down one record. Moves the cursor to the last record. AccessXP-Forms.doc April 23, 2003 Page 5 of 33

6 DATA ENTRY USING A FORM Data entry and editing using a form is essentially the same data entry & editing in tables. Keystroke Action ENTER (in the last field of a record) Saves the record. SHIFT + ENTER (in any field of a record) Saves the record Control + Inserts a new record. Control - Deletes the current record. F2 Toggles the cursor between highlighting the entire field to a single character cursor. Spacebar Toggles the check in a Yes/No F4 Activates the drop down list of a combo box. Control + ; Inserts the current date. Control + Shift + : Inserts the current time. Control + Copies data from the field above. Data Entry Using a Mouse Starts a new record. Deletes the current record. Clicking a check box will add/remove its check in a Yes/No field. Clicking the down arrow in a combo box will display a list of choices. SAVING A FORM When you save a form, it will be kept under the Forms tab in the Database window. However, you do not have to save a form to use it for data entry and whether you save a form or not, the data typed into it is still written to the table. To save your form: 1. Click on the Save icon on the toolbar. 2. Type a descriptive name for the form. 3. Click on Ok. To use the form at a later date, merely click on the Forms tab in the Database window and then double click the form. AccessXP-Forms.doc April 23, 2003 Page 6 of 33

7 SEARCHING FOR RECORDS IN A FORM The methods for searching a Form are the same as searching a table. Find 1. Open the form you wish to search. 2. Click in the field you wish to search. 3. Click on the Find icon from the toolbar. 4. Type the text you are looking for in the Find What box. 5. Click Find First to move the record containing your text. Type what you are searching for here. Select the search direction here: All, Up, or Down. Match: Whole Field, Any Part of Field, or Start of Field.. Filter by Example Unlike Find which takes you to the record containing your text, Filter by Example display only those records matching the example you select. will 1. Click on the word Nabisco in the Manufacturer field. 2. Click on the Filter by Example icon. You should only be able to view records where the manufacturer is Nabisco. Note the words (Filtered) at the bottom of your screen. This indicates that you are not seeing all of your records. Removing the Filter To remove the filter and display all of your records again: 1. Click on the Remove Filter icon. AccessXP-Forms.doc April 23, 2003 Page 7 of 33

8 USING THE FORM WIZARD Like the Autocontent Wizard, the Form Wizard also creates a form for you, but they differ in that the Form Wizard allows for some user input into how the form will look. We will create a form for the table General Candy Info that leaves out the Candy ID field. Since this field is an autonumber field, the data entry person will never need to type in it. 1. Click on the Tables tab in the Database window. 2. Select the table General Candy Info. 3. From the menu, click on: INSERT - FORM 4. In the New Form window, select: Form Wizard then click Ok. 5. Select the all fields except Candy ID for your form. (See illustration below.) Lists all of the fields in the table. Pick the fields you want on your form from this list. Lists all of the fields that will appear on your form. Use the > sign to bring fields to your form. Places the selected field on your form. Places all fields on your form Removes the selected field from your form. Removes all fields from your form. 6. Click on Next. 7. Select the type of layout you would like. 8. Click on Next. 9. Select a style you would like: 10. Click on Next. 11. Type a title for your form. 12. Select: Open the form to view or enter information 13. Click on Finish. AccessXP-Forms.doc April 23, 2003 Page 8 of 33

9 MANUALLY CREATING A FORM For most purposes, the wizards will suffice in creating the desired forms. However, it usually is necessary to go into Design View and modify the form. The best way to learn about Design View is to create a form from scratch. In this example, we will create a form for the table called Orders. 1. Click on the Tables tab in the Database window. 2. Select the table Orders 3. From the menu, click on: INSERT - FORM 4. Select Design View and click on Ok. THE FORM DESIGN ENVIRONMENT Prior to creating a form, it is important to become familiar with some of the more important features in form design view. The Canvas Area The Canvas area of a form is the area where objects (fields, pictures, buttons, etc.) must be placed. Its size will determine how big the form is and how many pages/screens a record will take to display. Note that the Form Header/Footer and Page Header/Footer area will not be present in your form at this time. They can be displayed by selecting them from the menu under: VIEW - Items placed in the Form Header/Form Footer sections will appear at the Top/Bottom of the screen and printout. Headers & Footers are for such things as field headings, the current date, or the title of your form. Items placed in the Page Header/Page Footer sections will only appear at the Top/Bottom of every printed page but not on the screen. Fields from your table should be placed in the Detail area. Click & drag the Section Bars to control how large a section is. Click & drag the Canvas area by its edge to resize the form. AccessXP-Forms.doc April 23, 2003 Page 9 of 33

10 Placing Fields on the Form Data fields should be placed in the Details area of the form. Place them there by clicking & dragging them from the field list. Field List: Clicking the Field List icon on the Form Design toolbar will display/hide a list of the fields in the table that the form is based on. Click and drag a field name to the Details area of your form to place it on your form. 1. If the Field List is not visible, click the Field List icon. 2. Click & drag Order ID to the Details section of the form. Note that two controls are created: The Label control which is the name of the data being displayed, and the TextBox control which is the actual data. 3. To see the actual data, click on the Form View icon. 4. To return to design view, click on the Design View icon. Label Control: This is the title of the data being displayed (same as a column heading). This control can be deleted or renamed without harming the connection to the table. Text Control: Data from the table is displayed in the Text Control box. In this case, the Order ID numbers will be displayed if viewed from Form View. 5. Place the rest of the fields on the form. Placing Several Fields on the Form Similtanously Rather than placing fields on the form one by one, you can select several fields and place them on the form similtanously. When you click & drag any one of the selected fields to the form, all of the selected fields will be placed on the form. Selection Techniques Double clicking the table s name ( Orders ) at the top of the Field List will highlight all the fields in the table. Holding down the CONTROL key on the keyboard allows you to select discontiguous fields. Clicking a field, and then holding down the SHIFT key on the keyobard and clicking another field will select all of the fields between and including the two fields. AccessXP-Forms.doc April 23, 2003 Page 10 of 33

11 Selecting Controls To modify any object in Form Design View, you must first select it. Objects are selected by clicking on them. To deselect an object, simply click in the background away from the object. Deleting a Control To remove a field from the form, simply click on it to select it and press the DELETE key on the keyboard. Moving and Resizing Controls Move a Control: To move just one of the controls, click and drag the control by the large square in its upper left corner. The mouse will turn into a finger when positioned correctly. Resize: To resize a control, place the mouse on one of the small black squares surrounding the control and click and drag. The mouse becomes a double headed arrow when positioned correctly. Aligning Controls The controls on the form can be manually moved and aligned with each other, but using FORMAT ALIGN from the menu is usually faster. You can select multiple controls by either: Holding down the SHIFT key while clicking the control on the form. Clicking & dragging around several controls selects any control that is at least partially included. (Note that Labels are automatically selected with their associated control) 1. Select one of the controls to be aligned. (See the example below.) 2. Hold down the SHIFT key and click the other controls it is to be aligned with. 3. From the menu, click on: FORMAT - ALIGN - LEFT 4. Repeat the procedure above for the other controls. AccessXP-Forms.doc April 23, 2003 Page 11 of 33

12 THE TOOLBOX To create such controls as drop down boxes, check boxes, pictures, calculations, etc, it is necessary to use the Toolbox. 1. Click the Toolbox icon on the Form Design toolbar to hide/display the toolbar: Select Objects: Allows the selection of objects. Label: Used for placing text on any part of your form. Option Group: Used in conjunction with option buttons, this allows you to select between a group of choices. Option Button: Use either with a Yes/No field or in an option group. Combo Box: Allows selection from a drop down list of choices. Command Button: Use to activate macros & module commands. Unbound Object Frame: Use to place OLE objects (sounds, pictures, etc.) from an outside source in your form. Page Break: Forces a page break. SubForm/SubReport: Use to create a form within a form. Rectangle: Places a rectangle in the form. Control Wizards: When turned on, wizards will help with using other tool box controls. Text Box: Used to create calculations. Toggle Button: Toggles between two choices. Check Box: Used with Yes/No fields. List Box: Allows selection from a list of choices. Image: Use to place pictures from a source outside the database on the form. Bound Object Frame: Used to display OLE objects (such as pictures) that are stored in the table in the form. Tab Control: Allows you to place controls behind one another using tabs. Line: Use to place lines on your form. More Controls: Opens a list of more advanced controls. AccessXP-Forms.doc April 23, 2003 Page 12 of 33

13 CREATING A DROP DOWN LIST (COMBO BOX) Combo boxes in forms allow the data entry person to click a down arrow which will list choices that can be placed in the field. Combo boxes are useful when there are only a limited number of choices to select from. Further, they ensure that entries are spelled correctly. Creating a Combo Box In the Orders form, we are supposed to type in the Customer ID for the customer we are taking the order for. This means that either we have to have all of the Customer ID numbers memorized or have them on a sheet of paper somewhere telling us what each company s ID is. To avoid this problem, we will make a combo box that will list the Company Name and their Customer ID number. When the user selects a Company Name from the drop-down list, the Customer ID number will be placed in the Combo Box for us. To create this list, we will use the Sweets Customers table because it contains the Company Names and Customer IDs. 1. Open the Orders form in Design View. 2. Click on the Textbox control Customer ID and press the DELETE key. 3. Display the Toolbox toolbar. 4. Make sure the Control Wizards button is pressed. 5. Click on the Combo Box icon. 6. Drag the field Customer ID from the Field List onto the form. At this point, the wizards will activate. 7. Select: I want the combo box to look up the values in a table or query. 8. Click on Next. 9. At Which table or query should provide the values for your combo box?, select: Sweets Customers 10. Click on Next. AccessXP-Forms.doc April 23, 2003 Page 13 of 33

14 11. At Which fields contain the values you want included in your combo box? Select: Customer ID and click the > button. Select: Company Name and then click the > button. 12. Click on Next. 13. Remove the check from Hide key column 14. Adjust the column widths. 15. Click on Next. 16. For the value to store, select: Customer ID Of the two columns being displayed, this is the one containing the data we are after. 17. Click on Next. 18. Set Store that value in this field to: Customer ID (We will be storing the Customer IDs in the Customer ID field.) 19. Click on Next. 20. Label the Customer ID control: Customer ID 21. Click on Finish. AccessXP-Forms.doc April 23, 2003 Page 14 of 33

15 You should now have a combo box on your screen. Select Form View to use it. 1. Click the Form View icon. 2. Click on the down arrow to select from the drop-down list. When you click on a Company Name, the Customer ID should be placed in the Customer ID box. Notes: The F4 key also activates the combo box. Typing in the combo box goes to the first matching value from the list. Exercise: Try making another combo box for Employee ID. The Employee IDs, First, and Last Names are in the Sweets Employees table. Set Tab Order When data is being entered into a form, the user will normally press either ENTER or TAB to move to the next control. The Tab Order property determines which control the cursor moves to next. By default, Tab Order is determined by the sequence in which controls are added to the form. However, if you did not place the controls on the form in the sequence that you wish to browse them with the cursor, you will need to set the form s Tab Order. 1. Click on the Design View icon. 2. From the menu, select: VIEW - TAB ORDER 3. See the illustration below on setting tab order. Click Ok when finished. To Manually set tab order: 1. Click on the gray box next to the field name and let up on the mouse button. 2. Click and drag the selected field up or down using the mouse. Using Auto Order: Pressing Auto Order will change tab order to match the position of the fields on the form. The cursor will move left to right, top to bottom. AccessXP-Forms.doc April 23, 2003 Page 15 of 33

16 USING A COMBO BOX TO GO TO A RECORD An unbound combo box (a control that is not connected to a field in the table) can be used to go to a record by selecting from the list. Unlike a bound combo box which places data in a field, an unbound combo box lists data, but does not place data in the table. We will create a new form based on the table Sweets Customers and create a combo box which we can use to pull up a record based on the Company Name. Setting up the Form 1. Save and close the Orders form by clicking the Save button. 2. Click on the Tables tab and select the table Sweets Customers 3. From the menu, select: INSERT - FORM 4. Select Design View and click on Ok. 5. Make sure the Field List is displayed. 6. Make sure the Toolbox is displayed. 7. From the Field List, double click the Sweets Customers title to select all fields. 8. Click & drag any one of the fields to place them all on your form. 9. Make sure the Toolbox Wizards icon is pressed. Using the Combo Box Wizards 10. Click on the Combo Box button on the Toolbox. 11. Click on a blank area of the form. 12. Select: Find a record on my form based on the value I selected in my combo box. 13. Click on Next. 14. Select Company Name and click the > button to place it in the combo box. 15. Click on Next. 16. Leave the keyed column hidden and adjust the column width of the Company Name column. 17. Click on Next. AccessXP-Forms.doc April 23, 2003 Page 16 of 33

17 18. Type in a label such as: Click to find a company 19. Click on Finish. Testing the Combo Box 20. Click the Form View icon. 21. Click the down arrow for the combo box and select a company. You should have been taken to the record for that company. 22. Save the form: FILE - SAVE 23. Name the file: Customers and click Ok. AccessXP-Forms.doc April 23, 2003 Page 17 of 33

18 CREATING AN OPTION GROUP An Option Group allows the user to select from a limited list of choices by clicking radio buttons. The concept is similar to a combo box in that the user selects items from a list but the result is completely different. With a combo box, the actual names are written to the table, with an Options Group only numbers can be written to the table. Example: We sell to four types of companies: Single Stores, National Chains, Distributors, and Mail Order Companies. If we were to use an Option Group to select these, it would assign numbers to each of the four types of companies. For example: Distributors = 1, Mail Order = 2, National Chains = 3, Single Store = 4 The numbers 1, 2, 3, or 4 would be written to the table rather than the company types. 1. Open the Customers form in Design View. 2. Delete the Company Type control from the form. 3. Make sure the Toolbox is displayed. 4. Make sure the Toolbox Wizards icon is selected. 5. On the Toolbox, click on the Option Group icon. 6. Click on a blank area of the form. The Option Group Wizard starts. 6. Type: Distributor and press TAB. Type: National Chain and press TAB. Type: Mail Order and press TAB. Type: Single Store and press TAB. 7. Click on Next. 8. Set the Default Choice if desired. 9. Click on Next. AccessXP-Forms.doc April 23, 2003 Page 18 of 33

19 10. If desired, change the numbers which will be written to the table. 11. Click on Next. 12. Select: Store the value in this field and use the drop down arrow to select: Company Type 13. Click on Next. 14. Select the type of control: Option buttons and the style you would like: Etched 15. Click on Next. 16. Type in a caption for the option group. 17. Click on Finish. Testing the Option Group 18. Click the Form View icon. 19. Click on one of the options for a record. 20. Go to another record and select another option. 21. Save the form. 22. Close the form. 23. Open the Sweets Customers table to see the numbers. AccessXP-Forms.doc April 23, 2003 Page 19 of 33

20 USING TAB CONTROLS Tab Controls allow the user to overlap pages on a form. The additional pages can be accessed by clicking on the tab buttons. This allows the user to place more fields on a form and separate data into logical categories. Exercise: We will create a form for the Sweets Employees table which separates company information from personal information. 1. On the Tables tab, select the table Sweets Employees. 2. From the menu, select: INSERT - FORM 3. Select: Design View and click on Ok. 4. Make sure the Field List is displayed. 5. Make sure the Toolbox is displayed. Create the Tab Control 6. From the Toolbox, click on the Tab Control button. 7. Click on the form to create the Tab Control. 8. If necessary, resize the form by clicking & dragging it by its handles. Rename The Tabs 9. Double click the name of one of the tab sheets. 10. In the Name section of the Properties window, type: Company Info 11. Click on the other tab. 12. In the Name section, type: Personal Info 13. Close the Properties window. Inserting/Deleting Sheets on Tab Controls To Insert a sheet, right-mouse click a sheet and select: Insert Page To Delete a sheet, right-mouse click a sheet and select: Delete Page AccessXP-Forms.doc April 23, 2003 Page 20 of 33

21 Placing Fields on the Pages 15. Use the mouse to click and drag the following fields from the Sweets Employees Field List to the Company Info and Personal Info sheets on the Tab Control : Using The Sheets 16. Click the Form View icon. ENTER and TAB will move the cursor to the next field and eventually to the next record; but neither keystroke will move the cursor to the fields on the hidden sheet. To move the cursor between sheets: Either click on the sheet tabs with the mouse or press CONTROL + TAB on the keyboard. CREATING A CHECK BOX Check boxes are used in conjunction with YES/NO fields. Rather than typing yes or no, you can click in a box to indicate yes or no or press the SPACE on the keyboard. We will create a checkbox for the Still Employed field in the Sweets Employees table. 1. With the Employees form still open. 2. Return to Design View. 3. Click on the Check box button on the Toolbox. 4. Click & drag Still Employed? from the Field List to one of the sheets on the form. 5. The check box is created. Click the Form View icon. AccessXP-Forms.doc April 23, 2003 Page 21 of 33

22 CALCULATIONS IN FORMS Calculations in forms are useful as a reference but they will not write information to the table (ie. they are display only). There are two methods of creating forms containing calculations: Type the calculations directly in the form. (Shown here.) Create the calculations in a query, save the query, and base the form off the saved query rather than directly off the table. (Not Shown.) Equation Guidelines Equations in forms must begin with an = sign. Field names must be spelled correctly and must be surrounded by braces ( [ ] ). Use the Text Box tool to create equations. Parenthesis Exponent Multiplication Division Addition Subtraction ( ) ^ * / + - Label Control: This can be edited to say anything the user desires. It can even be deleted. To change the description, simply click inside of the control and type a new name. You can also change its name in the Properties window by editing the Caption line. Text Control: Equations always go in the Text Box control. It will display Unbound if it is not yet linked to a field. To create an equation, simply click inside of the control and type the equation. Note that the equation can also be entered in the Properties window on the Control Source line. CALCULATIONS INVOLVING NUMBERS In the General Candy Info table, we will find the amount of taxes for items in the Cost Per Unit field. Assume a tax rate of 8.25%. 1. In the Database window, click on the Tables tab. 2. Select the table: General Candy Info 3. From the menu, select: INSERT - FORM 4. Select Design View and click on Ok. 5. Make sure the Field List is displayed. 6. Make sure the Toolbox is displayed. 7. Drag the following fields from the Field List to the form: Manufacturer, Brand Name, & Cost Per Unit 8. Click on the Text Control icon. 9. Click on a blank area of the form. 10. Click inside the text box you just created. 11. Type the following equation: =[Cost Per Unit]* Press ENTER. 13. Click the Form View icon to see the result. AccessXP-Forms.doc April 23, 2003 Page 22 of 33

23 Formatting Calculated Fields The equation works but there are too many decimals to the right of the decimal point. 1. Return to Design View. 2. Select the equation by clicking on the Text Control. 3. Click on the Properties icon to open the Properties window: 4. Click in the Format box and select: Currency from the drop down list. Disallow Tab Stop When the user presses ENTER or TAB while in Form View, the cursor moves through all of the fields including the calculated field. Being that the user will never be entering data into this field, there is no reason to stop there, so to prevent it: 1. While in Design View, click on the calculation to select it. 2. Open the Properties window. 3. Click on the Other tab. 4. Set the Tab Stop option to: No Changing the description for the Label Control 1. Still in Design View, click inside the label control. (The one on the left.) 2. Type a description for the text box control next to it, such as: Tax: 3. Press ENTER on the keyboard. AccessXP-Forms.doc April 23, 2003 Page 23 of 33

24 CALCULATIONS INVOLVING DATES To find the number of days between two dates, the user simply needs to subtract one date from the other. However, if you want to express the amount of time in other units such as years or months, the equation becomes more difficult. Exercise: We wish to find out how long our employees have worked for us in days. To achieve this we will subtract the HIRE DATE from the current date. The current date is represented by this line of code: =Date() 1. With the Employees form open in Design View : 2. Click on the Text Control icon. 3. Click on an empty section of the form. (An unbound control appears.) 4. Click on the new text control to select it. 5. Open the Properties window. 6. Click on the All tab. 7. Click on the Control Source line. 8. Type the following equation: =Date()-[Hire Date] 9. Press ENTER. 10. Click the Form View icon to see the result. The answer will be in days. AccessXP-Forms.doc April 23, 2003 Page 24 of 33

25 Expressing Time in Other Units When the date needs to be expressed in units other than days, (months or years for example), the DATEDIFF function can be used to find the difference between two dates. Syntax: DateDiff( type of unit,1 st Date,2 nd Date) Type of Unit Description Type of Unit Description yyyy In years (round up) n In Minutes D In days s In Seconds W In Weeks q In quarters Y Day of the year ww The week number H In Hours m In Months If Hire Date were 9/15/89 and today s date were 11/21/97, the equations below would yield: Example: =DateDiff( m,[hire Date],Date()) would yield 98 (months) Example: =DateDiff( yyyy,[hire Date],Date()) would yield 8 (years) To add text (concatenation) to the end of the equation: Use the & symbol to add text or other calculations to a calculation. Enclose the text in quotes. =DateDiff( m,[hire Date],Date()) & Months =DateDiff( yyyy,[hire Date],Date()) & Years yields 98 Months yields 8 Years Note the equation expressing the answer in years is not completely accurate. This is because the units are rounded. If we divide the months by 12, you would get: meaning they have been there slightly over 8 years not just 8. =DateDiff("m",[Hire Date],Date())/12 would yield: in years To get more accurate results, you must employ two other operators: Int() Returns whole numbers only (what s to the left of the decimal point and does not round. For example: =Int(7.83) would yield 7. We will use the Int() function to get the years unrounded. MOD This divides one number by another and returns only the remainder. For example: 5 divided by 2 would be expressed: =5Mod2 and would yield 1. (2 goes into 5 two times with 1 left over). We will use this to get the months. i.e. 98 months divided by 12 has a remainder of 2 months. Try the following equation: =Int(DateDiff("m",[Hire Date],Date())/12) & " Yrs., " & DateDiff("m",[Hire Date],Date()) Mod 12 & " Mths." AccessXP-Forms.doc April 23, 2003 Page 25 of 33

26 4) Places a space and the letters Yrs. after the answer. =Int(DateDiff("m",[Hire Date],Date())/12) & " Yrs., " & DateDiff( "m",[hire Date],Date() ) Mod 12 & " Mths." 3) Returns only whole numbers (8). 1) Returns the difference expressed in months. (98) 2) Divides the months by 12 to express the units in years. (8.166) 5) Places this equation at the end of the first equation. 6) Finds the difference between the hire date and today s date in months. (98) 7) Divides the difference (98) by 12 and returns the remainder (2) 8) Places a space the letters: Mths. after the answer. AccessXP-Forms.doc April 23, 2003 Page 26 of 33

27 USING FORM HEADER & FOOTERS Information placed in a Form Header/Footer will display at the top/bottom of every record. Form Header/Footers differ from Page Header/Footers in that Page Header/Footers only display if the form is printed. Form header/footers are generally used for: Displaying a title for the form or a company logo at the top of the page. Placing the current date at the top or bottom of the form. Placing the field names (Label Controls) at the top of a column of data. Exercise: We will create a Form Header/Footer for the Customers form and display a picture, title, and the current date. 1. Open the Customers form created earlier. 2. Go to Design View. 3. From the menu, select: VIEW - FORM HEADER/FOOTER To control how large the header area is, use the mouse to drag the details bar up or down. 4. Adjust the Form Header area to about one or two inches high. Inserting a Picture in the Form Header Access can display the most common picture formats including BMP, JPG, and GIF. There are several sources of pictures which can be used. If the Image icon is used, the pictures must come from a saved picture file. If the Unbound Object Frame icon is used, the pictures can come from files, or the clip art gallery. 1. Make sure the Toolbox is displayed. 2. Click on the Unbound Object Frame icon: 3. In the Insert Object window, select the option: Create New 4. From the Object Type list, select: Microsoft Clip Gallery 5. From the list, select a picture and click on Insert. Resizing Pictures To resize a picture, simply click on it and click and drag it by one of the corner black squares. To move the picture, click and drag it from its center. AccessXP-Forms.doc April 23, 2003 Page 27 of 33

28 Setting Size Mode. The Size Mode determines how the picture fills the frame surrounding it. There are 3 modes: Clip: The picture retains its original size regardless of the frame size. If the frame is smaller than the picture, parts of the picture will be clipped off. Stretch: The picture will stretch or distort to fill the frame no matter what the dimensions of the frame are set to. Zoom: The picture will grow larger or smaller as the frame size is adjusted but the picture will always retain its original proportions. 1. Click on the picture to select it. 2. Open the Properties window. 3. Click on the All tab. 4. Click inside the Size Mode box. 5. Click on the down arrow to select the desired size mode. (Try Stretch.) Inserting Text into Headers or Footers To place text anywhere in the form, use the Label icon located on the Toolbox : 1. With the form open in Design View : 2. Click on the Label icon on the Toolbox. 3. Click on the form where the text is to be placed. 4. Type the text and press ENTER when complete. Tips When Working with Text: Pressing SHIFT + ENTER will start a new line. Use the Formatting toolbar to change text size, font, and other attributes. Use the corner black squares to resize the frame surrounding the text. Inserting The Date & Time 1. In form Design View : 2. From the menu, select: INSERT - DATE & TIME 3. Select the desired Date/Time options. 4. Click on the form to insert the date/time into the form header. 5. Move the control created by dragging it by the frame around it. 6. If necessary, resize the from by dragging it by the black corner handles. Inserting Page Numbers Page numbers only display in printouts and are placed in Page Header/Footers section. 1. To insert a page number, select: INSERT - PAGE NUMBERS 2. Select the desired options and click on Ok. AccessXP-Forms.doc April 23, 2003 Page 28 of 33

29 TABLE RELATIONS & MULTIFORM ENTRY One of the problems inherent in placing data into separate tables has to do with input and editing. Having to open two or more tables to perform data entry and editing can be tedious and prone to mistakes if the appropriate changes are not made to all tables involved. Fortunately, these problems can be solved with the use of Table Relations and Multiform Entry. These two items go hand in hand. You can not use multiform entry unless you have first related the tables involved. Table Relations: Table relations basically control how tables that have something in common will behave with respect to each other. To relate tables, specific conditions must exist: Master/Subordinate: When two or more tables are related, there must be at least one Master table. When set up to its fullest extent, the master table dictates what can be typed into the other tables which are known as subordinates. (See Referential Integrity below). Primary Keyed Field: The tables are linked through their common fields. Further, the Master table s linking field must be a primary key field. The subordinate table s linking fields do not have to be primary keys. Same Data Type: The linking fields must be of the same data type or similar data types. The following field types are compatible: Text to Text Number to Number AutoNumber to Number (Field size on the number field must be set to Long Integer) Relating Tables Our eventual goal is to create a form that allows us to place information in both the Orders table and the Order Details table from a single screen. Orders will be the master table The two tables will be related through their common field of Order ID. 1. Click on the Relationships icon from the Standard toolbar. 2. Click on the Show Table icon. 3. Select the table Orders and click on Add. 4. Click on the table Order Details and click on Add. 5. Click on Close to close the Show Table window. The tables are related by using the mouse to connect the fields which are common to both of the tables. However, the direction the mouse is dragged determines which table is the master and which is the subordinate. Always drag from the master table to the subordinate table. AccessXP-Forms.doc April 23, 2003 Page 29 of 33

30 6. Click on Order ID in the Orders table. 7. Then drag it to Order ID in the Order Details table. The Relationships window appears. At this point we could click on Create and be ready to create the Main Form/Sub Form, but we will explore some of the other options as well. A specific Order ID (5 for example) exists only once in the Orders table but may exist many times in the Order Details table because they may have ordered more than one item in the same order. Cascade Delete Related Tables: If checked, when a record is deleted from the master table, all related records in the subordinate table are also deleted. For example, if Order ID 5 is deleted in the Orders table then all records with Order ID 5 in the Order Details table will also be deleted. Cascade Update Related Tables: If checked, when the linking field in the master table is edited, all of the matching linking fields in the subordinate table are changed as well. For example, if you were to change the Order ID in the Orders table from 10 to 300, in the Order Details table, all Order ID 10s would also change to 300. Enforce Referential Integrity: When checked, two or more tables can be related in such a way that data cannot be typed into the subordinate table without first being typed into the master table. For example, we would not be able to enter an Order ID in the Order Details table unless we first place the Order ID in the Orders table. (This option must be check to enable the other two options.) 8. Select the Following: Enforce Referential Integrity Cascade Update Related Fields Cascade Delete Related Fields 9. Click on Create. 10. Save and close the Relationships window. AccessXP-Forms.doc April 23, 2003 Page 30 of 33

31 CREATING A MAIN/SUBFORM A Main/Subform allows you to place information into two or more related tables from one form. We will create a main/subform using Orders and Order Details. 1. In the Database window, click on the Tables tab. 2. Select the Orders table. 3. From the menu, select: INSERT - FORM 4. In the New Form window, select: Form Wizard and click Ok. 5. Place all fields from Orders on the form by clicking the >> button. 6. Change tables to Table: Order Detail by using the Tables/Queries down arrow. 7. Click the double >> button to select all fields from Order Detail. 8. Click on Next. 9. At How do you want to view your data?, select: by Orders (This will allow us to use subforms because Orders is the master table.) 10. Select: Form with Subform(s) 11. Click on Next. 12. For the subform layout select: Datasheet and click on Next. 13. Select a style for your form and click on Next. 14. Type a name for your main form and subform and click on Finish. AccessXP-Forms.doc April 23, 2003 Page 31 of 33

32 USING MAIN/SUBFORMS The top part of the form contains data from Orders and the bottom part contains data from Order Details. Note that the two forms are in sync by order ID. (If you are on Order ID 1 in Orders then Order Detail only shows you records where the Order ID is also 1. Moving to the Next/Previous Record Use the Left/Right arrows at the very bottom of your screen to go to the next record. (The ones directly below the subform only affect the subform.) You can also use CONTROL + PAGE UP or CONTROL + PAGE DOWN to move between records. Starting a New Record Always place data in the Main form before placing it in the subform. 1. To start a new record, click on the New Record icon at the bottom of the screen: 2. If necessary, click in the first field of the main form. As data is entered, the cursor will move through the main form first and then to the sub form. Once the subform is reached, type the data for the subform. Note that the Order ID numbers will be entered automatically for your. If more than one item is being ordered, pressing enter after Quantity will allow you to type more items. Adding Another Record After a record is complete, to start another new record, either: Press CONTROL + TAB on the keyboard or Press the New Record icon at the very bottom of the screen. AccessXP-Forms.doc April 23, 2003 Page 32 of 33

33 Saving & Reusing the Main/Subform When you create and save a Main/Subform, you are actually creating two forms. In our case, they are: Order Main Form and Order Detail Subform. Both forms are kept under the Forms tab in the main Database window. To use a Multientry Form, simply open the main form and the subform will be automatically pulled into it. 1. From the main Database window, click on the Forms tab. 2. Double click the mainform: Order Main Form (The multientry form opens.) AccessXP-Forms.doc April 23, 2003 Page 33 of 33

Microsoft Access XP (2002) Reports

Microsoft Access XP (2002) Reports Microsoft Access XP (2002) Reports AutoReports Report Wizards Manually Design a Report Table Relations Multitable Reports Mailing Labels Mail Merge with MS Word Table of Contents INTRODUCTION TO REPORTS...

More information

Microsoft Access XP (2002) Switchboards & Macros

Microsoft Access XP (2002) Switchboards & Macros Microsoft Access XP (2002) Switchboards & Macros Group/Summary Operations Creating a Switchboard Creating Macro Buttons From Wizards Creating Macros Manually Using the Condition Column Start Up Parameters

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

Microsoft Access XP (2002) Queries

Microsoft Access XP (2002) Queries Microsoft Access XP (2002) Queries Column Display & Sorting Simple Queries And & Or Conditions Ranges Wild Cards Blanks Calculations Multi-table Queries Table of Contents INTRODUCTION TO ACCESS QUERIES...

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

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

Access: Printing Data with Reports

Access: Printing Data with Reports Access: Printing Data with Reports Reports are a means for displaying and summarizing data from tables or queries. While forms are primarily for on-screen viewing, reports are for presenting your data

More information

Designing Forms in Access

Designing Forms in Access Designing Forms in Access This document provides basic techniques for designing, creating, and using forms in Microsoft Access. Opening Comments about Forms A form is a database object that you can use

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

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

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

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

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

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

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

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

Using Microsoft Word. Table of Contents

Using Microsoft Word. Table of Contents Using Microsoft Word Table of Contents The Word Screen... 2 Document View Buttons... 2 Selecting Text... 3 Using the Arrow Keys... 3 Using the Mouse... 3 Line Spacing... 4 Paragraph Alignment... 4 Show/Hide

More information

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 3 BREAK... 4 DEFINITIONS... 4 STEP BY STEP- SECTION BREAK... 6 PAGE NUMBERS...

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 3 BREAK... 4 DEFINITIONS... 4 STEP BY STEP- SECTION BREAK... 6 PAGE NUMBERS... TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 3 BREAK... 4 DEFINITIONS... 4 WHY WOULD YOU USE THIS?... 4 STEP BY STEP- PAGE BREAK... 4 ALTERNATIVE METHODS... 5 STEP BY STEP- SECTION BREAK...

More information

USING MICROSOFT ACCESS 2013 Guided Project 7-1

USING MICROSOFT ACCESS 2013 Guided Project 7-1 Guided Project 7-1 For this project, you enhance the functionality of a database for a friend s music collection. You use Design view to create a main form and a subform, and customize the form to add

More information

MICROSOFT WORD 2010 BASICS

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

More information

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

Microsoft Access Lesson 3: Creating Reports

Microsoft Access Lesson 3: Creating Reports Microsoft Access Lesson 3: Creating Reports In the previous lesson the information you retrieved from a database always was in the form of a table. This may be all you need if you are the only person using

More information

Access 2013 Introduction to Forms and Reports

Access 2013 Introduction to Forms and Reports Forms Overview You can create forms to present data in a more attractive and easier to use format They can be used for viewing, editing and printing data and in advanced cases, used to automate the database

More information

Chapter 5: Hierarchical Form Lab

Chapter 5: Hierarchical Form Lab Chapter 5: Hierarchical Form Lab Learning Objectives This chapter demonstrates Access 2013 features for hierarchical forms that are more complex than the single table forms you developed in Chapter 4.

More information

Stamina Software Pty Ltd. TRAINING MANUAL Viságe Reporter

Stamina Software Pty Ltd. TRAINING MANUAL Viságe Reporter Stamina Software Pty Ltd TRAINING MANUAL Viságe Reporter Version: 2 21 st January 2009 Contents Introduction...1 Assumed Knowledge...1 Pre Planning...1 Report Designer Location...2 Report Designer Screen

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

The HOME Tab: Cut Copy Vertical Alignments

The HOME Tab: Cut Copy Vertical Alignments The HOME Tab: Cut Copy Vertical Alignments Text Direction Wrap Text Paste Format Painter Borders Cell Color Text Color Horizontal Alignments Merge and Center Highlighting a cell, a column, a row, or the

More information

What is Publisher, anyway?

What is Publisher, anyway? What is Publisher, anyway? Microsoft Publisher designed for users who need to create and personalize publications such as marketing materials, business stationery, signage, newsletters and other items

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

Unit 11.Introduction to Form and Report

Unit 11.Introduction to Form and Report Introduction to Form Unit 11.Introduction to Form and Report Introduction: Databases are made to be used. Access provides an easy way to enter data into Access database tables with forms. Forms can also

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

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

Microsoft Access XP (2002) - Advanced Queries

Microsoft Access XP (2002) - Advanced Queries Microsoft Access XP (2002) - Advanced Queries Group/Summary Operations Change Join Properties Not Equal Query Parameter Queries Working with Text IIF Queries Expression Builder Backing up Tables Action

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 2003 Introduction to Report Design

Access 2003 Introduction to Report Design Access 2003 Introduction to Report Design TABLE OF CONTENTS CREATING A REPORT IN DESIGN VIEW... 3 BUILDING THE REPORT LAYOUT... 5 SETTING THE REPORT WIDTH... 5 DISPLAYING THE FIELD LIST... 5 WORKING WITH

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

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

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Learn more about Pages, Keynote & Numbers

Learn more about Pages, Keynote & Numbers Learn more about Pages, Keynote & Numbers HCPS Instructional Technology May 2012 Adapted from Apple Help Guides CHAPTER ONE: PAGES Part 1: Get to Know Pages Opening and Creating Documents Opening a Pages

More information

Reference Services Division Presents. Microsoft Word 2

Reference Services Division Presents. Microsoft Word 2 Reference Services Division Presents Microsoft Word 2 This handout covers the latest Microsoft Word 2010. This handout includes instructions for the tasks we will be covering in class. Basic Tasks Review

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks.

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks. Directions: Fill in the blanks. 1. PowerPoint Window Layout 2. File Tab When clicked, opens - automatically opens the Info option by default Holds the following options: - Info - New - Open - Save - Save

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Basic Concepts 1. For this workshop, select Template

Basic Concepts 1. For this workshop, select Template Basic Concepts 1 When you create a new presentation, you re prompted to choose between: Autocontent wizard Prompts you through a series of questions about the context and content of your presentation not

More information

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

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

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

Clip Art and Graphics. Inserting Clip Art. Inserting Other Graphics. Creating Your Own Shapes. Formatting the Shape

Clip Art and Graphics. Inserting Clip Art. Inserting Other Graphics. Creating Your Own Shapes. Formatting the Shape 1 of 1 Clip Art and Graphics Inserting Clip Art Click where you want the picture to go (you can change its position later.) From the Insert tab, find the Illustrations Area and click on the Clip Art button

More information

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs Course Description Word - Basics Word is a powerful word processing software package that will increase the productivity of any individual or corporation. It is ranked as one of the best word processors.

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

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics Session 7 MS Word Graphics Inserting Clipart, and Graphics Modify graphics Position graphics Table of Contents Session 7 Working with Graphics... 1 The Toolbar... 1 Drawing Toolbar... 1 Picture Toolbar...

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

MS Word Professional Document Alignment

MS Word Professional Document Alignment MS Word Professional Document Alignment Table of Contents CHARACTER VS. PARAGRAPH FORMATTING...5 Character formatting...5 Paragraph Formatting...5 USING SHOW/HIDE TO REVEAL NON-PRINTING CHARACTERS...5

More information

6. In the last Import Wizard dialog box, click Finish. Saving Excel Data in CSV File Format

6. In the last Import Wizard dialog box, click Finish. Saving Excel Data in CSV File Format PROCEDURES LESSON 39: WKING WITH FILE FMATS Using the Compatibility Checker 2 Click Info 3 Click Check for Issues 4 Click Check Compatibility 5 Review the issues and click OK Importing a File 1 Click the

More information

Open Office Calc (Spreadsheet) Tutorial

Open Office Calc (Spreadsheet) Tutorial Open Office Calc (Spreadsheet) Tutorial Table of Contents Introduction...3 What is a Spreadsheet?...3 Starting OpenOffice Calc...3 OpenOffice Calc (Spreadsheet) Basics...4 Creating a New Document...5 Entering

More information

Basic Concepts 1. Starting Powerpoint 2000 (Windows) For the Basics workshop, select Template. For this workshop, select Artsy

Basic Concepts 1. Starting Powerpoint 2000 (Windows) For the Basics workshop, select Template. For this workshop, select Artsy 1 Starting Powerpoint 2000 (Windows) When you create a new presentation, you re prompted to choose between: Autocontent wizard Prompts you through a series of questions about the context and content of

More information

ACCESS. Laboratory Manual. Çankaya University Department of Computer Engineering

ACCESS. Laboratory Manual. Çankaya University Department of Computer Engineering ACCESS Laboratory Manual Çankaya University Department of Computer Engineering 2008 TABLE OF CONTENTS Page INTRODUCTION TO MICROSOFT ACCESS...1 Exercise 1, 2, 3: What Is a Database...9 TABLES...12 Exercise

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Learning Word The ABCs of Microsoft Word. 8/19/2015 The Computor Tutor 1

Learning Word The ABCs of Microsoft Word. 8/19/2015 The Computor Tutor 1 Learning Word 2013 The ABCs of Microsoft Word 8/19/2015 The Computor Tutor 1 The Program Open Word Margins are preset to Normal, 1 inch for Top, Bottom, Right & Left; change by clicking on Page Layout

More information

ECDL Module 6 REFERENCE MANUAL

ECDL Module 6 REFERENCE MANUAL ECDL Module 6 REFERENCE MANUAL Presentation Microsoft PowerPoint XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 6 (USING POWERPOINT XP) - MANUAL 6.1 GETTING STARTED... 4 6.1.1 FIRST STEPS WITH

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Center for Faculty Development and Support Making Documents Accessible

Center for Faculty Development and Support Making Documents Accessible Center for Faculty Development and Support Making Documents Accessible in Word 2007 Tutorial CONTENTS Create a New Document and Set Up a Document Map... 3 Apply Styles... 4 Modify Styles... 5 Use Table

More information

PowerPoint 2010: Basic Skills

PowerPoint 2010: Basic Skills PowerPoint 2010: Basic Skills Application Support and Training Office of Information Technology, West Virginia University OIT Help Desk (304) 293-4444, oithelp@mail.wvu.edu oit.wvu.edu/training/classmat/ppt/

More information

Learning to use the drawing tools

Learning to use the drawing tools Create a blank slide This module was developed for Office 2000 and 2001, but although there are cosmetic changes in the appearance of some of the tools, the basic functionality is the same in Powerpoint

More information

Microsoft PowerPoint 2013 Beginning

Microsoft PowerPoint 2013 Beginning Microsoft PowerPoint 2013 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

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

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

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

More information

Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College

Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College Overview: MS PowerPoint is powerful presentation software that enables

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

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

Chapter 2 The Design Window

Chapter 2 The Design Window Chapter 2 Objectives Chapter 2 The Design Window Learn about Crystal sections Move objects Use Toolbars, Icons, and Menus Format fields Add Special Fields Change a Group Use the Crystal Field Explorer

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

Word 2013 Quick Start Guide

Word 2013 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, and Word Options. Ribbon: Logically organize actions onto Tabs, Groups, and Buttons to facilitate finding commands. Active Document

More information

Content provided in partnership with Que, from the book Show Me Microsoft Office Access 2003 by Steve JohnsonÃÃ

Content provided in partnership with Que, from the book Show Me Microsoft Office Access 2003 by Steve JohnsonÃÃ ,PSURYLQJWKH$SSHDUDQFHRI )RUPVDQGHSRUWV Content provided in partnership with Que, from the book Show Me Microsoft Office Access 00 by Steve JohnsonÃÃ Introduction The objects in a database most on display

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

PowerPoint 2002 Manual

PowerPoint 2002 Manual PowerPoint 2002 Manual Internet and Technology Training Services Miami-Dade County Public Schools Contents How to Design Your Presentation...3 PowerPoint Templates...6 Formatting Your Slide Show...7 Creating

More information

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

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

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Schnieder_index.qxd 7/27/05 1:08 PM Page 481 INDEX. Symbols

Schnieder_index.qxd 7/27/05 1:08 PM Page 481 INDEX. Symbols Schnieder_index.qxd 7/27/05 1:08 PM Page 481 INDEX Symbols & (ampersand), 294 * (asterisk), 180, 201! (exclamation point), 180 - (hyphen), 180 # (pound sign), 180? (question mark), 180 " " (quotation marks),

More information

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK.

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK. PowerPoint X Launching PowerPointX 1. Start PowerPointX by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft PowerPoint. PowerPoint

More information

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

More information

Introduction to Microsoft FrontPage

Introduction to Microsoft FrontPage Platform Windows PC Ref no: ins069 Date: 2006 Version: 1 Authors: S. Coates Introduction to Microsoft FrontPage What is Microsoft FrontPage? Microsoft FrontPage is an web authoring tool that can be used

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

EXCEL 2013 FDLRS SUNRISE

EXCEL 2013 FDLRS SUNRISE EXCEL 2013 FDLRS SUNRISE Goal: Participants will create a spreadsheet and graph to document student progress. Objectives: Participants will create a spreadsheet which includes basic formulas. Participants

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

Microsoft Word: Steps To Success (The Bare Essentials)

Microsoft Word: Steps To Success (The Bare Essentials) Microsoft Word: Steps To Success (The Bare Essentials) Workbook by Joyce Kirst 2005 Microsoft Word: Step to Success (The Bare Essentials) Page Contents 1 Starting Word 2 Save 3 Exit 5 Toolbars, Alignment,

More information

ENTERING DATA & FORMULAS...

ENTERING DATA & FORMULAS... Overview NOTESOVERVIEW... 2 VIEW THE PROJECT... 5 NAVIGATING... 6 TERMS... 6 USING KEYBOARD VS MOUSE... 7 The File Tab... 7 The Quick-Access Toolbar... 8 Ribbon and Commands... 9 Contextual Tabs... 10

More information

Chapter 4 at a Glance

Chapter 4 at a Glance Create a form by using a wizard, page 84 Refine form properties, page 86 Refine form layout, page 92 Add controls to a form, page 95 Use Visual Basic for Applications to enter data in a form, page 100

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

Designer Reference 1

Designer Reference 1 Designer Reference 1 Table of Contents USE OF THE DESIGNER...4 KEYBOARD SHORTCUTS...5 Shortcuts...5 Keyboard Hints...5 MENUS...7 File Menu...7 Edit Menu...8 Favorites Menu...9 Document Menu...10 Item Menu...12

More information

PowerPoint Basics (Office 2000 PC Version)

PowerPoint Basics (Office 2000 PC Version) PowerPoint Basics (Office 2000 PC Version) Microsoft PowerPoint is software that allows you to create custom presentations incorporating text, color, graphics, and animation. PowerPoint (PP) is available

More information

Excel FDLRS Sunrise

Excel FDLRS Sunrise Excel 2010 FDLRS Sunrise Within 2 weeks participants will submit a project: Create an Excel spreadsheet with a chart include the completed and signed ARROW form Send to: Lourdes Day FDLRS (Bartow Airport)

More information

Introduction to Microsoft Word 2010

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

More information

Word Processing vs. Desktop Publishing

Word Processing vs. Desktop Publishing Automating Microsoft Word 2003 1 Course Topics: I. MS Word Overview II. Using Styles III. Using Templates IV. Running and Recording a Macro Microsoft Word Review Word Processing vs. Desktop Publishing

More information

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5)

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Section 5 AGENDA

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