Skip to:Content
|
Bottom
Cover image for Microsoft access 2013 inside out
Title:
Microsoft access 2013 inside out
Personal Author:
Publication Information:
Sebastopol, CA : Microsoft Press, 2013
Physical Description:
xxv, 817 p. : ill. ; 24 cm.
ISBN:
9780735671232
Title Subject:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010319131 QA76.9.D3 C665 2013 Open Access Book Book
Searching...

On Order

Summary

Summary

Conquer Microsoft Access 2013--from the inside out!

You're beyond the basics, so dive right into Access 2013--and use your skills to create sophisticated database apps! This supremely organized reference packs hundreds of timesaving solutions, troubleshooting tips, and workarounds. It's all muscle and no fluff. Discover how the experts tackle Access 2013--and challenge yourself to new levels of mastery.

Build an Access Services web app with Microsoft SharePoint Server Automate your Access web app with data macros Create tables in your Access web app using built-in templates Aggregate and display your web app data using totals queries Use the Autocomplete control to quickly search for related data Create a Summary view to consolidate and group information Display related data on your views with the Related Items control Package your web app for use by others in your organization Plus--download chapters on building desktop databases

For Intermediate and Advanced Users and Database Designers


Author Notes

Jeff Conrad, a software test engineer with the Access development team, maintains a Microsoft website with a wealth of information and resource links for those needing Access guidance. Jeff is a former Microsoft MVP and the author of Microsoft Access 2010 Inside Out.


Table of Contents

