{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

数据库应用技术:Access 2003

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

数据库应用技术:Access 2003

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《数据库应用技术:Access 2003》是中等职业教育国家规划教材的配套教学用书,主要学习Microsoft Access 2003数据库的基本知识、操作和应用,从而提高中等职业学校学生对Access数据库的操作和应用能力,以适应就业岗位的需求。全书共分10章,主要内容包括Access数据库基础知识、数据库和表的基本操作、数据查询、窗体设计、报表设计、数据访问页、宏的使用、数据的导入和导出、数据的优化和安全设置,以及数据库应用开发实例等。第10章将前面章节的内容进行了概括,形成一个完整的数据库应用管理系统。每个章节都给出了课堂练习,章后给出了大量的习题和上机操作题。
《数据库应用技术:Access 2003》为中等职业学校计算机及应用等专业的教材,也可作为计算机应用培训班的培训教材或自学者的学习用书。
《数据库应用技术:Access 2003》还配有电子教学参考资料包(包括教学指南、电子教案和习题答案),详见前言。
Catalogue

第1章 Access数据库基础 1
1.1 数据库基础知识 1
1.1.1 数据库的基本概念 1
1.1.2 数据库系统的特点 3
1.1.3 关系数据库 4
1.2 认识Access 2003数据库 8
1.2.1 了解Access 2003用户界面 8
1.2.2 认识Access 2003数据库组件 9
1.3 创建数据库 12
1.4 创建表 14
1.4.1 使用设计视图创建表 14
1.4.2 输入数据创建表 16
1.5 输入与编辑记录 18
1.5.1 输入记录 18
1.5.2 编辑记录 21
1.5.3 删除记录 21
习题 22
上机操作 23

第2章 数据表基本操作 26
2.1 修改表结构 26
2.1.1 插入字段 26
2.1.2 移动字段 27
2.1.3 删除字段 27
2.2 设置主关键字 27
2.2.1 设置单关键字段 27
2.2.2 设置多关键字段 28
2.3 设置值列表字段和查阅字段 30
2.3.1 创建值列表字段 30
2.3.2 创建查阅字段 31
2.4 设置字段属性 34
2.4.1 设置字段大小 34
2.4.2 设置字段格式 35
2.4.3 设置字段标题和默认值 36
2.4.4 设置字段有效性规则 36
2.4.5 设置索引 38
2.4.6 设置必填字段 39
2.4.7 设置输入掩码 40
2.5 记录排序 42
2.5.1 单字段排序 43
2.5.2 多字段排序 44
2.6 筛选记录 45
2.6.1 按窗体筛选记录 45
2.6.2 按选定内容筛选记录 46
2.6.3 高级筛选记录 46
2.7 表间关系 48
2.7.1 定义表之间关系 48
2.7.2 设置联接类型 50
2.7.3 编辑和删除关系 51
2.8 设置数据表格式 52
2.8.1 设置数据表格式 52
2.8.2 设置字体、字号和字符颜色 53
2.8.3 调整行高和列宽 54
2.8.4 列的其他操作 54
习题 55
上机操作 57

第3章 数据查询 59
3.1 创建选择查询 59
3.1.1 使用向导创建简单查询 59
3.1.2 使用设计视图创建查询 62
3.1.3 多表查询 64
3.2 创建条件查询 66
3.2.1 比较运算符的使用 66
3.2.2 Between操作符的使用 67
3.2.3 In操作符的使用 68
3.2.4 Like操作符和通配符的使用 69
3.3 查询中计算字段与函数的使用 73
3.3.1 计算字段的使用 73
3.3.2 函数的使用 74
3.4 创建参数查询 76
3.4.1 创建一个参数的查询 76
3.4.2 创建多个参数的查询 77
3.5 操作查询 81
3.5.1 生成表查询 81
3.5.2 更新查询 82
3.5.3 追加查询 83
3.5.4 删除查询 85
习题 87
上机操作 89

第4章 窗体设计 90
4.1 认识窗体 90
4.1.1 窗体的功能 90
4.1.2 窗体类型 91
4.2 创建简单窗体 93
4.2.1 自动创建窗体 93
4.2.2 使用向导创建简单窗体 94
4.2.3 使用向导创建分层窗体 96
4.3 创建图表窗体 99
4.4 创建数据透视表窗体 101
4.5 使用设计视图创建窗体 103
4.6 窗体结构及其属性 107
4.6.1 认识窗体结构 107
4.6.2 设置窗体属性 108
4.7 窗体修饰 112
4.8 窗体控件的使用 114
4.8.1 标签和文本框控件 115
4.8.2 组合框和列表框控件 120
4.8.3 命令按钮控件 124
4.8.4 复选框、选项按钮、切换按钮和选项组按钮控件 127
4.8.5 绑定对象框、未绑定对象框和图像控件 132
4.8.6 选项卡控件 134
4.9 创建子窗体 136
习题 139
上机操作 140

第5章 报表设计 143
5.1 创建简单报表 143
5.1.1 自动创建报表 144
5.1.2 使用向导创建报表 145
5.2 使用设计视图创建报表 150
5.3 报表结构 151
5.4 报表控件的使用 154
5.4.1 添加报表控件 154
5.4.2 报表数据排序与分组 155
5.4.3 报表数据统计汇总 157
5.5 创建子报表 159
5.6 报表综合应用设计 162
5.7 打印报表 165
5.7.1 页面设置 165
5.7.2 预览报表 166
5.7.3 打印报表 166
习题 167
上机操作 168

第6章 数据访问页 170
6.1 创建数据访问页 170
6.1.1 使用向导创建数据页 170
6.1.2 使用设计视图创建数据访问页 172
6.1.3 将窗体转换为数据访问页 174
6.2 编辑数据访问页 175
6.2.1 添加控件 176
6.2.2 美化数据访问页 179
6.3 访问数据访问页 180
6.3.1 在Access窗口中浏览数据访问页 180
6.3.2 在IE浏览器中浏览数据访问页 181
习题 181
上机操作 182

第7章 宏的使用 184
7.1 创建简单宏 185
7.1.1 创建宏 185
7.1.2 编辑宏 186
7.2 运行宏 187
7.2.1 直接运行宏 188
7.2.2 通过命令按钮来运行宏 188
7.2.3 设置运行宏的工具栏按钮 189
7.2.4 宏之间的调用 190
7.2.5 自动运行宏 190
7.3 创建条件宏和宏组 192
7.3.1 创建条件宏 192
7.3.2 创建宏组 194
7.4 使用宏键 197
习题 201
上机操作 202

第8章 数据的导入和导出 204
8.1 导入操作 204
8.2 链接表操作 207
8.3 导出操作 208
8.4 与Word和Excel交换数据 210
8.4.1 使用邮件合并向导合并数据 210
8.4.2 用Word发布数据 212
8.4.3 与Excel交换数据 212
习题 213
上机操作 214

第9章 数据的优化和安全设置 216
9.1 优化分析数据库 216
9.1.1 表的优化分析 216
9.1.2 数据库性能分析 219
9.1.3 文档管理器 220
9.2 安全管理 221
9.2.1 设置和取消密码 222
9.2.2 设置用户和组的权限 222
9.2.3 数据库编码 224
9.3 数据库的压缩和修复 224
习题 226
上机操作 227

第10章 数据库应用开发实例 228
10.1 系统分析 228
10.1.1 需求分析 228
10.1.2 模块设计 228
10.1.3 数据库设计 229
10.2 界面设计 229
10.2.1 登录界面设计 229
10.2.2 主控面板设计 231
10.2.3 数据管理设计 233
10.2.4 数据查询设计 235
10.2.5 报表打印设计 238
10.3 菜单设计 241
10.4 应用程序管理 242
10.4.1 启动设置 242
10.4.2 生成MDE文件 243
习题 244
上机操作 245
Book Abstract

第1章 Access数据库基础
1.1 数据库基础知识
数据库技术是信息社会的重要基础技术之一,是计算机科学领域中发展最为迅速的分支。随着计算技术和计算机网络的发展,计算机应用领域迅速扩展,数据库应用领域也在不断地扩大。尤其从20世纪80年代开始,数据库技术在商业领域的巨大成功刺激了其他领域对数据库技术需求的迅速增长。一方面,新的数据库应用领域,如计算机辅助设计与制造、过程控制、办公自动化系统、地理信息系统和计算机集成制造系统等,越来越多地采用数据库存储并处理它们的信息资源,为数据库的应用开辟了新的天地;另一方面,在应用中管理方面的新需求也直接推动了数据库技术的研究与发展。对于一个国家来说,数据库的建设规模、数据库信息量的大小和使用频度,已成为衡量这个国家信息化程度的重要标志。
1.1.1 数据库的基本概念
1.数据
数据(Data)是数据库中存储的基本对象。数据在人们头脑中的第一个反应就是数字。其实数字只是最简单的一种数据,是数据的一种传统和狭义的理解。广义的理解,数据的种类很多,文字、图形、图像、声音、学生成绩和商品营销情况等,这些都是数据。
……
Introduction

本书是中等职业教育国家规划教材的配套教学用书,主要学习Microsoft Access 2003数据库的基本知识、操作和应用,从而提高中等职业学校学生对Access数据库的操作和应用能力,以适应就业岗位的需求。
Microsoft Access 2003是微软公司在办公自动化领域发布的Office 2003组件之一,是一个基于关系型的数据库管理系统,适合作为中、小规模数据量应用软件的底层数据库。它具有功能强大、可靠、高效的管理方式,能很好地支持面向对象技术,具有简单易学,便于开发等特点,已经得到了比较广泛的应用。
全书共分10章,主要内容包括Access数据库基础知识、数据库和表的基本操作、数据查询、窗体设计、报表设计、数据访问页、宏的使用、数据的导入和导出、数据的优化和安全设置,以及数据库应用开发实例等。本书章节内容安排循序渐进,始终围绕着学生成绩管理这个典型的事例进行详细的讲解,实例要求明确,分析简明扼要,操作步骤具体翔实。第10章将前面章节的内容进行了概括,形成一个完整的数据库应用管理系统。本书在编写过程中考虑到学生的实际水平,在学习本课程时大部分学生没有VB编程语言基础,因此,对于Access模块内容本书没有介绍,从而降低了学习的难度,但并不会影响对Access数据库的学习。
在编写的过程中,本书始终围绕着学生成绩管理这个典型的事例进行讲解,每章开始增加了“学习目标”,使读者能够明确学习本章需要掌握的基本知识和基本技能。各章节以任务的方式列举操作实例,并对实例进行简要分析,抓住重点,给出具体的操作步骤。在列举实例时,尽可能列举易于理解、可操作性强的实例,各实例的难易循序渐进。对于完成同一操作中的多种方法、操作技巧或注意事项等,给出了必要的“提示”。与本节内容相关的知识,给出了“相关知识”,读者可以自学或在教师引领下学习,以拓展知识,培养兴趣。每节后给出了与本节内容相关的“课堂练习”,可进一步巩固本节所学的内容。每章后给出了大量的习题和上机操作题,便于读者巩固所学的知识,其中上机操作始终围绕图书订阅管理数据库进行操作,操作要求明确,操作内容具体,并尽可能多地为读者提供数据库的操作训练,避免教材实例的简单重复,有利于初学者比较系统地学习Access 2003数据库知识,提高数据库的应用能力。
本书由魏茂林主编,其中第7、8章由青岛莱西职业教育中心王彬编写,第9、10章由青岛旅游学校周美娟编写,参加编写的还有朱凯、周庆华、刘彤等人,全书由青岛海洋大学高丙云主审。由于编者水平有限,错误之处在所难免,望广大师生提出宝贵意见。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book