SlideShare a Scribd company logo
ByM.VENMUKIL
    A powerful database program you can use to  store all kinds of information     What a database program?		A Database program is a collection of information that is organized into a list and stored in a structuredmanner.Microsoft Access
What a Database program lets you do?Store Information
Find Information
Analyze and print information
Manage information
Share informationDATABASE OBJECTSTABLESTables store database data in rows and columns. A DB should contain atleast one table.QUERIES	Ask questions of data stored in table.FORMSForms are custom screens that provide and an easy way to enter and view data in table ore query.REPORTSPresent data from a table or query in a printed  format
PAGESPage designed for viewing and working with MS Access from an intranet and internet.MACROSTo perform routine task by automating them into a single commandMODULESLike automate tasks but by using a built in program language using VB. More powerful and complex than macros
TABLES
CREATING IN DESIGN VIEW
PRIMARY KEY
SAVING TABLE
TABLE CREATED
TABLE
2.CREATING TABLE USING WIZARD
SAVING THE TABLE NAME AND SETTING PRIMARY KEY
RELATIONSHIP
Ms access
Ms access
FORM VIEW
3.CREATING TABLE BY ENTERING DATA
SAVE  TABLE
PRIMARY KEY
QUERIES
CREATING USING DESIGN VIEW OR USING WIZARD
DESIGN VIEW
FIELD NAME ,TABLE ,CRITERIA
QUERY OUTPUT
CRITERIAS= , >= , <=  , = , > , <  - Find records according to the criteriaBETWEEN                   -   Eg. Finds records between 1/1/2010and 5/12/2010.LIKE		            -   Eg. Finding Name starting with  				 Like “m*”NOT		            -   Eg. Find Name not starting with				Not “ma”IS NULL		-   Eg. Find records whose fields are 				emptyIS NOT NULL 		 -  Eg. Finds record whose fields contain				values.
USING WIZARD
Ms access
Ms access
SELECT QUERYSelect queries and find data from one or more data and displayCROSSTAB QUERYSummarizes data in a table formatMake-Table QueryMAKE-TABLE QUERYCreates a new table from all or part of the data in one or more tables. Useful for backing up and exporting information.UPDATE QUERYUpdates selected information in a table. For example, you could raise the prices on by 15 percent.APPEND QUERYAppends or adds selected records from one table to another table. Useful for importing information into a table.DELETE QUERYDeletes selected records from one or more tables.
FORMS
WHY DO WE NEED FORMS?Easier to View and UseSee Data Any Way You WantCombine Data from Linked Tables
DROPDOWN BOX LIST BY USING TABLE CONTENT
USING WIZARD
Ms access
FINAL FORM
REPORTS
DESIGN VIEW
REPORT THROUGH DESIGN VIEW
ONE OF THE OPTION IN WIZARD FOR THE STYLE OF THE REPORT
WIZARD REPORT
MACROS
MACROA macro is a set of one or more actions that perform a particular operation, such as opening a form or printing a report. Macros can help you to automate common tasks. For example, you can run a macro that prints a report when a user clicks a command button.
OPTIONS IN ACTION TO BE PERFORMED(eg- close option)
Ms access

More Related Content

Ms access