{{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

21世纪普通高校计算机公共课程规划教材:Access数据库应用基础

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

21世纪普通高校计算机公共课程规划教材:Access数据库应用基础

{{__(":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
Editer Recommend

案例驱动的教学模式,一线优秀教师担纲编写,立体化教学资源解决方案。
Content Description

《Access数据库应用基础》介绍Office软件中的重要成员Access2003的功能和应用。全书共分9章。第1章介绍了Access的特点以及Access中数据库对象的基本类型和作用。第2章介绍了数据库、数据库管理系统等几个关键概念。第3-7章分别介绍了Access2003的表、查询、窗体、报表等对象和系统集成的方法。第8章为近乎实际应用的房产销售系统开发案例。这些内容几乎不用编程就能实现基本管理信息系统的设计,对非计算机专业的学生是非常适用的。第9章介绍与其他数据库接轨的方法。书中还有宏和模块两个附录,对系统的安全和进一步完善管理信息系统的开发提供了进阶的知识。习题和答案的内容结合了《Access数据库应用基础》的知识点,也结合了计算机等级考试的范围要求,对参加计算机等级考试的学生有实用价值。《Access数据库应用基础》可作为大学本科学生的教材,也可用于参加计算机等级考试二级Access的考生使用。《Access数据库应用基础》的电子课件可从清华大学出版社网站下载。
Catalogue

第1章 Access简介
1.1 Accesss的特点
1.2 Access的启动和退出
1.2.1 Access的启动
1.2.2 Access的退出
1.3 Access数据库的对象组成
1.3.1 表
1.3.2 查询
1.3.3 窗体
1.3.4 报表
1.3.5 数据访问页
1.3.6 宏
1.3.7 模块
1.3.8 组
1.3.9 数据库对象之间的关系
1.4 创建数据库
1.4.1 创建空数据库
1.4.2 使用向导创建数据库
1.5 数据库的打开与关闭
1.5.1 数据库的打开
1.5.2 数据库的关闭
习题

第2章 数据库基础知识
2.1 数据处理技术简介
2.1.1 数据、信息和数据处理的基本概念
2.1.2 数据处理技术的发展历程
2.2 数据库系统的组成
2.3 数据库系统的特点
2.4 数据模型
2.4.1 数据模型概述
2.4.2 数据模型的种类
2.5 关系数据库设计
2.5.1 关系数据库的设计步骤
2.5.2 关系数据库的规范化处理
2.5.3 优化数据库设计
习题

第3章 表的建立与使用
3.1 认识表
3.1.1 表的视图
3.1.2 教学管理系统中的表
3.2 表的创建
3.2.1 用设计视图创建表
3.2.2 由电子表格导人生成表
3.2.3 使用向导创建表
3.2.4 输人数据创建表
3.3 表的维护
3.3.1 建立表间关系
3.3.2 修改表的结构
3.3.3 表对象操作
3.4 表的数据操作
3.4.1 记录操作
3.4.2 字段操作
3.4.3 查找与替换表中数据
3.4.4 子数据表
3.4.5 记录排序
3.4.6 记录筛选
3.4.7 设置表的格式
习题

第4章 数据查询
4.1 认识查询
4.1.1 查询的功能
4.1.2 查询的种类
4.1.3 查询的视图
4.1.4 查询的创建方法
4.1.5 查询属性
4.1.6 查询中字段的属性
4.2 查询的条件
4.3 多表选择查询
4.3.1 多表选择查询的建立
4.3.2 联接属性对多表查询结果的影响
4.4 特殊选择查询
4.4.1 在查询中产生新字段
4.4.2 参数查询
4.4.3 总计查询
4.4.4 重复项查询
4.4.5 不匹配项查询
4.5 交叉表查询
4.6 操作查询
4.6.1 生成表查询
4.6.2 更新查询
4.6.3 追加查询
4.6.4 删除查询
4.7 SQL查询
4.7.1 SQL查询基础
4.7.2 联合查询
4.7.3 传递查询
4.7.4 数据定义查询
4.7.5 子查询
习题

第5章 窗体设计
5.1 认识窗体
5.1.1 窗体的种类
5.1.2 窗体的视图
5.1.3 窗体的构成
5.2 创建窗体
5.2.1 自动创建窗体
5.2.2 利用向导创建窗体
5.2.3 使用设计视图创建窗体
5.3 窗体与其他对象的关联
5.3.1 窗体之间的关联
5.3.2 窗体与查询的关联
习题

第6章 报表设计
6.1 认识报表
6.1.1 报表的定义
6.1.2 报表的视图
6.1.3 报表的构成
6.1.4 报表的种类
6.2 创建报表
6.2.1 自动报表
6.2.2 报表向导
6.2.3 图表向导
6.2.4 标签向导
6.2.5 在设计视图中创建报表
6.3 修改报表
6.3.1 设置报表的格式
6.3.2 添加报表的辅助信息
6.3.3 报表的属性
6.4 报表排序和分组
6.4.1 记录排序
6.4.2 记录分组
6.5 在报表中计算
6.5.1 在报表中添加计算控件
6.5.2 报表统计计算
6.6 打印报表
6.6.1 页面设置
6.6.2 预览报表
6.6.3 打印报表
习题

第7章 系统集成
7.1 系统集成概述
7.1.1 系统集成的意义
7.1.2 系统集成的依据
7.2 切换面板集成法
7.2.1 切换面板概述
7.2.2 切换面板集成法的步骤
7.2.3 切换面板的运行与修改
7.2.4 切换面板窗体恢复方法
7.3 菜单集成
……
第8章 房产销售系统开发案例
第9章 数据库的管理与维护
附录
参考文献
Introduction

随着中国经济的高速发展,遍布全国城乡的中小型企业、商铺、作坊如雨后春笋般涌现。这些企业都需要管财、管物、管人、管经营,对管理信息系统的需要是显而易见的。然而,软件公司提供的管理信息系统软件,几乎都是用Oracle、SQLServer等软件工具开发的,这些软件适合于大、中型企业、事业单位使用,而对中、小型企、事业单位、商铺、作坊则显得太豪华,不仅无针对性,价格也承受不起。
当今,大批的大学毕业生走上工作岗位,不论是自主创业还是受雇于人,社会上都把大学生当做人才,对他们有着诸多期盼,特别是掌握先进的计算机技术,大学毕业生们应该是不二人选。不论是哪个专业技术领域,都离不开计算机,这已经是常识。大学生在学校也学过计算机有关知识,社会对他们的期盼与要求完全可以理解。
大学生在学校学习时,究竟掌握了多少计算机知识完全取决于学校的教育;大学生走上工作岗位能否适应社会的需要,除了学生自身的努力外,还取决于学校开设的课程和对他们的实践训练。一般院校,除计算机及其相关专业外,给非计算机专业学生开出的计算机应用基础课程是Office软件中的word、Excel、PowerPoint等应用软件,这些都是工作中不可或缺的,应该熟练掌握。Office软件中的另一个重要成员Access2003数据库管理系统,正是解决中、小型企、事业单位、小商铺、小作坊管理信息系统的得力工具.掌握了它,可以轻而易举地为用户开发出经济、实用的管理信息系统,满足社会对大学生的期盼。
本书就是我们在多年的教学实践中探索出来的让非计算机专业学生掌握计算机应用知识的总结。之前,作为计算机应用基础在专科教学中进行过成功的实践,通过案例教学,让学生们掌握了信息管理系统的开发技能,敲开了就业的大门。现在,将它总结、提高,使知识更加系统化,作为本科非计算机专业计算机应用基础教材,必将为普通高等院校学生提高计算机应用水平、提升就业能力做出应有贡献。
文书共分9章,前7章结合教学管理系统介绍Access的主要对象,第8章为近乎实际应用的房产销售系统开发案例,这些内容几乎不用编程就能实现基本管理信息系统的设计,对非计算机专业的学生是非常适用的。第9章为系统维护,对系统的安全和进一步完善管理信息系统的开发提供了进阶的知识。书中提供了3个附录,分别是宏、模块和参考答案。习题和答案的内容结合了本书的知识点,也结合了计算机水平考试的范围要求,对有志参加计算机水平考试的学生有实用价值。
本书对Access功能有全方位的介绍和使用,且通俗易懂,可以作为科技工作者的参考用书,也可以作为Access初学者的自学用书。
本书主要章节由杨国清编写,崔彦君制作了电子课件,胡洋编写了习题和答案,黄素莲审阅了全书,谢勤贤组织了全书的编写、审查并改写了部分章节。

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