Contents. Creating Forms

Size: px
Start display at page:

Download "Contents. Creating Forms"

Transcription

1 Access 2007 Forms

2 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 resizing 6 Adding and removing controls 8 Conditional Formatting 10 Changing the tab order 10 Formatting a form 11 Properties Using the Property Sheet 13 Form properties 13 Control properties 14 More complex forms Subforms 17 Forms based on queries 20 Forms based on multiple tables 20 Adding complex controls Combo Boxes 23 Changing Control types 26 Tabs 27 Calculated Text Box 28 User Instructions Status Bar Text 29 Control Tips 29 Access Forms: Tasks Creating Forms 30 Exercise 1: Creating a form using the form wizard 30 Changing the look of your form 30 Exercise 2: Moving and resizing 30 Exercise 3: Working with labels 30 Exercise 4: Adding and removing controls 31 Exercise 5: Tab order 32 Exercise 6: Formatting a form 32 Properties 33 Exercise 7: Using the property sheet 33 Exercise 8: Form properties 33 Exercise 9: Control properties 33 Exercise 10: Picture control properties 34 More complex forms Exercise 11: Subform using the Control Wizard 35 Exercise 12: Subform properties 35 Exercise13: Subform using the Form Wizard 35 Adding complex controls 36 2 Creating Forms

3 Creating Forms There are many different types of forms that can be created in Access. These include data entry forms, dialog boxes and switchboards. In this section we will be focusing on data entry forms. A data entry form can create a more user-friendly interface for viewing, editing and entering data than the default Datasheet view of a table. In a datasheet you see all the records together organised into rows and columns but you cannot necessarily see all the data in all the fields. A form allows you to see one record on the screen at a time and enables you to see all the data in all the fields relating to that record. A form allows you to view objects such as pictures or graphs and to create larger boxes to view data in fields such as memo fields. Forms also allow you to format your data in different ways and to organise data in a record into sections to make it easier to read. Creating a new form Forms can be created from scratch in Design view. This is known as a user-defined form. A form can also be created using the form wizard. Once a form has been created using the wizard it may be customised to suit your needs. Creating a form using the form wizard 1. From the Create tab, select More Forms, Form Wizard. 2. Select the table on which you want to base the form on in the Tables/Queries box. 3. Select the fields that you want in your form from the Available Fields list on the left: 4. Click the button to move the field to the Selected Fields box on the right. 5. Click the button to move all Available Fields to the Selected Fields box. 6. Click either the or buttons to remove fields. 3 Creating Forms

4 7. Click Next. 8. Select a layout for your form. Click on Columnar, Tabular, Datasheet or Justified. Experiment with different layouts to see what they do. Columnar is the most typical layout. 9. Click Next. 10. In the final box, type in a name for your form and then click Finish. 11. Your new form will be displayed on your screen in either Form View with the details of your first record displayed or in Design View. Helpful Hint Forms are usually given names beginning with the prefix frm to distinguish them from other objects such as tables, reports, queries etc. 4 Creating Forms

5 Design view and Form view Form view is the view in which you use a form to display and edit data. You can view and customise the design of the form in Design view. To switch to Design view in a form: Click on the Design view button on the toolbar. To return to Form view and see the form with data displayed: Click on the Form view icon on the toolbar. You can also use the icons on the status bar (bottom right corner of the Access window) to switch between views. Sections The form consists of three main sections which are marked out with a grid: Detail Form header Form footer Controls This is the main part of the form which contains the form controls (see overleaf) Anything placed in this area of the form will appear at the top of each form. Anything placed in this area of the form will appear at the bottom of each form. Each of the fields you selected using the Form Wizard is represented by two controls in the detail section of the form, one of which is a label (which gives the name of the field) and the other of which will depend on the data properties of the field. These include: Text boxes For Text and Memo fields Combo boxes For Lookup fields Check boxes For Yes/No fields Labels are known as unbound controls because they are not linked to a data source. The field boxes are known as bound controls because they are each linked to a specific field and will display data from that field. When you create a form using the wizard, labels are transparent by default, and therefore have the same background colour and/or pattern as the form, and bound controls are white by default. Creating a user-defined form The easiest way to create a form is by using the wizard and then customising the form as illustrated above. However, you can also create your own, user-defined form from scratch: 1. On the Create tab select Form Design. Access will create a blank form with only the detail area visible. 2. You can now: Resize the form as appropriate (see Changing the size of a form on page 6). Choose a table or query as the Record Source for your form (see Form properties on page 13). Add fields to your form from the field list (see Adding additional fields on page 9). Move, resize and format field and label controls (see Moving and resizing controls and Formatting controls on pages 7 and 11). Add Unbound controls (see Adding and removing controls on page 8). Add Headers and Footers to your form (see Headers and footers on page 6). 5 Creating Forms

6 Changing the look of your form Once you have created a form using the wizard, you can make simple changes to it by resizing it and moving and resizing the controls on it. You can change the appearance of the form and its controls by changing the background, fonts and borders. You can also add additional elements to the form such as labels (to create headings for example), headers and footers, pictures, lines and rectangles. Layout View Click on the View button and select Layout View Layout View will allow you to modify the title and rearrange the fields to suit your purpose. Click in the title box to change the form title. Click on the edge of the box to select the label and change font/colour as required. The table fields can be arranged with larger spaces in between: Select the whole block by clicking on the table select icon. Choose how close you want the text boxes to be, from the Control Padding button on the Arrange tab. Design View This view will give you more control on how your form looks: You can add additional fieds. Moving and resizing The form can be made larger and the controls moved around to create more space and make the form more readable. Controls can also be organised into logical groups and resized to make the data or labels more visible. Changing the size of a form Changing the height of the Detail section (extending it vertically) Move the mouse over the border between the Detail and Footer sections of the form to where a double-headed arrow appears. Click and drag the border upwards or downwards to reduce/increase the height. Changing the width of the form Move the mouse over the right-hand edge of the form to where a double-headed arrow appears. Click and drag the border left or right to reduce/increase the width. Headers and footers Form headers and footers appear at the top and bottom of a form when you are in Form view and at the beginning of a printed form. Any controls placed in a header stay on the screen when you scroll down a form. Use a form header and footer to display a title for the form, instructions for using the form, or command buttons that open related forms or carry out other tasks. 6 Changing the look of your form

