All Categories > Software > Office & Business Software

Office Access 2007 (Full Product)

Office Access 2007 (Full Product)

( Windows - Full Product )

Star FullStar FullStar FullStar FullStar Empty

With its improved interface and interactive design capabilities that do not require deep database knowledge, Microsoft Office Access 2007 helps you track and report information with ease. Get started quickly with prebuilt applications that you can modify or adapt to changing business needs. Collect information through forms in e-mail, or import data from external applications. Create and edit detailed reports that display sorted, filtered, and grouped information in a way that helps you make sense of the data for informed decision-making. Share information by moving your Office Access 2007 files to a Windows SharePoint Services Web site, where you can audit revision history, recover deleted information, set data access permissions, and back up your information at regular intervals.
Read More
29% off$162.99 - $229.99
Email me when this price drops
SellerSeller RatingAdditional InfoList Price Tax & Shipping Total Price
Royal DiscountTrusted Merchant

Star FullStar FullStar FullStar FullStar Half

In Stock

$186.47
Save 19%

Enter your Zip code to get the total price with tax and shipping:

VioSoftware.com

Star FullStar FullStar FullStar FullStar Full

In Stock

$178.99
Save 22%
Microsoft Store

In Stock

$229.95
Discount Mountain

In Stock

$170.25
Save 26%
OfficeMax

In Stock

$229.99
The Nerds

Star FullStar FullStar HalfStar EmptyStar Empty

In Stock

$162.99
Save 29%
OnSale

Star FullStar FullStar FullStar EmptyStar Empty

In Stock

$189.98
Save 17%
MacMall

Star FullStar FullStar FullStar HalfStar Empty

In Stock

$189.98
Save 17%
PCMall

Star FullStar FullStar FullStar HalfStar Empty

In Stock

$212.92
Save 7%
You may also be interested in these products Store Price
zune 2007 full version

Microsoft Access 2007 Full Version

Microsoft Access 2007 Full Version - Buy your Microsoft Access 2007 Full Version at RoyalDiscount.com today and save up ... Read More

Royal DiscountTrusted Merchant

Star FullStar FullStar FullStar FullStar Half

$186.47
zune exchange server dvd

Exchange Server 2007 X64 DVD - 5 User (Full Product)

The Exchange Server Standard CAL provides access to e-mail, shared calendaring, contacts, tasks, management, and Outlook ... Read More

Royal DiscountTrusted Merchant

Star FullStar FullStar FullStar FullStar Half

$858.98
Save 35%
zune version student teacher

Microsoft Office 2007 Standard Full Version Student & Teacher

Microsoft Office 2007 Standard Full Version Student & Teacher - Buy your Microsoft Office 2007 Standard Full Version ... Read More

Royal DiscountTrusted Merchant

Star FullStar FullStar FullStar FullStar Half

$126.45
zune ultimate full version

Microsoft Office 2007 Ultimate Full Version

Microsoft Office 2007 Ultimate Full Version - Buy your Microsoft Office 2007 Ultimate Full Version at RoyalDiscount.com ... Read More

Royal DiscountTrusted Merchant

Star FullStar FullStar FullStar FullStar Half

$357.98
zune 2007 full version

Microsoft Office 2007 Professional Full Version (Promotional)

Microsoft Office 2007 Professional Full Version (Promotional) - Buy your Microsoft Office 2007 Professional Full Version ... Read More

Royal DiscountTrusted Merchant

Star FullStar FullStar FullStar FullStar Half

$173.97
zune full version oem

Microsoft Office 2007 Standard Full Version OEM

Microsoft Office 2007 Standard Full Version OEM - Buy your Microsoft Office 2007 Standard Full Version OEM at ... Read More

Royal DiscountTrusted Merchant

Star FullStar FullStar FullStar FullStar Half

$238.88
zune version cd key

Microsoft Office 2007 Professional Full Version CD & Key

Microsoft Office 2007 Professional Full Version CD & Key - Buy your Microsoft Office 2007 Professional Full Version CD ... Read More

Royal DiscountTrusted Merchant

Star FullStar FullStar FullStar FullStar Half

$269.15
zune student full version

Microsoft Office 2007 Home and Student Full Version

Office Home and Student 2007 is the software suite that helps people easily create great-looking documents, worksheets ... Read More

ZTechSoftwareTrusted Merchant

$79.49
zune version student teacher

Microsoft Office 2007 Professional Full Version Student & Teacher

Microsoft Office 2007 Professional Full Version Student & Teacher - Buy your Microsoft Office 2007 Professional Full ... Read More

Royal DiscountTrusted Merchant

Star FullStar FullStar FullStar FullStar Half

$126.98

User Reviews for Office Access 2007 (Full Product)

