|
Very simply, Microsoft Access is an information management
tool that helps you store information for reference, reporting,
and analysis. Microsoft Access helps you analyze
large amounts of information,
and manage related data more
efficiently than Microsoft
Excel or other spreadsheet applications. This article
shows you when to use Access, and how it can help make you
more effective. |

| The value any database can provide is to store related information in one place, and then let you connect various different things together (sometimes called "entities" in database speak). You store one version of the truth for any given thing, like a client, a DVD, or an order. Some of the major benefits to using a database are: | |
|
Helpful Access Tools
Designer
Easy-to-use wizard helps you create Access databases in minutes without being an expert UI Builder Essential features for any Access application Dashboard Builder Create stunning Access dashboards without being an SQL guru Visit our Microsoft Access catalogue for more products |
Microsoft Access works in the same manner any database does, by storing related information together, and letting you create connections (commonly called relationships) between different things. The relationships between two different things in MSAccess can be very simple (such as a contact at a customer and the customer itself) or complex. In the example below, the blue boxes represent the major things we're tracking in our MS Access database tables, and the reports at right show how you can join the related information for analysis and reporting.
Data is stored in Microsoft Access tables (think of them as mini-spreadsheets that store only one type of thing). A table can have many fields (think of them as columns in your spreadsheet). Each field in a table can be set up to allow or prevent users from entering certain information (for example, you could say one field only accepts dates, another can only allow a user to enter a numeric value, while another lets them enter anything they want).
Once you have your MS Access tables, fields, and relationships set up, you can create data entry forms that use those tables to store your information and later create reports with the data. Microsoft Access forms are incredibly easy (and fun) to design with a wysiwyg form design tool. And you can use MS Access forms to simplify data entry for users by grouping related fields together, and hiding fields they don't need to enter. The Microsoft Access Command Button Wizard even helps you to create simple buttons for your forms without understanding how to create macros and Visual Basic.