Sunday, October 10, 2010

Microsoft Access 2010

MS Access


August 3, 2009

What's new in Access 2010

By Danny Lesandrini
In mid-July I received an invitation to preview the Microsoft Office 2010 Technical Beta, including Microsoft Access. While some of the exciting new server-specific features and capabilities are still under the nondisclosure agreement, I’m free to describe what’s new in version 14 of client application. In fact, you can see the new Office 2010 Technical Preview for yourself through Microsoft sponsored videos available at the following link:
http://www.microsoft.com/video/en/us/details/8794ea1b-ef03-4a09-a86a-0caabf590fcd
There are a number of whitepapers out there that describe Office 2010 applications, architecture and security in painful detail. While these are important, I’m more interested in how the new Access looks and feels, what can and can’t be done with it and how steep the new learning curve is going to be. That’s what this article will focus on at a high level.

Setup

In my case, I installed Microsoft Office 2010 Professional on my Dell Latitude D810 laptop running Windows 7 Ultimate Release Candidate. The laptop has a 2.13GHz processor with 2 GB of RAM, well above the minimum requirements described below.
Component Requirement
Computer and processor 500 MHz processor or higher
Memory 256 megabytes (MB) of RAM or higher
Hard disk 2 gigabytes (GB). A part of this disk space is free after installation if the original download package is removed from the hard disk.
Drive CD-ROM drive or DVD drive
Display 1024 x 768 or higher-resolution monitor
Operating system Windows® XP with Service Pack 3 (SP3) (32-bit), Windows Vista® with SP1 (32-bit or 64-bit), Windows® Server 2003 R2 with SP2 (32-bit or 64-bit), Windows® Server 2008 with SP1 (32-bit or 64-bit), Windows® 7 (32-bit or 64-bit). Terminal Server and Windows on Windows (WOW) (which allows installing 32-bit versions of Office 2010 on 64-bit operating systems) are supported.
Additional Requirements and product functionality can vary based on the system configuration and operating system.
The installation was fast and easy, taking less than five minutes! Other newsgroup posters agreed that it was “smooth” and one person even installed it on his NetBook. My first impression based on a few days clicking through things was extremely positive, despite a few application issues related to a Bluetooth add-in. While some had issues with activation, I had no such problem and I suspect this sort of thing will be fixed by release time.

What’s New

From The Release Notes:

According to the official product feature change document from Microsoft, there are two notable changes to Access and a few new global features common to all Office applications.
1)  The Add Field task pane is removed in Microsoft Access 2010, and is replaced with the Data Type gallery.

As with Access 2007, you may add fields that have been defined in other tables, like Email or DOB, and retain their previously described properties. But this new feature allows you to add a compliment of fields all at once. An [Address], for example, includes a Street, City, State, Zip and Country. Simply click the [Address] field to add all of the above mentioned list of fields. This is a great new feature!
2)  AutoFormat is removed from the Fluent user interface in form and report layout views in Microsoft Access 2010, and is replaced by Office Themes.

Previous versions of Access relied upon “formats” to paint various forms and reports with the same colors and styles, but these formats were unique to Access. In Access 2010, they have been replaced with desktop themes, which carry over into other Office applications, like Word and PowerPoint.
3)  Various global changes to all Office 2010 applications.

One of the well received features of Office 2010 is the enhancement to the MRU file list. It may seem like a little thing, but you may now right click entries in the list and elect to remove them, or pin it to the list so it is never “popped” off.

My Own Observations:

I find it difficult to identify things specifically new to Access 2010 since I never immersed myself with Access 2007 and some things that I found interesting have been there since the last version. However, the following are genuinely Access 2010 new features.
1)  Changes to menus and the ribbon.

The “Office Button” in the upper left corner has been improved. In Access 2007 it simply dropped down a menu but now it loads a new screen that exposes more functionality in a cleaner and more intuitive way. Some may prefer the old UI and I suppose it’s a matter of choice, but for some reason I can’t explain, this feels more comfortable to me.

The default page, shown above, is called Backstage View and replaces the File menu. It includes links to view the Application Log, check for web compatibility, publish, compact, analyze or encrypt your database. You may also open the table relationships window from here, an option that was difficult to find as it’s been removed from the ribbon where it had resided in Access 2007.
I was tempted to enumerate the menu options on each ribbon, but in addition to being boring, it will become inaccurate as feedback from the beta testing is incorporated into the final build. There is already talk of returning some of the removed options to their places.
2)  Table Macros (akin to Triggers)
The most exciting enhancement for developers has got to be the addition of macros (read triggers here) to local Access tables. I’ve only had a few minutes to play with this feature, but it is undoubtedly going to be my favorite new feature in Access 2010. Below is a screen shot of the user interface and an example of one of a table event macro.
Pardon the nature of my example, which breaks the normalization rule about storing calculated data, but it illustrates the idea of an update trigger. There is an [Age] field (which should be calculated from date of birth) and another field I arbitrarily named [Result], which accepts the result of the macro execution. When [Age] is updated and the value exceeds 18, the [Result] field is updated to the word “Adult”; otherwise it’s updated to the word “Child”.
What’s really cool about this development environment is that you may right-click the page and copy part or all of the macro and paste it into another section. Alternatively, you may paste the text of the macro into Notepad (as shown in the image) to share it with others, such as in a newsgroup post where you’re asking for assistance with the code.
There’s a lot of functionality to explore in this new feature, but a quick peek suggests you may do the following in these “triggers”:
  • Create, delete or edit a record
  • Set a field or variable value
  • Raise an error
  • Log an event
  • Send an Email