Overall Rating: Star FullStar FullStar FullStar HalfStar Empty ( 20 reviews )
  1. Star FullStar FullStar FullStar FullStar Full Posted: Jul 8 2009

    Anything Microsoft is always good. With Access I dont use it as much as I do Excel but I need it none the less.

  2. Star FullStar FullStar FullStar FullStar Empty Posted: Jun 15 2009

    My Access 97 backend/frontend database had over 700 objects and pretty complex reports and VBA code for an EDI translation application, so I was impressed when it only took me one afternoon to upgrade it to an Access 2007 database. First of all, after installing Access 2007, I downloaded and installed Office 2007 SP2 right way - I didn't even want to find out how an unpatched Microsoft product would behave. To upgrade an old database format, Access 2007 can automatically convert it for you to the new format, but you are likely going to have to do a few fixes yourself. The major caveats I encountered were: * If you use DAO (data access objects) and try to add DAO to References in VBA, you can't - you will get a "Name conflicts with existing modules" error. Apparently, DAO is already built-in to Access, hence the "name conflicts" error when you try to add the DAO reference again. To make DAO work, change all "Dim r as Recordset" statements in your VBA code to "Dim r = DAO.Recordset". This can be easily done with find & replace. * The "Cancel = True" statement in a BeforeUpdate event procedure causes "Property not found" error. Apparently, Cancel property no long exists in BeforeUpdate event even though the documentation says it does. The workaround is to replace "Cancel = True" with "Docmd.CancelEvent". * The navigation pane in Access 2007 takes some getting used to. It shows all objects (table, queries, etc.) in one top-to-bottom list, so if you have hundreds of objects like I do, it can be a pain. It is always docked on the left side, and cannot be undocked. It spans from top to bottom, and its height cannot be adjusted, so it covers up major screen real estate. It can be collapsed or opened by pressing F11, but it is always on top of other windows. I hate to say it but this could be a deal-breaker for some people, in addition to the top ribbon bar that also annoys some users. Be sure to download a 30-day trial version of Access 2007 from Microsoft and try out the navigation pane yourself. * If your Access 97 database has custom toolbars, Access 2007 will convert them also (!), but you won't be able to edit them as far as I can tell. The custom toolbars will be oddly placed under the "Add-ins" pull down menu. Clicking "Add-ins" will turn the entire ribbon bar into your custom toolbar(s). Another way is add your custom toolbars to the your "quick access toolbar" - go to Access options, Customize, All Commands, and find your custom toolbar name(s) to add. Again, I haven't found any way to edit custom toolbars, nor any way to create one in Access 2007. * Compiling modules can sometimes crash Access 2007 - same thing can happen in Access 97. You just have to find the offending module(s) and recode or delete it/them. Minor caveats: * In the VBA window, you cannot compile individual module as in Access 97 - you must compile all modules in the database at once. * In Datasheet view or Form view, if you press Ctrl-F to bring up the "Find" dialog, you won't see "Find first" like you do in Access 97. It is apparently gone. You can only "Find Next". * Access 97 and 2007 can actually coexist; but opening Access 97 after you have installed Access 2007 will, for some reason, cause the Access 2007 reinstall dialog to come up the next time you open Access 2007. * Not really a caveat, but in case you are too used to the unlimited installations of Office 97: You can only install Access 2007 on one PC with no hardware modifications, and you can only install on a different PC once every 120 days.

  3. Star FullStar FullStar FullStar FullStar Full Posted: Apr 11 2009

    I am developing an application for management of Donor and Donations data for a county non-profit organization. MS Access works very nicely for this activity. It is very easy to set up queries, forms, and reports using the foundation data. With the availability of Visual Basic, I have been able to provide excellent data validation routines that are critical for effectively managing this data. We have many volunteers who enter the data into our database. Previously, the quality of our data was less than desired. Now our results are excellent, with minimal number of duplicate names/addresses on file, resulting in reduced costs for mailings and improved image for our non-profit in the county.

See all reviews...

Product Specs for Office Access 2007 (Full Product)

Feature: Easy-to-use software helps you track and report information with ease Features a results-oriented user interface (UI) that's context-sensitive and optimized for efficiency and flexibility Main window provides a tabbed work area where all open objects reside, helping to keep the development area tidy; new status bar, scroll bars, and title bar give applications a very modern look Includes pre-built applications that you can modify or adapt to suit changing business needs; 1,000 available commands; UI displays only those commands relevant to the task you're currently performing New Navigation Pane provides a comprehensive view of tables, forms, queries, and reports; new filtering options make it easy to filter a date column for all records in Today, Yesterday, Last Week, Next Month, Future, Past, and so on
Format: CD-ROM
Platform: Windows XP Windows Vista
Category: CD-ROM
Brand: Microsoft
Label: Microsoft
Manufacturer: Microsoft
Model: 077-03782
Product Group: Software
Release Date: 2007-01-30
Height: 1 in.
Weight: 0.8 lb.
Length: 7 in.
Width: 5 in.
Operating System: Windows
License Type: Full Product
Top Brands: Microsoft
Top Product Lines: Microsoft Office

Store reviews by Epinions Home

Shop for

search suggestions:

        Pocket Change

        Sign In | Create Account | My Pages

        Shopping Blog | About Become | Send Feedback | Share Your Success Story | Online Degrees | Exava

        Our International Sites: Japan | United Kingdom | Germany | Italy

        Copyright © 2009 Become, Inc.Terms of Use

        if yer hewmen, dawnt qlique dis linc