7 Header bar Click and drag to resize the header Click and drag here to change the width Click and drag here to resize the detail section Footer bar To display/remove a form header and footer: 1. Right-click on any part of the form and select Form Header/Footer. 2. New sections appear at the top and bottom of the form. Anything placed in these areas will be displayed at the top and bottom of the form. To change the size of the header or footer sections: Move the mouse over the lower edge of the header or footer area until a double-headed arrow appears. Click it and drag upwards or downwards to reduce/increase the size of the header or footer. Helpful hint: If you have created a form using the wizard, a form header and footer will already be displayed but the heights of these sections of the form will be zero, (i.e. no grid area will be created for them and only the header and footer bars will be visible). Click and drag the lower border of the header or footer bars to increase their size. You can only add both a header and footer. If you do not want both, you can size the one you do not want so that it has no height (i.e. a height of zero). Page headers and footers Page headers and footers appear at the top and bottom of each printed page. They do not appear in the Form view. Page headers and footers are viewed and resized in a similar way to form ones. Moving and resizing controls To move, re-size, delete or format controls, you must first select the control or controls you wish to change and then apply the appropriate changes. Selecting controls Click and drag to create/resize the footer Top-left handle (to move this control without its label Side handle (to resize the control) To select a control, simply click on it. The borders of the control will be highlighted in orange to indicate that it is selected. 7 Changing the look of your form

8 Selecting a group of controls There are two ways to select a group of controls. Select a group of controls using the Shift key: 1. Select one control using any of the methods above. 2. Hold down the Shift or Control key and click on any other controls you wish to select. Release the Shift key. Select a group of controls using the Marquee method: Click on a blank area of your form and drag across to another blank area. Ensure that at least some part of each of the controls you wish to select is within this area. Moving controls Move the mouse over the borders of a selected control or controls until a cross with four arrows appears at the end of the cursor. Click and drag to move the control or controls to a new position. Moving a control and its label Labels and their field controls are automatically linked, so if you select one or other and then move it as described above, the other one will automatically move by the same distance and in the same direction. To move just one (either the label or its associated control), click on the small grey rectangle ( handle ) in the top-left corner of the control to drag it to a new position. Moving controls to different sections To move a control to a different section of your form you may need to cut and paste it, rather than drag it to the new location. Resizing labels and fields 1. Click on the control to select it. 2. Move the mouse over a handle on the side of the control so that a double-headed arrow appears. Click here and drag to resize. Helpful hint: You can select more than one control using the Shift or Control key as described in Selecting controls above and then resize one of the controls using the method above. This will resize all the controls by the same amount. Aligning and sizing a group of controls To improve the appearance of your form, you can line groups of controls or resize several controls to the same size as each other. To do this: 1. Select the controls using one of the methods above. 2. Use the Align and Size/Space options on the Sizing and Ordering group of the Arrange tab. For example, select Align and Left to line up the controls by their left margin or select Size and To Tallest to make all the controls the same height as the tallest control. Adding and removing controls New controls can be added to your form. These can be unbound (i.e. not containing data from your database) such as text labels or features such as lines, shapes or pictures. They can also be field controls which are bound and contain data from specific fields in the database. These are added to your form using the Controls group of the Design tab: 8 Changing the look of your form

9 Creating a label You can create new labels to add headings to a form or to create subheadings for different groups of fields. You can also use them to add instructions for users of a form. 1. Click on the Design tab and click on Label in the Controls group. 2. Click and drag on your form to draw a label box. 3. A flashing cursor will appear in the box. Type the text you want and then click outside the box. Editing the text in a label You can change the text which appears in a new label you have created or a label created by the form wizard. 1. Click on the label to select it. 2. Click within the border of the label. A flashing text cursor will appear. 3. Type additional text or edit the text using the keyboard as usual. Adding other unbound controls to a form You can add other controls such as lines, rectangles and pictures to your form to create visual impact, divide up areas of the form etc. To do this: 1. Click on the control you want to add to your form in the Controls group of the Design tab: Add a line Add a rectangle Add a picture 2. Click and drag an area on your form to draw the item. 3. For pictures, you will be asked to browse for a file location. For more details about adding pictures, see the Format properties (all sections and controls) section on page 15. Helpful Hint: To resize a picture while maintaining its original proportions, always use the corner handles to click and drage the picture to the new size. Adding additional fields If additional fields are added to the table or query on which the form is based, you may wish to add these to the form itself. The Field List is displayed in a pane on the right-hand side of the form. If it isn t visible: 1. Click on Add Existing Fields in the Tools group of the Design tab. 2. Click and drag the appropriate field onto the form. Helpful Hint: To update the properties of a field control to match those of the field it is bound to, delete the existing field control and add it again from the field List. Note that this will move the field to the end of the tab order (see Conditional Formatting 9 Changing the look of your form

10 This will allow you to set the format for a text box or combo box to change when the data in the control changes. For example, if you want to highlight any figures over 1,000 in a red font automatically. In Design or Layout View: Select the text box (or combo box) Select the Conditional button on the Format tab Specify the Condition to meet: You can have up to 3 Conditions Changing the tab order on page 10). Deleting a control 1. Click on the control to select it. 2. Press the Delete key on the keyboard. Conditional Formatting This will allow you to set the format for a text box or combo box to change when the data in the control changes. For example, if you want to highlight any figures over 1,000 in a red font automatically. In Design or Layout View: Select the text box (or combo box) Select the Conditional button on the Format tab Specify the Condition to meet: You can have up to 3 Conditions Changing the tab order When you use the Tab key to move around a form, it may miss out new fields and other controls that you have added. If you have reorganised your controls, this new order will not be reflected in the tab order. 10 Changing the look of your form

11 To change the order: 1. With the form displayed on your screen, switch to Design view. 2. From the View menu, select Tab Order. The Tab Order dialog box will be displayed (see overleaf). 3. Click on the grey Field Selector box to the left of the field name to select it. 4. Click and drag the field to the new position you require using the Field Selector box. Helpful hint: You can select more than one field by selecting one and then holding down the Shift key while selecting additional fields. Field Selector box Formatting a form Formatting controls Controls can be formatted to change the appearance of the text or the control itself by using the Format tab: Background colour 1. Select the control or controls you wish to change. (To select more than one control, click on one control, hold down the Shift key and then click on any other controls you wish to select.) 2. Click on the appropriate formatting feature on the toolbar (see above) to make the changes you require. Helpful hint: You can only apply font formatting and alignment settings to the whole of the text in a control. Changing the background colour 1. Click on the section of the form you wish to format. 11 Changing the look of your form

12 2. Use the Background Colour button in the Font group of the Format tab to change the colour. 12 Changing the look of your form

13 Properties Each section and control on a form, as well as the form itself, has a set of properties which can be displayed and edited to change the way that part of the form will look and work. The Property Sheet, which is used to control these properties, is displayed to the right hand side of the form. Click on the Property Sheet button on the Design tab to see the properties of whichever section or control is currently selected. Selecting a different section or control will change the Properties window to display its properties. Using the Property Sheet Selection Type: indicates the type of control that is currently selected. For example, the properties window below is for a Text Box. All properties are listed on the All tab but you can click on the other tabs to see only the relevant properties in that category. The Property sheet can be widen or narrowed by clicking and dragging its left border. To change properties, either click in the appropriate white box and type in the details or in some cases you can choose from a dropdown list or use the Build button. Form properties To select a form so that its properties are displayed on the Property Sheet: 1. Click on the Select form button in the top left corner of a form so that a black box appear in the centre of it: Select form button (form is selected) Some of the more useful properties you may wish to change are given below. Most of them are on the Formatting tab but the Record Source and Data Entry ones are on the Data tab: Property What it does Default Other options Changing the property Record source Caption The table or query the form is based on. This is the text displayed in the Title bar of the form Table or query chosen when creating the form. 13 Any table or query in your database. Choose a table or query from the drop-down list. Name of the Any text Type in a new Properties

14 in Form view. form one. Default view Record Selectors Navigation buttons Scrollbars Data Entry Determines how many records are viewed at once Determines if Record selectors are visible in Form View Determines if Navigation buttons are visible in Form View Determines if scrollbars are visible in Form View Determines if form is set for data entry only (i.e. if existing records are shown when the form is opened. Single (one record at a time) Continuous (view all records in a continuous form) Choose from the drop-down list. Yes No Choose from the drop-down list. Yes No Choose from the drop-down list. Both No (existing records are shown) Horizontal Only, Vertical Only or Neither Yes (existing records are not shown, only new records can be added) Choose from the drop-down list. Choose from the drop-down list. Helpful hint: If you change the record source of your form, the field controls will no longer work if the same fields do not exist in the table or query, which is the new record source for your form. Control properties Control names (all controls) Bound controls If you have used the Form wizard to create a form, the name of any bound controls is usually the same as the field name. However, if you add a field from the field list, it may have a different name based on the type of control it is (e.g. Combo1) so you may wish to change it to make it more meaningful. The name is useful if you wish to refer to the value in a control in formulae etc. Labels If you have used the Form wizard to create a form, the name of labels is usually the same as the field name with the suffix _Label e.g. FirstName_Label Other controls These are usually named based on the type of control followed by a number e.g. Line2 Caption (labels only) This is the text which appears in a Label text box. This can be changed either in the Property window or by simply editing the Label itself. Data properties (bound controls only) When you create a form using the wizard, or add a new field to an existing form, many of the properties of bound (field) controls will be determined by the field properties of the field they are bound to. The field properties are determined by the design of the table the field belongs to. If you change the properties of a field in table Design View, the properties of the field control you have already created on your form will not necessarily be updated to reflect these changes. However, any restrictions placed on the data allowed in a particular field will always be applied because when you 14 Properties

15 enter data in a form it is passed to the relevant field in the table. If the data you enter isn t allowed by restrictions in the table, an error message will appear. Similarly, you can change some of the properties of a field control on a form and this will not affect your table design. However, you cannot make any changes to the properties of a control which would be inconsistent with the underlying data source to which the control is bound. In other words, you can change data property settings in a form to further restrict data entered but not to allow data which is not allowed by the Table design. Details of some specific data properties are given below: Property What it does Relationship with Field Properties in Table Control source Input Mask Validation Rule/Validation Text Default Value Locked The field in the Record source to which the bound control is linked Can be used to control data entry. A rule can be set to restrict data entry. The value that appears by default in any new record. Determines whether or not data entry is possible. Not applicable. Any input masks in the Table are added to the Input Mask property of the Form at the point of creation. Not visibly but data entered will be restricted if these are set in the Table. Not carried through from Table field properties. Note that if you lock a control for which the Field property Required is set to yes this will prevent the addition of new records. Changing the property Choose a field from the drop-down list. (Only fields in the Record Source are available. Type in a combination of characters (press F1 for details) Type in a validation rule and/or text. Note that this may further restrict entry but not actually conflict with restrictions set in the Table. Type in the default value. Note that because this doesn t restrict data entry it doesn t affect any Table field properties already set. Set to Yes to prevent data entry on a particular Form. Lookup properties (combo box and list box only) These are the same properties as are set for Lookup fields in Table design view and are carried through from the Table when creating a Form using the wizard or adding a Lookup field from the Field List. These can be edited as long as they do not conflict with the Lookup properties already set in the Table. Format properties (all sections and controls) Controls Most of the format properties (under the Format tab of the Property window) determine the look of the control itself (size, colour etc.). However, you can use the Format property to determine the way dates, times and numbers are displayed for controls based on Date/Time and Number Fields and the Decimal Places property of controls based on Number fields. 15 Properties

16 Picture size mode (Pictures only) This property determines what happens to a picture when the picture control is resized. The options and their effects are listed below: Clip: Stretch: Zoom: This is the default. When the picture control is made larger than the original size of the picture, the picture remains the same size. If the picture control is reduced to less than the size of the picture, only a part of the picture will be visible. The picture will be stretched to fit the size of the picture control. If the proportions of the control are different to those of the picture it becomes distorted. The picture is enlarged or shrunk to fit the size of the control but only to the extent that it remains in its original proportions. The Picture Alignment property determines where in the control the Picture will sit if it doesn t fit the control exactly (e.g. Centre or Top Left). This is not relevant to Stretch size mode. Back Colour property If you have set a background colour for one or more sections of your form (see Changing the background colour on page 11) this can be seen on the Back Colour property for this section. The colour is represented by a serial number. Click on the build button to the right of the Back colour property box to see a list of available colours and/or select an alternative. Delete the number in the property box to remove the back colour. 16 Properties

17 More complex forms Subforms When tables have related data, it is possible to create a form that will show the information on one form. A Subform is a form within a form. The primary form is called the Mainform and the form within the form is called the Subform. The Mainform is usually created from a table that forms the one side of a one-to-many relationship. The Subform is usually created from a table that forms the many side of a one-to-many relationship. Example of a Mainform with a Subform using the datasheet style (the default style) The Mainform is based on tbl_doctor and the Subform on tbl_patient. Only related patient records for the doctor currently displayed (Keynes) are visible in the Subform. Mainform with subform using the control wizard Subforms can be created without using the form wizard. The following method uses the control wizard to create and add a Subform to an existing form. 1. Open the form you want to use as the Mainform in Design view. 2. Ensure the Detail area of the form is big enough to enable you to place a Subform on it. Make it bigger if necessary. 3. Ensure the Use control wizards option is on (this can be found in the Controls group of the Design tab). 4. From the Controls group of the Design tab, click the Subform/Subreport button. 5. Position the mouse over the form and draw a rectangle where you want the Subform to be. The SubForm wizard will appear. 6. Select Use Existing Tables and Queries to create a new subform or Use an existing form if you already have an appropriate form. (The following steps are based on using the first option to create a new subform.) 17 More complex forms

18 7. Select the appropriate table or query from the drop-down list and add appropriate fields: 8. Check that an appropriate relationship is being created between the two forms, i.e. that the correct fields are joined from each table. In this example, StaffNumber is linked in both tables. 9. In the final dialog box, type in a name for your Subform and click Finish. Mainform and subform using the form wizard This option creates two new forms with one appearing as a subform within the other. With the relevant database open on your screen: 1. Create a form using the form wizard and add the appropriate fields from the table on which you wish to base your Mainform on 2. In the table/queries box, change the table in the drop-down list from the Mainform table to the one on which you want to base your Subform. 3. Select the fields you want to include on your Subform so that they are added to the Mainform fields already selected. You should now have added the fields you want to include in both your Mainform and your Subform. 4. Click Next. 18 More complex forms

19 5. Ensure the Mainform is selected in the box on the left, and the Form with subform(s) option is checked: 6. Click Next. 7. In the next dialog box, choose a layout for your Subform. Select either Tabular or Datasheet, and click Next. 8. In the final dialog box, type in names for your Mainform and Subform, and click Finish. Viewing records in a subform There are two Navigation bars, one for the Mainform and one for the Subform. As you scroll through your main records, any related records will appear on the subform. If you add any new records to the subform they are automatically linked to the record on the mainform. In the above example you can add patients to the subform and the StaffNumber of the relevant doctor is automatically added. Once you have created your Subform, you can resize the Subform area to ensure that all the fields are visible. Note that in Design View the Subform will look as if it is a Columnar layout whereas in fact by default it will be in a Datasheet layout. It is possible to change the layout but the Datasheet layout tends to be the most practical for displaying multiple records. You may also want to remove the linked field (e.g. StaffNumber from the subform as this isn t really needed. Subform properties Once you have created a Subform you can view and edit its properties if necessary. These are the properties of the Subform as a control on your Mainform. Click on the border of the control to select it. The Form which the Subform displays. The Child field: the field in the Subform which links it to the Mainform Helpful hint: The Master field: the field in the Mainform which links it to the Subform Note that you can view the form properties (as opposed to the control properties) by clicking on the form Selector box within the subform control. 19 More complex forms

20 Forms based on queries In many cases you may want to create a form based on only part of your data, for example only available doctors (where the Available Yes/No field is set to Yes) or only doctors in a certain specialism. To do this, you can base your Form on a query rather than a table when running the Form Wizard. When the Form is opened in Form View, the query is run in order to populate the form with correct dataset based on the criteria in the query. Helpful hint If a form has a parameter query as its Record Source, when the Form is opened in Form View, the parameter dialog box is automatically opened. This enables you to use the same form to access different datasets depending on what the user requires. Re-using forms Once you have created a form and formatted exactly as you wish, you may wish to re-use the form for a similar purpose but with a slightly different set of data. For example you may have a form which shows all doctors (based on the table) but you want to re-use the form to show only available doctors. To do this you can copy the form and change the record source: 1. Select the form in the database window and Copy it. 2. Click on a blank area of the database window and Paste. A dialog box will appear asking you to name the form. 3. Type in an appropriate name and click OK. 4. Open the form in Design View and change the Record Source property of the Form to the appropriate table or query. 5. Check that all the fields are displaying data correctly in Form View. You may need to change some of the Control Source properties of any bound controls if not. You may also need to add or remove Fields from the Field list as appropriate. Forms based on multiple tables The way to incorporate more than one table into a form or set of forms will depend on the relationships between the tables and how you wish to display them. One to Many relationships In a one to many relationship e.g. doctors and patients, the solution will depend on the order in which you want to view the data: View by primary table To view the data by the parent or primary table, the best solution is to use a main form with a subform. In the example of doctors and patients, each doctor has a separate record with their related patients viewed in a subform below. See Subforms on page 17 for more details. View by secondary table To view the data by the secondary table the best solution is to combine the data in a single form. This can be done by using the Form Wizard and specifying that you want to view the data by the secondary table (e.g. by tbl_patient as shown below). You can either add fields from both tables in the Form Wizard or join the tables first using a query and basing the Form on the query. 20 More complex forms

21 The resulting form shows a single record for each patient with the related doctor data displayed within the form: One to One relationships Fields from two tables in a one to one relationship can be added to a single form in a similar way to the above, either by adding the fields from two tables into the Form Wizard or by creating a query combining the tables and then using the query as the basis for the Form. Many to Many relationships This is effectively a combination of a form based on two tables and a subform. In the following example, for every one ward there are many admissions and for every patient there are also many admissions so there is effectively a many-to-many relationship between patients and wards. 21 More complex forms

22 The way this is represented in a form depends on which of the primary tables you want to view the data by (patient or ward): By ward Create a mainform based on wards Create a subform based on patients and admissions By patient Create a mainform based on patients. Create a subform based on wards and admissions This example shows the data organised by patient. The main form has a record for each patient while the subform combines admissions and ward data to display the name of the ward to which the patient was admitted (and any other pertinent ward information) rather than just the ward number. The subform can either be created based on two tables or on a query that combines them. Data entry in forms based on multiple tables Where two tables are combined in a single form it is important to be clear which data belongs to which entity and what can be edited. For example, in the subform above, it is possible for a user to change the WardName from Cedar to, say, Beech, mistakenly believing that this will change the admission to a different Ward whereas in fact this will rename the ward with WardNumber w1 to Beech! To avoid this problem, it may be helpful to change the Locked property of some fields to Yes which prevents the user from being able to edit them. It may also be helpful to create a drop-down list on the field which links the two tables, in this case the WardNumber, to show related data (such as WardName) to make it easier to change the ward to the correct one if necessary. When adding the field which links the two tables, always use the one from the secondary table. For example, when combining doctor and patient information into one form, add the StaffNumber field in tbl_patient rather than the one in tbl_doctor. That way, when the user changes the StaffNumber, they are changing which doctor the patient belongs to, rather than changing the StaffNumber of the doctor. Similarly, when combining ward and admission information in one form, the WardNumber from tbl_admissions should be added. 22 More complex forms

23 Adding complex controls Combo Boxes A Combo Box is a Control which will allow new values to be entered or a value to be chosen from a drop-down list that is displayed once the Control is selected. In many cases, it's quicker and easier to select a value from a list than to remember a value to type and it also reduces data entry errors. The drop-down list in a Combo Box consists of rows of data. Rows can have one or more columns, which can appear with or without headings. When a particular row is selected by the user, the value in the first column is entered into the box itself. Combo Boxes can be created by either looking up the values from a Table, or by entering the values which are to be viewed in the Combo Box. Helpful Hint If a Control on a Form is bound to a Lookup Field, the Lookup Properties from the Table will be carried forward to the Form Control and these Properties include creating a Combo Box. Bound Combo Boxes If a Combo Box is bound (linked) to a specific Field, the data entered in the Combo Box is entered in the specified Field (the Control Source). The values in the drop-down list can either be looked up from a Table or Query or typed in as a Value List. Creating a Combo Box which Looks up Values in a Table or Query 1. Ensure the Use control wizards option is on (this can be found in the Controls group of the Design tab. 2. Click on the Combo Box button on the Controls group of the Design tab. 3. Click and drag an area on the Form to draw the Combo Box. 4. The Combo Box Wizard is displayed on your screen. 5. Select I want the combo box to look up values in a table or query and click Next: 23 Adding complex controls

24 6. Click on the Tables, Queries, or Both button to display a list of Tables and/or Queries: 7. Select the Table or Query that is to provide the values for your Combo Box. 8. Select the Field or Fields that contain the values you want included in your Combo Box. 9. Specify the sort order you want for the drop-down list. 10. Set the width of the columns in the Combo Box as explained in the next dialogue box. 11. Select Store that value in this field and select an appropriate field. This should be the field name that is linked to the primary key in the table in which you are looking the information up. In this example it will be the School Number field: 12. In the final box, type in a name for your Combo Box and click Finish. Creating a Combo Box based on a Value List Repeat the first four steps as in the previous section and then: 1. Select I will type in the values that I want. 24 Adding complex controls

25 2. Type in the number of columns you want for your list, then type in the values you want displayed in the boxes below: 3. Adjust the width of the columns if necessary. 4. Select Store that value in this Field and choose the Field in which you wish to store the data from the drop-down list. 5. In the final box, type in a name for your Combo Box and click Finish. Editing an existing Combo Box Once a Combo Box has been created using the Wizard, it can be edited using the Property window. The Property window below shows a Combo Box on a Form with the Record Source of tbl_nurses. It looks up values from the WardNumber field in tbl_ward and enters them in the Ward field of the tbl_nurses. Field where the value is stored. This defines which fields are used in the drop-down list. If the Row Source is a Value List, the list will be displayed here. See Modifying the Row Source below on how to edit the Row Source. Modifying the Row Source Preventing Duplicate Values To stop duplicate values being shown in the Combo Box: 1. View the Properties for the Combo Box. 2. Under the All tab, click on the Row Source Property. The Build button will appear. 3. Click on the Build button to view the Row Source in the Query Builder window. 4. In the Query Builder window, double-click on the grey background to view the Properties window (see the diagram below). 5. In the Query Properties window, set the The Combo Box is based on a Table or Query. (Alternatively, this could be set to Value List.) 25 Adding complex controls

26 Unique Values property to Yes. 6. Close the Query Builder window and click Yes when you are asked if you want to save the changes. Helpful Hint You can also use the Query Builder to change the sort order of your drop-down list or add additional fields. If you do the latter you will need to adjust some of the other properties such a Column Count and Column Widths. Adding Values to a Value List 1. Click on the Build Button of the Row Source Property as shown above. 2. Type in the values that you want to add or remove. 3. Click OK. Changing Control types Controls can be changed from one type into another. For example, Text box, Combo boxes and List Boxes can each be changed into the other two and Check boxes, Toggle buttons and Option button are all interchangeable in a similar way. Lookup Fields Just as Yes/No Fields are check boxes by default, Lookup Fields are Combo Boxes by default. These can be changed to List Boxes which show all the available options at all times on the Form (as shown right). This would be advisable only if you have enough room on the Form and usually works best where there are only a few options on the Value List. Yes/No Fields When creating a Form using the Form Wizard or adding a Field from the Field List, a Check Box is the default Control type for a Yes/No Field. Option Buttons are an alternative but Toggle Buttons are less clear and not advisable. To change a control type: 1. Right-click the control and select Change To 2. Select the appropriate control type from the second menu which appears. Unavailable options will be greyed out. 26 Adding complex controls

27 Tabs You can use a tab controls to give your form more than one page that can be tabbed through. This is particularly useful where some controls are not used very often, you wish to organise them into groups for different purposes or where having all the controls on one page would be cluttered. One particular example might be to put the subform on one tab and the mainform on another. Adding tabs to an existing form You can reorganise the controls into tabs on an existing form by first creating the tab control and moving the controls onto it. 1. Click on the Tab Control button on the Controls group of the Design tab and click and drag on the form where you wish to place the tab control. Note that this should be on a blank area of the form. A tab control will be created with two tab pages. 2. Select a control or group of controls and Cut and Paste them onto a Tab page: Select the control and click on Cut on the toolbar Select the appropriate Tab page Click on Paste on the toolbar 3. Once you have moved all your controls onto the pages of your tab control you can move the whole tab control to the appropriate part of your form and resize the form accordingly. Helpful Hint Note that click and drag will not work and that you must select a specific tab page by clicking on the tab page label. The image below shows a tab control with a specific tab page selected (named Main Details). Note the dotted line around the tab page name and the border around the content of the page. Editing a tab control To change the text on the tabs, change the Caption Property of the Tab page To change the order of the pages, right click on the Tab Control and select Page Order. To add additional pages, right-click on the Tab Control and select Insert Page. To delete a page, right click on the Tab Control and select Delete Page. Warning: this will delete all the controls on the page as well! Helpful Hint The Tab Order on each page will be the same as the Tab order of the controls before they were moved onto the tabs except that, when you reach the last control on a page, pressing the Tab key will take you to the caption of the tab and then pressing Tab again will take you to the same tab page on the next record.* 27 Adding complex controls

28 To move to the next tab page within the same record you need to click on the caption of the relevant tab page or, when the caption of the current page is selected, press the CTRL and Tab keys simultaneously to select the next tab. *Assuming you have the Cycle property for the Form set to All Records which is the default. For more details see Access Help. Calculated Text Box When you want to display a value a form that isn t available in the record source, you can enter an expression in a text box to display the value: To add a calculated field to a form: Switch to Design View of the form Select the Text Box button from the Control category on the Design tab Click the position on the form where you want to add the text box. Type in the expression you want to evaluate: precede the expression with an = sign: Examples: =date() =[Cost Per Day]*0.2 Will display today s date on your form Will display the VAT amount payable for the field Cost per Day, on your form 28 Adding complex controls

29 User Instructions There are a number of ways to guide users in the way that they view, edit and enter data in a Form. For example: Highlight important data by changing the Font of the Field Controls. Highlight Fields that should be filled in by changing the Border of the Field Controls and reordering these Controls to the top of the Form. Create additional Label Controls on the Form for instructions or additional information. Apply Conditional Formatting to a Field Add Calculated Fields. It is also possible to add information about specific Fields so that it appears in the Status Bar or to add a Control Tip to a Field so that it appears when the user hovers the mouse over that particular Control. Details of how to do this are given below. Status Bar Text If you add Descriptions to the Fields of a Table in Design View, these are automatically added to the Field Control when you create a Form using the Form Wizard or add Fields from the Field List. This appears in the Status Bar Text Property of the Control in Design View. In Form View, this text appears in the Access status bar when the user navigates to the relevant Field Control: Status bar text for Home Phone No. field Status Bar Text can be added or amended by clicking in the Status Bar Text Property in the Property Sheet and typing in the required text. Control Tips These can be added to a Control by typing the text you wish to appear in the Tip in the ControlTip Text Property of the Control. The text will then appear in a pop-up Control Tip when the user of the Form hovers their mouse over the Control in Form View (as show for the Specialism Field Control below): Helpful Hint This type of user instruction is not very useful for users who navigate a Form using the keyboard! 29 User Instructions

30 Access Forms: Tasks Creating Forms Exercise 1: Creating a form using the form wizard 1. Open tbl_employees in Datasheet view and observe the types of Data stored. Note any combo boxes (drop-down lists) and check boxes. Close the Table. 2. Create a Form based on tbl_employees using the Form Wizard: include all Fields except Telephone and Date_Left choose a Columnar layout name the Form frm_employees 3. Navigate through the records in Datasheet view. 4. Switch to Design view to view the design of the form. Changing the look of your form Use frm_employees for these exercises. Exercise 2: Moving and resizing 1. Increase the width of the Form to 24 cm. 2. Re-arrange the Controls on the Form so that they appear in three columns as below. Keep the Labels with their associated bound Controls: Staff_ID Nationality Job_Title First_Name Ethnicity Dept_ID Last_Name Disability Notes Date of Birth (DOB) Tip: try using the Shift key to select the controls in groups and move them together. 3. Select both the Notes and Job_Title text boxes and resize them to the width of the Job_Title text box using the Size To Narrowest option. 4. Check the results of your changes in Form view. 5. Return to Design View and increase the size of the Form Header so the area is visible. Exercise 3: Working with labels 1. Add a Label at the left-hand side of the Header with a suitable heading for the Form. 2. Change the text in any Labels where there is an underscore [ _ ] to replace the underscore with a space. 30 Access Forms: Tasks

31 3. Use the Marquee method (see page 5 of the manual) to select all the Controls in the Detail section of the Form and move them down by one row of the grid. (Hint: you may need to click below the controls and drag upwards.) 4. Add a Label above the first two columns with the text Personal Information and one above the third column with the text Job-related Information. 5. Close the Form and save your changes. Exercise 4: Adding and removing controls 1. Insert the picture logo.jpg at the right-hand side of the Form header. Resize the picture using the corner handles so that it is fully visible. See Exercise 10: Picture control properties in the 31 Access Forms: Tasks

32 2. Properties section for more details about formatting pictures. 3. Add the Telephone Field to the Form: Use the Field List to add the Telephone Field to the Form. Place it under the Disability Field. Adjust the position and size of the Controls to align them with the Controls above and to the left of them. 4. Remove the Notes control. Exercise 5: Tab order 1. Switch to Form view and use the Tab key to move around the Form. 2. Return to Design view and change the Tab Order to move between the controls of each column in turn (top to bottom), starting with the leftmost column. Exercise 6: Formatting a form 1. Add a background colour to the Detail section. 2. Make the text in the First_Name and Last_Name text boxes bold and change the font colour to a colour of your choice. 3. Left-align the text in the Dept_ID text box and view the results in Form view. Additional tasks Add other unbound controls. For example, use lines and rectangles to divide up your form. Experiment with re-organising the controls on your form using the techniques you have learnt. The following Controls are important ones you would like users to fill in wherever possible. Change the colour of their borders to Red: Staff_ID, First_Name, Last_Name, Dept_ID Make the text in the Date_Left Control bold so that employees who have left stand out. Test this by adding a date to the Date_Left Control for any employee. Experiment with other formatting on your Form using the Formatting toolbar. 32 Access Forms: Tasks

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

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

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

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

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

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

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

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

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

Simply Personnel Screen Designer

Simply Personnel Screen Designer Simply Personnel Screen Designer -Training Workbook- Screen Designer Page 1 Build 12.8 Introduction to Simply Personnel Screen Designer This document provides step-by-step guide for employee users to give

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 Access XP (2002) - Forms. Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations

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

More information

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

Microsoft Excel 2010 Basic

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

More information

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

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

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

CPM-200 User Guide For Lighthouse for MAX

CPM-200 User Guide For Lighthouse for MAX CPM-200 User Guide For Lighthouse for MAX Contents Page Number Opening the software 2 Altering the page size & Orientation 3-4 Inserting Text 5 Editing Text 6 Inserting Graphics 7-8 Changing the Colour

More information

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

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

More information

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

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

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

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

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

More information

Database Design Lab: MS Access Queries

Database Design Lab: MS Access Queries Database Design Lab: MS Access Queries 1. Download lab6.accdb and rename it to lab7.accdb. 2. Create a simple query named qryauthor that has a Name attribute (i.e. Firstname Lastname ). a) Open lab6.accdb.

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

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

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

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

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

More information

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

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

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

More information

Microsoft Office. Access Tutorial Part 2

Microsoft Office. Access Tutorial Part 2 Microsoft Office Access 2013 Tutorial Part 2 An Introduction to Access 2013 Creating Reports and Forms for Tables Author Sandra Dyke https://sites.google.com/site/sandrascourses/ This work is licensed

More information

Microsoft Word 2010 Basics

Microsoft Word 2010 Basics 1 Starting Word 2010 with XP Click the Start Button, All Programs, Microsoft Office, Microsoft Word 2010 Starting Word 2010 with 07 Click the Microsoft Office Button with the Windows flag logo Start Button,

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

SOFTWARE SKILLS BUILDERS

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

More information

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

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

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

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

More information

Links to Activities ACTIVITY 3.1. Links to Activities ACTIVITY 3.

Links to Activities ACTIVITY 3.1. Links to Activities ACTIVITY 3. ACCESS CREATING QUERIES, FORMS, AND REPORTS Section 3 0 Skills Create a select query using the Simple Query Wizard Create a select query in Design view Add multiple tables to a query Sort the query results

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Forms & Reports 2 Forms 2 Using Auto Forms 2 Exercise 1. Creating a Datasheet Auto Form 3 Exercise 2. Creating a Tabular Auto Form 4 Exercise 3. Creating

More information

TSM Report Designer. Even Microsoft Excel s Data Import add-in can be used to extract TSM information into an Excel spread sheet for reporting.

TSM Report Designer. Even Microsoft Excel s Data Import add-in can be used to extract TSM information into an Excel spread sheet for reporting. TSM Report Designer The TSM Report Designer is used to create and modify your TSM reports. Each report in TSM prints data found in the databases assigned to that report. TSM opens these databases according

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

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

XnView 1.9. a ZOOMERS guide. Introduction...2 Browser Mode... 5 Image View Mode...15 Printing Image Editing...28 Configuration...

XnView 1.9. a ZOOMERS guide. Introduction...2 Browser Mode... 5 Image View Mode...15 Printing Image Editing...28 Configuration... XnView 1.9 a ZOOMERS guide Introduction...2 Browser Mode... 5 Image View Mode...15 Printing... 22 Image Editing...28 Configuration... 36 Written by Chorlton Workshop for hsbp Introduction This is a guide

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

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

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

More information

Introduction to Microsoft Publisher

Introduction to Microsoft Publisher Class Description This is an introduction to Microsoft Publisher, with a focus on choosing a template and modifying it to meet your needs. Class Length One and one half (1½) hours Introduction to Microsoft

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

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Table of Contents COURSE OVERVIEW... 5

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

More information

Excel 2007 Fundamentals

Excel 2007 Fundamentals Excel 2007 Fundamentals Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on that information.

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

INFORMATION TECHNOLOGY

INFORMATION TECHNOLOGY INFORMATION TECHNOLOGY PowerPoint Presentation Section Two: Formatting, Editing & Printing Section Two: Formatting, Editing & Printing By the end of this section you will be able to: Insert, Edit and Delete

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

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

Database Design Practice Test JPSFBLA

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

More information

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002 University of Arizona Information Commons Training Page 1 of 21 WORD XP/2002 USER GUIDE Task- Formatting a Document in Word 2002 OBJECTIVES: At the end of this course students will have a basic understanding

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

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 6 AGENDA

More information

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need Unit D CASE Samantha Hooper, a tour developer at Quest Specialty Travel, asks you to produce some reports to help her share and analyze data. A report is an Access object that creates a professional looking

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

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

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Title bar: The top most bar in Word window that usually displays the document and software names.

Title bar: The top most bar in Word window that usually displays the document and software names. 1 MICROSOFT WORD Table of Contents LINC ONE Hiding Standard toolbar, Formatting toolbar, and Status bar: To hide the Standard toolbar, click View Toolbars on the Menu bar. Check off Standard. To hide the

More information

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE Word Tutorial 3 Creating a Multiple- Page Report COMPREHENSIVE Objectives Format headings with Quick Styles Insert a manual page break Create and edit a table Sort rows in a table Modify a table s structure

More information

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

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

Access Forms Masterclass 5 Create Dynamic Titles for Your Forms

Access Forms Masterclass 5 Create Dynamic Titles for Your Forms Access Forms Masterclass 5 Create Dynamic Titles for Your Forms Published: 13 September 2018 Author: Martin Green Screenshots: Access 2016, Windows 10 For Access Versions: 2007, 2010, 2013, 2016 Add a

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

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

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

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

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

CounselLink Reporting. Designer

CounselLink Reporting. Designer CounselLink Reporting Designer Contents Overview... 1 Introduction to the Document Editor... 2 Create a new document:... 2 Document Templates... 3 Datasets... 3 Document Structure... 3 Layout Area... 4

More information

MS Word Basics. Groups within Tabs

MS Word Basics. Groups within Tabs MS Word Basics Instructor: Bev Alderman L e t s G e t S t a r t e d! Open and close MS Word Open Word from the desktop of your computer by Clicking on the Start>All programs>microsoft Office >Word 2010

More information

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

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

More information

Microsoft Word Important Notice

Microsoft Word Important Notice Microsoft Word 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

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

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

DTP with MS Publisher

DTP with MS Publisher DTP with MS Publisher ICT Curriculum Team 2004 Getting Going Basics desktop publishing a system for producing printed materials that consists of a PERSONAL COMPUTER or COMPUTER workstation, a high-resolution

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

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

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access

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

More information

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

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

More information

Staff Microsoft VISIO Training. IT ESSENTIALS Creating Organisation Charts Using Visio 2013 (ST560) August 2015

Staff Microsoft VISIO Training. IT ESSENTIALS Creating Organisation Charts Using Visio 2013 (ST560) August 2015 Staff Microsoft VISIO Training IT ESSENTIALS Creating Organisation Charts Using Visio 0 (ST0) August 0 Book online at: Royalholloway.ac.uk/it/training Self-Study packs also available 9 th August 0 Table

More information

Anleitungen für Word 2016 als Word-Dokument zum Ausdrucken und fürs Intranet

Anleitungen für Word 2016 als Word-Dokument zum Ausdrucken und fürs Intranet Anleitungen für Word 2016 als Word-Dokument zum Ausdrucken und fürs Intranet 19 Text and Tabs Tabs (tab stops) help you to write a list, for example, for an order or invoice. Larger spaces should not be

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

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

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want.

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Page Setup and Print Chapter 4 Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Print Preview is available so that you can check how

More information

Creating a Title Block & Border Using Chief Architect. Architectural Design & Residential Construction Penncrest High School

Creating a Title Block & Border Using Chief Architect. Architectural Design & Residential Construction Penncrest High School Creating a Title Block & Border Using Chief Architect Architectural Design & Residential Construction Penncrest High School 2017-2018 Select New Layout to begin designing your Title Block. Note: Once the

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited ADVANCED MICROSOFT ACCESS 2016 Advanced Microsoft Access 2016 (ACC2016.2 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Author Tracy Berry Tracy has been a senior

More information

Understanding Word Processing

Understanding Word Processing Understanding Word Processing 3.0 Introduction In this chapter you are going to learn how to create a simple memo or note or a complex and complicated multi column business document using word processing

More information

MS-Access : Objective Questions (MCQs) Set 1

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

More information

Introduction to Microsoft Word 2007 Quickguide

Introduction to Microsoft Word 2007 Quickguide Introduction to Microsoft Word 2007 Quickguide Opening Word -Click the Start button -Click Programs from the start menu -Select Microsoft Office -Click Microsoft Office Word 2007 -A new blank document

More information

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

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

More information

Microsoft Office Specialist Access 2016

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

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information