3)  Macros in General
Everything I described above for Table Macros applies to macros in general in Access 2010. As with macros in previous versions, there are many, many actions that can be assigned and while I’ve never before been a fan of macros, I’m quite enamored of the new approach. Somehow, the fact that macros may be represented with XML gives them more credibility with programmers.

From the Newsgroups:

One of the benefits of being involved with the Technical Preview Beta is the access one gains to the newsgroups where features are discussed. Below I’ve noted some of the points mentioned by others who are reviewing the beta.
1)  The VBA editing environment seems visually cleaner and crisper.
Personally, I didn’t notice a difference. I’ve included a screen shot of the VBA IDE for Access 2010, just to satisfy the reader’s curiosity.
2)  Sharepoint integration and new Web Database file type.
The client feature is still not available in the Technical Preview and is covered under the NDA but the Microsoft published video referenced above does give us a peek at it.
Before you get too excited, it is my understanding that the “publish to web” function will apply to Sharepoint sites, not the web in general. People often want to know how they can put their Access databases “on the web” but this will only be a solution for those who have access to a Sharepoint site. Even so, the ability to share your Access databases within an organization is huge. While this was available to some extent with Access 2007, the integration will no doubt be tighter and publishing looks to be more convenient.
3)  Application Parts
The Application Parts menu option exposes a list of templates that may be inserted into a database application. In Beta 1 the feature consistently failed but it is reported to be fixed in the next release.

More to come ...

As of this writing, the Technical Preview Beta has only been available for about a week and I haven’t had the luxury to dedicate myself to it full time. The help file isn’t complete yet and hasn’t been of much help to me. The other documentation available to beta testers is interesting enough, but there’s not very much of it at this point. As more information becomes available and as I get more experience with the new features mentioned above, I’ll be documenting it here in these articles.
As is expected of a beta product, it’s a little buggy and I’ve been shut down a few times, but not ungracefully. I expect there will be a learning curve with the Sharepoint and web integration pieces and I know the new security model will take some getting used to. All the same, for me as an Access developer the upcoming production release of Access 2010 is the most exciting thing that I can remember in some time.
» See All Articles by Columnist Danny J. Lesandrini

tutorial Microsoft Access 2003

Objectives
Welcome to Introduction to Microsoft Access 2003. This tutorial is designed for users who are new or only have little experience using Access 2003. It introduces fundamental database concepts and operations and illustrates how they are performed in Microsoft Access 2003. This tutorial does not cover all of the features and functions of Microsoft Access 2003, emphasis will be on basic and frequently-used features, such as the creation of tables and queries, or importing spreadsheet into Access.
Please be aware that Microsoft Access is only available for Windows users; Mac users may want to seek out a FileMaker Pro Tutorial.
Objectives
By using this tutorial, you will learn to perform the following operations in Access 2003:
  • Launch Access and identify the parts of the screen
  • Define fields and field properties constructing table structures
  • Enter and edit records in a table
  • Find, sort data
  • Design custom queries to display data
  • Import data between Excel and Access

Microsoft access

The Fundamentals
In this tutorial you will learn about exactly what a database is, what it is used for, and how to perform simple database tasks, such as adding and deleting records. This tutorial also takes you on a basic tour of various parts of a Microsoft Access database: Tables, Forms, Reports, and Queries.
Microsoft Office Access Tutorials Creating and Working with a Database
In this tutorial, you will learn to create and modify the major database objects: tables, forms, queries, and reports. You will even learn some basic database management tasks, such as how to delete and rename database objects and how to repair and compress a database.
Microsoft Office Access Tutorials Finding, Filtering, and Formatting Data
Microsoft Access is equipped with an arsenal of Find, Sort, and Filter commands that can track down and organize a table's information in record time. In this tutorial you will learn how to use these commands.
Microsoft Office Access Tutorials Working with Tables and Fields
This tutorial explains just about everything you will ever need to know about tables and fields: how to link two or more related tables, how to create indexes for faster performance, and how to create a primary key field, which uniquely identifies each record in a table. This tutorial also explains how to change all the properties and settings for your tables' fields, such as how they are formatted and what kind of information they can store.
Microsoft Office Access Tutorials Creating Relational Databases
In this tutorial you will learn how to link tables in an existing database together in a one-to-many relationship to create a relational database. You will also learn how to enforce referential integrity between those tables to keep records in related fields valid and accurate.
Microsoft Office Access Tutorials Working with Queries
In this tutorial you will learn how to harness the power of queries. First you will learn about all the different types of queries: simple select queries, parameter queries that prompt you for more information, crosstab queries that summarize records in an easy-to-understand format, and action queries that actually modify the records in your database.
Microsoft Office Access Tutorials Working with Forms
This tutorial explains everything you have ever wanted to know about forms and maybe a few things you didn't want to know.
Microsoft Office Access Tutorials Working with Reports
This tutorial explains all the ins and outs of creating and working with reports: Formatting Options; Sorting and Grouping Options; Combine Data from Linked Tables.
Microsoft Office Access Tutorials Formatting Forms and Reports
This tutorial explains how to format your forms and reports to make them more visually attractive and easier to read. You will learn how to change the appearance, size, and color of fonts and how to align text inside a control. This tutorial also describes how you can add pictures and graphics to your forms and reports.
Microsoft Office Access Tutorials Working with Macros
A 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.
Microsoft Office Access Tutorials Advanced Topics
This tutorial explains how you can use Access with other programs,how to import and export databases in other file formats, difference between importing objects from another database versus linking to objects in another database, learn how to create a Microsoft Excel worksheet based on an Access query, transfer an Access table to Microsoft Word, or use Word with Access to create mail-merge letters.

