Top Banner
Introduction To Microsoft Access Chhom karath
25

Introduction TO Microsoft Access

Apr 08, 2017

Download

Science

Chhom Karath
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction TO Microsoft Access

Introduction To Microsoft Access

Chhom karath

Page 2: Introduction TO Microsoft Access

Install Microsoft Access 2007

Page 3: Introduction TO Microsoft Access

Open Microsoft Access

Page 4: Introduction TO Microsoft Access

Create database template

Page 5: Introduction TO Microsoft Access

Create Manual Database

Page 6: Introduction TO Microsoft Access
Page 7: Introduction TO Microsoft Access
Page 8: Introduction TO Microsoft Access
Page 9: Introduction TO Microsoft Access

Table anatomy

• Table• Field• Record

Page 10: Introduction TO Microsoft Access
Page 11: Introduction TO Microsoft Access

• To enable macros for the current database session only:1. Options=> Options dialog box, select the Enable this content option=> OK.

Page 12: Introduction TO Microsoft Access

Create table template

Page 13: Introduction TO Microsoft Access

Create Manual table

Page 14: Introduction TO Microsoft Access
Page 15: Introduction TO Microsoft Access

Data Type

Page 16: Introduction TO Microsoft Access

Field Size

Page 17: Introduction TO Microsoft Access

Custom num

eric and letter formats

Symbol Used for@ Letter or space 1& Letter but no space> Upper letter< Lower Letter. decimal point , thousands separator0 A placeholder for zero or a digit. : A digit is required, and plus

(+) and (–) minus signs are not permitted

9 A digit is optional, and plus (+) and (–) minus signs are not permitted

# A placeholder for nothing or a digit, Optional digit or space. Spaces are removed when the data is saved in the table. Plusand minus signs are allowed.

$ Display the dollar sign character.% Multiply the value by 100 and add a percent signE+ or e+E- or e-L A letter from A to Z is required? A letter from A to Z is optional

Page 18: Introduction TO Microsoft Access

• A: A character or digit is required.• a: A character or digit is optional.• &: Permits any character or space (required).• C: Permits any character or space (optional).• . (period): Decimal placeholder.• , (comma): Thousands separator.• : (colon): Date and time separator.• ; (semicolon): Separator character.• - (dash): Separator character.• / (forward slash): Separator character.• < (less-than sign): Convert all characters to lowercase.• > (greater-than sign): Convert all characters to uppercase.• ! (exclamation mark): Display the input mask from right to • from right to left.• \ (back slash): Display the next character as a literal.

Custom num

eric and letter formats

Page 19: Introduction TO Microsoft Access

Example

000 or 00#

(000) 000-000

#

#.00

#.00%

#,###

#,###

#,###.00

$#,###.00

#,###.00 $

“R”#,###.00

#,###.00 “Riels”

[Blue]$#,###.00[Red]-$#,###.00[Green]$0.00[Yellow]@

Page 20: Introduction TO Microsoft Access
Page 21: Introduction TO Microsoft Access

Custom date/tim

e• : (colon): Separates time elements (hours, minutes, seconds).• / (forward slash): Separates date elements (days, months, years).• c (lowercase c): Instructs Access to use the built-in General Date format.• d (lowercase d): Displays the day of the month as one or two digits, as necessary.• dd: Displays the day of the month using two digits (“9” displays as “09”).• ddd: Displays the first three letters of the day of the week (Sun, Mon, Tue, Wed, Thu, Fri• Sat).• dddd: Uses the full name of the day of the week (Sunday, Monday, Tuesday, Wednesday,• Thursday, Friday, Saturday).• ddddd: Uses the built-in Short Date format.• dddddd: Uses the built-in Long Date format.• w: Uses a number to indicate the day of the week.• ww: Shows the week of the year (1 to 53).• m: Displays the month of the year using one or two digits.• mm: Displays the month of the year using two digits (with leading zero if necessary).• mmm: Uses the first three characters of the month (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,• Sep, Oct, Nov, Dec).• mmmm: Displays the full name of the month (for example, January).• q: Displays the date as the quarter of the year.• y: Displays the day of the year (1 through 366).• yy: Uses the last two digits of the year (for example, 07).• yyyy: Uses the full four-digit year (2007).• h: Displays the hour using one or two digits.• hh: Displays the hour using two digits.• n: Displays the minutes using one or two digits• nn: Displays the minutes using two digits.• s: Displays the seconds using one or two digits.• ss: Displays the seconds using two digits.• tttt: Uses the built-in Long Time format.• AM/PM: Uses a 12-hour format with uppercase AM or PM.• am/pm: Uses a 12-hour format with lowercase am or pm.• A/P: Uses a 12-hour format with uppercase A or P.• a/p: Uses a 12-hour format with lowercase a or p.• AMPM: 12-hour format using the morning or after designator specified in the Regional• Settings in the Windows Control Panel..

Page 22: Introduction TO Microsoft Access

• Input Mask: Used for data entry into a predefined format (phone numbers, zip codes,Social Security numbers, dates, customer IDs). Applicable to both numeric and text data types.

• Decimal Places: Specifies number of decimal.• Caption: Optional label for form and report fields. • Default Value: The value automatically provided for new

data entry into the field.

Page 23: Introduction TO Microsoft Access

• Validation Rule: Ensures that data entered – “F” or “M”

• Validation Text: Displays a message when data fails validation.– “Please, enter Male or Female”

• Required: Specifies whether you must enter a value into a field. – Yes or No

• Allow Zero Length: Determines whether you may enter an empty string (“”) into a textfield type to distinguish it from a null value.

• Indexed: Speeds up data access and (if desired) limits data to unique values. Indexing isexplained in greater detail later in this chapter.

Page 24: Introduction TO Microsoft Access

The Input Mask Wizard

• Ddd\,dd mmm, yyyy• 00\->L<LL\-00;0;

Page 25: Introduction TO Microsoft Access

Primary Key