Presentation is loading. Please wait.

Presentation is loading. Please wait.

MS Access.

Similar presentations


Presentation on theme: "MS Access."— Presentation transcript:

1 MS Access

2 Objectives What is MS Access? How to create table?
How to write queries? Developing front end (forms) Create, format and print report Uses

3 What is MS Access? Microsoft Access, also known as Microsoft Office Access, is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software- development tools. It is a member of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately. Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases. User writes queries in SQL, form objects are used to create front end and VBA is used to communicate between forms and data.

4 Relational Database What Is a Relational Database? The term database means different things to different people. For many years, in the world of the older database technologies, database was used to describe a collection of fields and records. Access refers to this type of collection as a table.  In Access terms, a database is a collection of all the tables, queries, forms, reports, macros, and modules that compose a complete system. Relational refers to concepts based on set theory. 

5 Creating a Project

6 Creating a Project - contd

7 Choosing a Design

8 Creating a Table

9 Creating a table through Design View

10 Insert into table

11 Relationship between tables

12 Select Query

13 Select Query

14 SQL view of Select Query

15 Select Query in Datasheet view

16 Creating forms

17 Login form

18 Accessing Data in forms
Users can access data through one of the following methods – A) SQL tables directly. B) Through Macro. C) Through VBA code. D) Through Expressions.

19

20 Using Macros

21 Expression Builder

22 Reports

23 Report

24 Uses It’s cheap. Also most of the companies would be having the MS Office installed in their systems. Acquiring a copy of Access won't require a loan or a call to investors. It’s easy. Anybody with just a bit of time and reasonable intelligence can learn to use Access. It doesn't take weeks of classroom instruction and then months of mentored on-the-job training to acquire the skills necessary to create and administer a database.  Development costs less. Many developers make a good living creating custom database applications in Access. However, in general, they charge less than SQL Server and Oracle developers.  Prototyping is a snap. Access is a great way to show fast results for the impatient client or boss. You can collect a little data and in just a few hours (or days) wow them with a few neat forms and reports It talks to Office. Access is part of the Microsoft Office suite, so it plays well with the other applications. Users can quickly and easily export data from or import data into Excel or publish reports to Word.

25 Uses - contd There's less code! All things being equal, Access can get the job done with less code than SQL Server (or some other client-server database). In addition, VBA is an easy language to master. It offers connectability. Access offers an affordable solution for individual users and smaller teams. MVC in one application. You don’t have to worry about compatibility. We can develop our front end, middleware and back end using the same application.

26 Disadvantages of using MS Access
Concurrent Users - Even though Microsoft has stated that Access is able to support 255 concurrent users, it is a more practical choice to select Access when the database will be used by only 15 to 20 simultaneous users.  Finite - Microsoft Access is useful for individual departments or small-to-medium business sectors. Any sector whose usage goes beyond 2 GB will hit a wall and discover limitations. Multiple Windows Operating Systems - Whenever various Windows operating systems like Windows 98, Windows ME, Windows 2000, Windows XP, or Windows Vista are used to access the same database, the database may experience corruption issues. Internet Limitations - Access was not designed to be used with applications that are web based since its forms and reports are only functional in a Windows environment and are not compatible with an internet browser like Internet Explorer. One file - All the information from your database is saved into one file. This limits options and how you choose utilize data; slowing down reports, queries, and forms. Its performance becomes slow as the user scales data size. Multimedia data can use up MS Access limited space quickly. Access on a Mac - Unfortunately, Microsoft Access is not designed to operate on Apple Macintosh computers. 

27 Thank You!


Download ppt "MS Access."

Similar presentations


Ads by Google