Introductionp. xiii
Part 1 Working with Access Services web apps
Chapter 1 What is Access?p. 3
What is a database?p. 3
Relational databasesp. 4
The architecture of Accessp. 5
Database capabilitiesp. 7
Access as an RDBMSp. 7
Data definition and storagep. 8
Data manipulationp. 10
Data controlp. 12
Access as an application development systemp. 13
Deciding to move to database softwarep. 15
Extending the power of Access to the webp. 17
Chapter 2 Exploring the Access 2013 web app interfacep. 21
Working with web appsp. 21
Opening Access for the first timep. 22
Getting started with Access 2013p. 27
Opening a web app templatep. 28
Exploring the Microsoft Office Backstage viewp. 32
Taking Advantage of the Quick Access Toolbarp. 43
Understanding the Office Fluent ribbonp. 45
Working with the Navigation panep. 46
Searching for web app objectsp. 49
Working in the web app design environmentp. 50
Add Tables screenp. 50
Table Selectorp. 52
App Home Viewp. 52
View Selectorp. 53
View preview windowp. 54
Viewing your web app in a web browserp. 54
Saving a web app as an app packagep. 55
Installing app packagesp. 58
Uploading an app package to a SharePoint corporate catalogp. 59
Installing app packages from a SharePoint corporate catalogp. 62
Installing apps from the SharePoint Storep. 66
Installing apps directly into a SharePoint sitep. 72
Creating a blank Access web appp. 77
Downloading a web app into Accessp. 79
Chapter 3 Designing tables in a web appp. 83
Creating a new blank web appp. 84
Creating tables using table templatesp. 87
Starting with a blank tablep. 92
Defining fields in web appsp. 94
Understanding field data types in web appsp. 98
Setting field propertiesp. 101
Completing the fields in the Vendors tablep. 104
Creating calculated fieldsp. 106
Defining field validation rules for web appsp. 113
Defining a table validation rule for web appsp. 117
Defining a primary key for web appsp. 120
Adding indexesp. 121
Single-field indexesp. 121
Multiple-field indexesp. 123
Creating value list lookup fields in web appsp. 124
Working with data in preview datasheetsp. 127
Creating relationships using lookup fieldsp. 130
Defining a restrict delete relationshipp. 132
Defining a cascade delete relationshipp. 137
Importing and linking data into web appsp. 139
Considerations for importing lookupsp. 140
Importing Access desktop database tablesp. 142
Importing a spreadsheetp. 150
Importing SQL tablesp. 155
Importing a text filep. 158
Importing a list from a SharePoint sitep. 163
Linking a SharePoint list into a web appp. 167
Chapter 4 Creating data macros in web appsp. 173
Uses of data macrosp. 174
Touring the Logic Designerp. 175
Working with table eventsp. 178
Using On Insert eventsp. 179
Using On Update eventsp. 209
Using On Delete eventsp. 215
Deleting table eventsp. 219
Working with named data macrosp. 220
Creating named data macrosp. 220
Using parametersp. 223
Saving named data macrosp. 230
Calling named data macrosp. 230
Renaming and deleting named data macrosp. 236
Working with return variablesp. 238
Studying other named data macrosp. 249
Debugging data macros with the Trace tablep. 250
Understanding recursion in data macrosp. 258
Sharing data macro logicp. 259
Chapter 5 Working with queries in web appsp. 261
Selecting data from a single tablep. 264
Specifying fieldsp. 267
Viewing query resultsp. 268
Entering selection criteriap. 271
Using expressionsp. 278
Using the Expression Builderp. 286
Sorting datap. 293
Working in query preview Datasheet viewp. 295
Moving around and using keyboard shortcutsp. 295
Changing datap. 297
Sorting datap. 303
Filtering Datap. 305
Selecting data from multiple tablesp. 308
Creating inner joinsp. 308
Creating outer joinsp. 313
Summarizing information with totals queriesp. 315
Totals within groupsp. 315
Selecting records to form groupsp. 320
Building a query on a queryp. 321
Using query parametersp. 325
Selecting specific groupsp. 330
Working with unique valuesp. 331
Using the Top Values query propertyp. 334
Chapter 6 Working with views and the web browser experiencep. 337
Uses of viewsp. 338
Understanding the App Home Viewp. 338
Working with the Table Selectorp. 340
Working with the View Selectorp. 347
Starting with quick-created viewsp. 356
Working within the web design surfacep. 356
Exploring Action Bar buttonsp. 368
Defining view propertiesp. 371
Sizing and moving controlsp. 372
Defining control propertiesp. 380
Understanding related items controlsp. 395
Customizing Datasheet viewsp. 402
Working with views in a web browserp. 409
Navigating to records using the List Controlp. 412
Filtering in viewsp. 414
Understanding view and edit modep. 419
Using special controls for data entryp. 422
Using Datasheet viewsp. 447
Chapter 7 Advanced view designp. 453
Creating Summary viewsp. 454
Creating Blank viewsp. 470
Defining subviewsp. 480
Using web browser controlsp. 486
Creating stand-alone viewsp. 490
Understanding name fixupp. 497
Adding fieldsp. 497
Renaming fieldsp. 499
Renaming objectsp. 499
Deleting objectsp. 501
Applying themes to web app viewsp. 501
Exploring sample views in the BOSS appp. 508
Extending your web app with desktop database reportsp. 521
Managing external connectionsp. 533
Setting SharePoint site permissionsp. 536
Chapter 8 Automating a web app using macrosp. 541
The macro design surface-an overviewp. 543
Working with the Logic Designerp. 543
Saving your macrop. 548
Working with view and control eventsp. 550
Defining macros for view eventsp. 552
Defining macros for control eventsp. 557
Controlling record navigation with macrosp. 568
Creating an On Start macrop. 573
Opening views with OpenPopup actionsp. 576
Using Where clause syntaxp. 580
Referencing other view control valuesp. 584
Passing parameters to viewsp. 588
Exploring the audit invoices macrosp. 591
Using the SetProperty action with view controlsp. 592
Calling named data macros and using return variablesp. 597
Navigating to different views using ChangeView actionsp. 602
Exploring other named data macro parameter examplesp. 605
Part 2 Creating tables in a desktop database
Chapter 9 Exploring the Access 2013 desktop database interfacep. 613
Getting started with desktop databasesp. 613
Opening an existing desktop databasep. 614
Exploring the Microsoft Office Backstage viewp. 617
Modifying global settings via the Access Options dialog boxp. 627
Taking advantage of the Quick Access Toolbarp. 640
Understanding content securityp. 642
Enabling a database that is not trustedp. 643
Understanding the Trust Centerp. 646
Enabling content by defining trusted locationsp. 649
Understanding the Office Fluent Ribbonp. 651
Home tabp. 652
Create tabp. 653
External Data tabp. 654
Database Tools tabp. 655
Understanding the Navigation panep. 656
Exploring Navigation pane object viewsp. 658
Working with custom categories and groupsp. 664
Exploring the Navigation Options dialog boxp. 666
Sorting and selecting views in the Navigation panep. 670
Searching for database objectsp. 671
Using the single-document vs. the multiple-document interfacep. 674
Chapter 10 Designing tables in a desktop databasep. 679
Creating a new desktop databasep. 680
Using a database template to create a desktop databasep. 681
Creating a new empty databasep. 684
Creating your first simple table by entering datap. 686
Creating a table using Application Partsp. 688
Creating a table using Data Type Partsp. 692
Creating a table in Design viewp. 696
Defining fieldsp. 697
Understanding field data typesp. 699
Setting field propertiesp. 703
Completing the fields in the Companies tablep. 709
Defining simple field validation rulesp. 711
Defining input masksp. 713
Defining a primary keyp. 718
Defining a table validation rulep. 718
Understanding other table propertiesp. 721
Defining relationshipsp. 724
Defining your first relationshipp. 726
Creating a relationship on multiple fieldsp. 729
Adding indexesp. 731
Single-field indexesp. 732
Multiple-field indexesp. 733
Setting table design optionsp. 735
Database limitationsp. 739
Chapter 11 Modifying your table designp. 741
Before You Get Startedp. 742
Deleting tablesp. 746
Renaming tablesp. 747
Changing field namesp. 749
Moving fieldsp. 754
Inserting fieldsp. 758
Copying fieldsp. 760
Deleting fieldsp. 763
Changing data attributesp. 764
Changing data typesp. 765
Changing data lengthsp. 769
Dealing with conversion errorsp. 770
Changing other field propertiesp. 771
Reversing changesp. 772
Taking a look at Lookup propertiesp. 773
Working with Multi-Value Lookup Fieldsp. 777
Compacting your databasep. 781
Appendix A Installing your softwarep. 783
Installing the Office systemp. 784
Choosing options when you have no previous version of the Office systemp. 785
Choosing options to upgrade a previous version of the Office systemp. 790
Converting from a previous version of Accessp. 793
Conversion issuesp. 793
Installing the Office 64-bit versionp. 794
Installing the sample filesp. 796
Indexp. 799
Go to:Top of Page