Microsoft and 2007

Discovered! A proven way that will make your life easier in the whole learning process rather than most people take months or even years to master it.
I am going to show you clearly, and exactly, how to start learning and mastering the programs using step-by-step online tutorials at your own comfort.
It added with the super tips, techniques and almost all the keyboard shortcuts of the programs to even move you to become Microsoft Office Pro!
This site shows you the full secrets behind the programs. It will scale you up to full-professional level faster than you ever think. It may seem like a mystery for you to know. But I’ll demystify the whole thing, one simple step at a time.

Here is what you can expect from this site…
  • FRE.E Microsoft Office 2010, 2007 and 2003 video and text tutorials & training.
  • How to create dazzling documents using Microsoft Word?
  • Discover the secrets of creating dynamic spreadsheets with Microsoft Excel.
  • Creating High-impact, Eye-Catching PowerPoint Presentation slide's is no longer a dream! I can show you how...
  • Presentation – 'DOs and DON'Ts' when you are on the stage.
  • Organizing and managing your digital communication tools and everyday tasks with Microsoft Outlook.
  • Tips and tricks - Dozens of valuable, undocumented features of Microsoft Office Excel, Word, PowerPoint and Outlook.
  • Almost all, about 600 keyboard shortcuts that can open your eyes so wide...to see the power of the computer keyboard
  • Where to find more Word, PowerPoint or Excel templates and clip arts? Download all for Free!
  • The latest Microsoft Office 2010! Discover those new and outstanding features and why you should upgrade to Office 2010?
  • What else?...a lot more!!

  • Buy Office 2007 Today, Download Office 2010 for FREE!!

FREE E-books For YOU!

microsoft office 2007 ebook
Well…I think you know that Office 2007 released with fantastic and rich features. First Look Microsoft Office 2007 System, a 213-page, loaded with full of information ebook is free for you now. This book revealed what is the new secrets behind the Office 2007 system, including Word, Excel, PowerPoint, Publisher, OneNote, Access, Outlook and Groove.
So, grab your copy NOW while it’s still free by filing your E-mail address and First name below so I can direct you to download the ebook.

keyboard shortcut ebook
Also… You’re just one click away from accessing a free e-book. It is a hot book that loaded with keyboard shortcuts, and techniques that normally you can use when dealing with Microsoft Office applications.
This book is unusual as it reveal the secrets that can practically replace your mouse by just pressing your keyboard buttons.
It is hard to find anywhere. So, don’t wait and grab a copy NOW while it’s still available free.

~ LATEST ADDITIONS ~
If you decide to subscribe to the MS Office Tips newsletter NOW, you will get additional FREE bonuses:
1.) Free Excel 2007 & 2010 Video Tutorials (100+ Videos)
2.) Office 2007 Quick Reference Guide (52-page ebook)
3.) Excel 2007 Quick Reference Guide (54-page ebook)
4.) Access 2007 Quick Reference Guide (57-page ebook)

Microsoft Access 2007

http://www.gcflearnfree.org/computer/topic.aspx?id=146
http://www.youtube.com/results?search_query=microsoft+access+2003+tutorial&aq=0sx

Microsoft Access 2003

Unit 1. Basic elements of Access2003
Opening and closing Access2003
The initial screen
The bars
Intelligent menus
Unit 2. Create, open, and close a database
Basic concepts
Creating a database
Closing a database
Opening a database
More ways to open a database
Unit 3. Creating data tables
Creating a datatable
The field builder
Data types
The lookup wizard
The primary key
Saving a table
Closing a table
Unit 4. Modifying data tables
Modifying the design of a table
Introducing and modifying data in a table
Moving within a table
Finding and replacing data
Unit 5. Properties of the fields
Introduction
Field size
Field format
Customizing formats
Decimal places
Input mask
Customizing input masks
Caption
Default value
Validation rule
Validation text
Required
Indexed
Indexes
Unit 6. Relationships
Basic concepts on relationships
Creating the first relationship
Referential integrity
Adding tables to the relationship window
Removing tables from the relationship window
Editing relationships
Deleting relationships
Tidying the relationship window
Showing direct relationships
Visualizing all the relationships