Training
Certifications
Books
Special Offers
Community




 
Microsoft® Access Version 2002 Step by Step
Author Online Training Solutions, Inc.
Pages 352
Disk 1 Companion CD(s)
Level Beg/Int
Published 06/06/2001
ISBN 9780735612990
Price $29.99
To see this book's discounted price, select a reseller below.
 

More Information

About the Book
Table of Contents
Sample Chapter
Index
Related Series
Related Books
About the Author

Support: Book & CD

Rate this book
Barnes Noble Amazon Quantum Books

 


Chapter 6: Keeping Your Information Accurate continued


Using the Data Type to Restrict Data

The Data Type setting restricts entries to a specific type of data: text, numbers, dates, and so on. If, for example, the data type is set to Number and you attempt to enter text, Access refuses the entry and displays a warning.

In this exercise, you will create a brand new database, you will add fields of the most common data types, and then you’ll experiment to see how the Data Type setting and Field Size property can be used to restrict the data entered into a table. The working folder for this exercise is SBS\Access\Accurate\DataType. Follow these steps:

  1. In the New File task pane, click Blank Database in the New section to display the File New Database dialog box.
  2. If the New File task pane is not displayed, click the New button on the toolbar.

  3. Type Field Test in the File name box, browse to the working folder for this exercise, and then click Create.
  4. Access opens the database window for the new database.

  5. Double-click Create table in Design view.
  6. A blank Table window opens in Design view so that you can define the fields that categorize the information in the table. You will define five fields, one for each of the Text, Number, Date/Time, Currency, and Yes/No data types.

  7. Click in the first Field Name cell, type TextField, and press Tab to move to the Data Type cell.
  8. The data type defaults to Text, which is the type you want. So press Tab twice to accept the default data type and move the insertion point to the next row.
  9. Type NumberField, and press Tab to move to the Data Type cell.
  10. Click the down arrow to expand the list of data types, click Number, and then press Tab twice.
  11. Repeat steps 4 through 7 to add the following fields:
  12. FieldData Type
    Date FieldDate/Time
    Currency FieldCurrency
    Boolean FieldYes/No


    TIP:
    The data type referred to as Yes/No in Access is more commonly called Boolean (in honor of George Boole, an early mathematician and logistician). This data type can hold either of two mutually exclusive values, often expressed as yes/no, 1/0, on/off, or true/false.

  13. Click the Save button, type Field Property Test to name the table, and then click OK.
  14. Access displays a dialog box recommending that you create a primary key.

  15. You don’t need a primary key for this exercise, so click No.
  16. Click the row selector for TextField to select the first row.
  17. Your table now looks like the one on the next page.

    Click to view graphic
    Click to view graphic

    The properties for the selected field are displayed in the lower portion of the dialog box.

  18. Click in each field and review its properties, and then click the View button to display the table in Datasheet view, as shown here:
  19. Click to view graphic
    Click to view graphic

  20. The insertion point should be in the first field. Type This entry is 32 characters long, and press Tab to move to the next field.
  21. Type Five hundred, and press Tab.
  22. The data type for this field is Number. Access displays an alert box refusing your text entry.

  23. Click OK, replace the text with the number 500, and press Tab.
  24. Type a number or text (anything but a date) in the date field, and press Tab. When Access refuses it, click OK, type Jan 1, and press Tab.
  25. The date field accepts almost any entry that can be recognized as a date, and displays it in the default date format. Depending on the format on your computer, Jan 1 might be displayed as 1/1/2001 or 1/1/01.


    TIP:
    If you enter a month and day but no year in a date field, Access assumes the date is in the current year. If you enter a month, day, and two-digit year from 00 through 29, Access assumes the year is 2000 through 2029. If you enter a two-digit year that is greater than 29, Access assumes you mean 1930 through 1999.

  26. Type any text or a date in the currency field, and press Tab. When Access refuses the entry, click OK, type –45.3456 in the field, and press Tab.
  27. Access stores the number you entered but displays ($45.35), the default format for displaying negative currency numbers.


    TIP:
    Access uses the regional settings in Microsoft Windows Control Panel to determine the display format for date, time, currency, and other numbers. If you intend to share database files with people in other countries, you might want to create custom formats to ensure that the correct currency symbol is always displayed with your values. Otherwise, the numbers won’t change, but displaying them as dollars, pounds, marks, or lira will radically alter their value.

  28. Try entering text or a number in the Boolean field. Then click anywhere in the field to toggle the check box between Yes (checked) and No (not checked), finishing with the field in the checked state.
  29. This field won’t accept anything you type; it only allows you to switch between two predefined values. Your datasheet now resembles the one shown on the next page.

    Click to view graphic
    Click to view graphic


    TIP:
    In Design view, you can use properties on the Lookup tab to display the Boolean field as a check box, text box, or combo box. You can also set the Format property on the General tab to use True/False, Yes/No, or On/Off as the displayed values in this field (though the stored values will always be -1 and 0).

  30. Close the table, and then close the database.


Previous   |  Table of Contents   |   Next




Top of Page


Last Updated: Saturday, July 7, 2001