Access 2010: The Missing Manual (Paperback)
暫譯: Access 2010:缺失的手冊(平裝本)
Matthew MacDonald
- 出版商: O'Reilly
- 出版日期: 2010-07-27
- 售價: $1,630
- 貴賓價: 9.5 折 $1,549
- 語言: 英文
- 頁數: 834
- 裝訂: Paperback
- ISBN: 1449382371
- ISBN-13: 9781449382377
已過版
買這商品的人也買了...
-
$825Access Cookbook (Paperback)
-
$990$891 -
$2,370$2,252 -
$520$442 -
$820$697 -
$530$419 -
$490$323 -
$490$387 -
$450$351 -
$650$553 -
$480$408 -
$850$672 -
$450$383 -
$420$357 -
$750$638 -
$600$468 -
$680$578 -
$680$449 -
$580$493 -
$680$530 -
$399$339 -
$520$442 -
$580$493 -
$650$429 -
$560$532
相關主題
商品描述
Go from Access novice to true master with the professional database design tips and crystal-clear explanations in this book. You'll learn all the secrets of this powerful database program so you can use your data in creative ways -- from creating product catalogs and publishing information online to producing invoices and reports.
- Build a database with ease. Store information to track numbers, products, documents, and more
- Customize the interface. Build your own forms to make data entry a snap
- Find what you need fast. Search, sort, and summarize huge amounts of information
- Put your data to use. Turn raw info into printed reports with attractive formatting
- Share your data. Collaborate online with SharePoint and the brand-new Access web database
- Dive into Access programming. Get tricks and techniques to automate common tasks
- Create rich data connections. Build dynamic links with SQL Server, SharePoint, and other systems
Let’s face it--learning the tricks and techniques of database design can be a bit of a slog. But if you’re just starting out with Access, here are five key insights that can help you understand how the database world works. Keep these points in mind, and you’ll be on the inside track to mastering Access.
- 1. Databases hold database objects. Most people are familiar with tables, the grid-like grouping of data that stores your information (for example, lists of items you own, friends you have, or products you sell through your small business). But tables are just one type of object that an Access database can hold. The other key ingredients are queries (customized search routines that pull out the information you need at the drop of a hat), reports (similar to queries, but nicely formatted and ready for printing), forms (windows that make it easy to review and edit the data in your tables), and macros and modules (miniature programs that can do just about anything—from updating 10,000 records at once to firing off an email).
- 2. Relationships hold it all together. Access newbies sometimes start out thinking a database is just a glorified spreadsheet. After all, can’t Excel hold long lists with hundreds of thousands of rows? (And yes, it can.) However, Access has a feature Excel can’t duplicate: relationships. A typical Access database holds several tables, and relationships link these tables together. For example, a table of customers might link to a table of orders, which would link to a table of products, allowing you to answer questions like “What customers spent the most money?” and “What is the most popular product for customers living in New York?” Relationships also safeguard your data--for example, they make it impossible for someone to accidentally place an order for a product or a customer that doesn’t exist.
3. There are two ways to work with a database: as a designer and as a user. The database designer is the person who sets up the database. The database designer has the responsibility of laying out the tables, building the queries, and knocking together some nice reports and forms (assuming you want all those features). By comparison, the database user is the person who uses the tables, queries, reports, and forms in day-to-day life. The user reviews records, makes changes, and fills the tables up with data.
Depending on what type of database you’re creating (and what you want to accomplish), you may be both the database designer and the database user. But it’s important to realize that these are distinct tasks. In fact, when using a properly designed database, database users don’t need to be particularly skilled with Access. They can just work with the forms and reports that the database designer created.
4. Sooner or later, you’ll need macros. To become an Access expert, you must first learn to design a logical, consistent set of tables and add the relationships that link them together. Next, you must learn to build the other types of objects--queries, forms, and reports--that make it easier to perform common tasks. At some point, while tackling this second stage, you’ll run into a challenge that forces you to step up to the third level of Access mastery: macros.
Macros are miniature programs that perform custom tasks. The good news is that in Access 2010, you can design your own macros without becoming a programmer. You just need to drag, drop, and arrange a sequence of ready-made macro commands into the Access macro designer. For example, you can use macros to build buttons that send emails, start printouts, make updates, or just take you around your database.
5. Expert user, meet Visual Basic. Some people stop their Access journey at this point, content to use tables, forms, reports, and macros to do all their work. But if you want to see everything Access has to offer, you need to take a look at its high-powered Visual Basic engine. Using VB code, you can do almost anything, from validating a credit card to leading a customer through an order process (two examples that are discussed in Access 2010: The Missing Manual). And if you’re willing to pick up some basic programming concepts, you can use code to transform a simple database into a cohesive database application—for example, something that looks more like the traditional desktop programs you run on your computer.
商品描述(中文翻譯)
從 Access 新手到真正的大師,這本書提供了專業的資料庫設計技巧和清晰的解釋。您將學會這個強大資料庫程式的所有秘密,讓您能以創意的方式使用數據——從創建產品目錄和在線發布信息到生成發票和報告。
- **輕鬆建立資料庫。** 儲存信息以追蹤數字、產品、文件等
- **自訂介面。** 建立自己的表單,使數據輸入變得簡單
- **快速找到所需信息。** 搜尋、排序和總結大量信息
- **將數據付諸實用。** 將原始信息轉換為格式美觀的印刷報告
- **分享您的數據。** 使用 SharePoint 和全新的 Access 網頁資料庫在線協作
- **深入了解 Access 程式設計。** 獲取自動化常見任務的技巧和技術
- **創建豐富的數據連接。** 與 SQL Server、SharePoint 和其他系統建立動態連結
**理解 Access 的五個基石**
讓我們面對現實——學習資料庫設計的技巧和技術可能會有些乏味。但如果您剛開始接觸 Access,以下五個關鍵見解可以幫助您理解資料庫世界的運作。記住這些要點,您將能夠快速掌握 Access。
1. **資料庫包含資料庫對象。** 大多數人熟悉 **tables**(表格),這是儲存您信息的網格狀數據分組(例如,您擁有的物品清單、朋友名單或您通過小型企業銷售的產品)。但表格只是 Access 資料庫可以包含的一種類型的對象。其他關鍵成分包括 **queries**(自定義搜尋例程,能迅速提取所需信息)、**reports**(類似於查詢,但格式美觀且準備好打印)、**forms**(使您能輕鬆查看和編輯表格中的數據的窗口)以及 **macros** 和 **modules**(可以執行幾乎任何操作的迷你程式——從一次更新 10,000 條記錄到發送電子郵件)。
2. **關係將一切連結在一起。** Access 新手有時會認為資料庫只是一個升級版的電子表格。畢竟,Excel 能夠容納長達數十萬行的清單嗎?(是的,它可以。)然而,Access 擁有 Excel 無法複製的功能:**relationships**(關係)。一個典型的 Access 資料庫包含幾個表格,而關係將這些表格連結在一起。例如,一個客戶表可能連結到一個訂單表,該訂單表又連結到一個產品表,這樣您就可以回答像「哪些客戶花費最多?」和「對於住在紐約的客戶,最受歡迎的產品是什麼?」這樣的問題。關係還能保護您的數據——例如,它們使得某人無法意外下訂單給不存在的產品或客戶。
3. **有兩種方式與資料庫互動:作為設計者和使用者。** 資料庫 **designer**(設計者)是負責設置資料庫的人。資料庫設計者負責佈局表格、建立查詢,並製作一些漂亮的報告和表單(假設您想要所有這些功能)。相比之下,資料庫使用者是日常生活中使用表格、查詢、報告和表單的人。使用者查看記錄、進行更改,並將數據填入表格中。
根據您正在創建的資料庫類型(以及您想要達成的目標),您可能同時是資料庫設計者和使用者。但重要的是要意識到這些是不同的任務。事實上,當使用一個設計良好的資料庫時,資料庫使用者不需要特別擅長 Access。他們只需使用資料庫設計者創建的表單和報告即可。
4. **遲早,您將需要宏。** 要成為 Access 專家,您必須首先學會設計一組邏輯、一致的表格,並添加將它們連結在一起的關係。接下來,您必須學會建立其他類型的對象——查詢、表單和報告——以便更輕鬆地執行常見任務。在某個時刻,當您處理這第二階段時,您將面臨一個挑戰,迫使您提升到 Access 精通的第三個層次:**macros**(宏)。
宏是執行自定義任務的迷你程式。好消息是,在 Access 2010 中,您可以設計自己的宏,而無需成為程式設計師。您只需拖放並排列一系列現成的宏命令到 Access 宏設計器中。例如,您可以使用宏來建立發送電子郵件、開始列印、進行更新或僅僅在資料庫中導航的按鈕。
5. **專家使用者,認識 Visual Basic。** 有些人在這一點上停止了他們的 Access 之旅,滿足於使用表格、表單、報告和宏來完成所有工作。但如果您想看到 Access 所有的功能,您需要看看它強大的 Visual Basic 引擎。使用 VB 代碼,您幾乎可以做任何事情,從驗證信用卡到引導客戶完成訂單過程(這兩個例子在《Access 2010: The Missing Manual》中有討論)。如果您願意學習一些基本的程式設計概念,您可以使用代碼將一個簡單的資料庫轉變為一個完整的資料庫應用程式——例如,讓它看起來更像您在電腦上運行的傳統桌面程式。