Details

Access 2019 Bible


Access 2019 Bible


Bible 1. Aufl.

von: Michael Alexander, Richard Kusleika

37,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 25.09.2018
ISBN/EAN: 9781119514749
Sprache: englisch
Anzahl Seiten: 1136

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<b>Master database creation and management</b> <p><i>Access 2019 Bible</i> is your, comprehensive reference to the world's most popular database management tool. With clear guidance toward everything from the basics to the advanced, this go-to reference helps you take advantage of everything Access 2019 has to offer. Whether you're new to Access or getting started with Access 2019, you'll find everything you need to know to create the database solution perfectly tailored to your needs, with expert guidance every step of the way. The companion website features all examples and databases used in the book, plus trial software and a special offer from Database Creations. Start from the beginning for a complete tutorial, or dip in and grab what you need when you need it.</p> <p>Access enables database novices and programmers to store, organize, view, analyze, and share data, as well as build powerful, integrable, custom database solutions — but databases can be complex, and difficult to navigate. This book helps you harness the power of the database with a solid understanding of their purpose, construction, and application.</p> <ul> <li>Understand database objects and design systems objects</li> <li>Build forms, create tables, manipulate datasheets, and add data validation</li> <li>Use Visual Basic automation and XML Data Access Page design</li> <li>Exchange data with other Office applications, including Word, Excel, and more</li> </ul> <p>From database fundamentals and terminology to XML and Web services, this book has everything you need to maximize Access 2019 and build the database you need.</p>
<p>Introduction xxxix</p> <p><b>Part I: Access Building Blocks 1</b></p> <p><b>Chapter 1: An Introduction to Database Development 3</b></p> <p>The Database Terminology of Access 3</p> <p>Relational Databases 6</p> <p>Access Database Objects 7</p> <p>A Five-Step Design Method 9</p> <p><b>Chapter 2: Getting Started with Access 17</b></p> <p>The Access Welcome Screen 17</p> <p>How to Create a Blank Database 18</p> <p>The Access 2019 Interface 20</p> <p>The Ribbon 24</p> <p>The Quick Access toolbar 25</p> <p><b>Part II: Understanding Access Tables 29</b></p> <p><b>Chapter 3: Creating Access Tables 31</b></p> <p>Table Types 31</p> <p>Creating a New Table 32</p> <p>Creating tblCustomers 49</p> <p>Changing a Table Design 50</p> <p>Understanding tblCustomers Field Properties 68</p> <p>Setting the Primary Key 71</p> <p>Indexing Access Tables 73</p> <p>Printing a Table Design 79</p> <p>Saving the Completed Table 81</p> <p>Manipulating Tables 81</p> <p>Adding Records to a Database Table 84</p> <p>Understanding Attachment Fields 84</p> <p><b>Chapter 4: Understanding Table Relationships 87</b></p> <p>Building Bulletproof Databases 88</p> <p>Data Normalization and Denormalization 90</p> <p>Table Relationships 102</p> <p>Integrity Rules 110</p> <p>Keys 113</p> <p>Creating relationships and enforcing referential integrity 119</p> <p>Viewing all relationships 125</p> <p>Deleting relationships 126</p> <p>Following application-specific integrity rules 126</p> <p><b>Chapter 5: Working with Access Tables 129</b></p> <p>Understanding Datasheets 130</p> <p>Looking at the Datasheet Window 131</p> <p>Opening a Datasheet 135</p> <p>Entering New Data 135</p> <p>Navigating Records in a Datasheet 142</p> <p>Changing Values in a Datasheet 146</p> <p>Using the Undo Feature 148</p> <p>Copying and Pasting Values 148</p> <p>Replacing Values 149</p> <p>Adding New Records 150</p> <p>Deleting Records 150</p> <p>Displaying Records 152</p> <p>Sorting and Filtering Records in a Datasheet 160</p> <p>Aggregating Data 165</p> <p>Printing Records 166</p> <p>Previewing Records 167</p> <p><b>Chapter 6: Importing and Exporting Data 169</b></p> <p>How Access Works with External Data 169</p> <p>Options for Importing and Exporting 173</p> <p>Exporting to External Formats 202</p> <p><b>Chapter 7: Linking to External Data 209</b></p> <p>Linking External Data 210</p> <p>Working with Linked Tables 225</p> <p>Splitting a Database 229</p> <p><b>Part III: Working with Access Queries 237</b></p> <p><b>Chapter 8: Selecting Data with Queries 239</b></p> <p>Introducing Queries 240</p> <p>Creating a Query 241</p> <p>Working with Query Fields 247</p> <p>Adding Criteria to Your Queries 252</p> <p>Printing a Query’s Recordset 255</p> <p>Saving a Query 256</p> <p>Creating Multi-table Queries 256</p> <p>Working with the Table Pane 261</p> <p>Creating and Working with Query Joins 262</p> <p><b>Chapter 9: Using Operators and Expressions in Access 269</b></p> <p>Introducing Operators 269</p> <p>Using Operators and Expressions in Queries 283</p> <p>Entering Single-Value Field Criteria 289</p> <p>Using Multiple Criteria in a Query 297</p> <p>Entering Criteria in Multiple Fields 304</p> <p><b>Chapter 10: Going Beyond Select Queries 311</b></p> <p>Aggregate Queries 311</p> <p>Action Queries 320</p> <p>Crosstab Queries 336</p> <p>Optimizing Query Performance 348</p> <p><b>Part IV: Analyzing Data in Microsoft Access 353</b></p> <p><b>Chapter 11: Transforming Data in Access 355</b></p> <p>Finding and Removing Duplicate Records 355</p> <p>Common Transformation Tasks 363</p> <p><b>Chapter 12: Working with Calculations and Dates 379</b></p> <p>Using Calculations in Your Analyses 379</p> <p>Using Dates in Your Analyses 392</p> <p><b>Chapter 13: Performing Conditional Analyses 405</b></p> <p>Using Parameter Queries 405</p> <p>Using Conditional Functions 414</p> <p>The Switch function 420</p> <p>Comparing the IIf and Switch functions 421</p> <p><b>Chapter 14: The Fundamentals of Using SQL 425</b></p> <p>Understanding Basic SQL 425</p> <p>Getting Fancy with Advanced SQL Statements 430</p> <p>Showing only the SELECT TOP or SELECT TOP PERCENT 433</p> <p>Performing action queries via SQL statements 436</p> <p>Using SQL-Specific Queries 438</p> <p><b>Chapter 15: Subqueries and Domain Aggregate Functions 445</b></p> <p>Enhancing Your Analyses with Subqueries 446</p> <p>Domain Aggregate Functions 459</p> <p>Examining the syntax of domain aggregate functions 461</p> <p>Using domain aggregate functions 463</p> <p><b>Chapter 16: Running Descriptive Statistics in Access 469</b></p> <p>Basic Descriptive Statistics 470</p> <p>Advanced Descriptive Statistics 479</p> <p><b>Part V: Working with Access Forms and Reports 487</b></p> <p><b>Chapter 17: Creating Basic Access Forms 489</b></p> <p>Working with Form Views 489</p> <p>Understanding Different Types of Forms 490</p> <p>Working with Controls 503</p> <p>Introducing Properties 524</p> <p><b>Chapter 18: Working with Data on Access Forms 531</b></p> <p>Using Form View 532</p> <p>Changing Values in a Form 537</p> <p>Printing a Form 544</p> <p>Working with Form Properties 545</p> <p>Adding a Form Header or Footer 556</p> <p>Working with Section Properties 556</p> <p>Changing the Layout 558</p> <p>Converting a Form to a Report 562</p> <p><b>Chapter 19: Working with Form Controls 563</b></p> <p>Setting Control Properties 563</p> <p>Creating a Calculated Control 571</p> <p>Working with Subforms 572</p> <p>Form Design Tips 573</p> <p>Tackling Advanced Forms Techniques 576</p> <p>Using the Tab Control 583</p> <p>Using Dialog Boxes to Collect Information 586</p> <p>Designing a Form from Scratch 589</p> <p><b>Chapter 20: Presenting Data with Access Reports 599</b></p> <p>Introducing Reports 599</p> <p>Creating a Report, from Beginning to End 604</p> <p>Creating a report with the Report Wizard 605</p> <p>Banded Report Design Concepts 622</p> <p>Creating a Report from Scratch 628</p> <p>Improving the Report’s Appearance 651</p> <p><b>Chapter 21: Advanced Access Report Techniques 657</b></p> <p>Grouping and Sorting Data 658</p> <p>Formatting Data 670</p> <p>Adding Data 688</p> <p>Adding Even More Flexibility 690</p> <p><b>Part VI: Microsoft Access Programming Fundamentals 703</b></p> <p><b>Chapter 22: Using Access Macros 705</b></p> <p>An Introduction to Macros 705</p> <p>Understanding Macro Security 709</p> <p>Multi-action Macros 713</p> <p>Submacros 716</p> <p>Conditions 720</p> <p>Temporary Variables 723</p> <p>Error Handling and Macro Debugging 728</p> <p>Embedded Macros 734</p> <p>Macros versus VBA Statements 736</p> <p><b>Chapter 23: Using Access Data Macros 741</b></p> <p>Introducing Data Macros 742</p> <p>Understanding Table Events 742</p> <p>Using the Macro Builder for Data Macros 745</p> <p>Understanding the Action Catalog 747</p> <p>Creating Your First Data Macro 751</p> <p>Managing Macro Objects 755</p> <p>Recognizing the Limitations of Data Macros 757</p> <p><b>Chapter 24: Getting Started with Access VBA 759</b></p> <p>Introducing Visual Basic for Applications 760</p> <p>Understanding VBA Terminology 761</p> <p>Starting with VBA Code Basics 762</p> <p>Creating VBA Programs 763</p> <p>Modules and procedures 763</p> <p>Working in the code window 770</p> <p>Understanding VBA Branching Constructs 777</p> <p>Working with Objects and Collections 786</p> <p>Exploring the Visual Basic Editor 792</p> <p><b>Chapter 25: Mastering VBA Data Types and Procedures 801</b></p> <p>Using Variables 802</p> <p>Working with Data Types 809</p> <p>Understanding Subs and Functions 829</p> <p>Creating Functions 835</p> <p>Simplifying Code with Named Arguments 840</p> <p><b>Chapter 26: Understanding the Access Event Model 843</b></p> <p>Programming Events 844</p> <p>Identifying Common Events 847</p> <p>Paying Attention to Event Sequence 856</p> <p><b>Chapter 27: Debugging Your Access Applications 865</b></p> <p>Organizing VBA Code 866</p> <p>Testing Your Applications 867</p> <p>Traditional Debugging Techniques 873</p> <p>Using the Access Debugging Tools 879</p> <p>Trapping Errors in Your Code 893</p> <p><b>Part VII: Advanced Access Programming Techniques 899</b></p> <p><b>Chapter 28: Accessing Data with VBA 901</b></p> <p>Working with Data 901</p> <p>Understanding DAO Objects 904</p> <p>Understanding ADO Objects 917</p> <p>Writing VBA Code to Update a Table 923</p> <p><b>Chapter 29: Advanced Data Access with VBA 937</b></p> <p>Adding an Unbound Combo Box to a Form to Find Data 937</p> <p>Filtering a Form 945</p> <p><b>Chapter 30: Customizing the Ribbon 955</b></p> <p>The Ribbon Hierarchy 955</p> <p>Controls for Access Ribbons 956</p> <p>Editing the Default Ribbon 961</p> <p>Working with the Quick Access Toolbar 964</p> <p>Developing Custom Ribbons 966</p> <p>Creating a Custom Ribbon 969</p> <p>The Basic Ribbon XML 977</p> <p>Adding Ribbon Controls 979</p> <p>Attaching Ribbons to Forms and Reports 989</p> <p>Removing the Ribbon Completely 990</p> <p><b>Chapter 31: Preparing Your Access Application for Distribution 993</b></p> <p>Defining the Current Database Options 994</p> <p>Polishing Your Application 1009</p> <p>Bulletproofing an Application 1022</p> <p><b>Chapter 32: Integrating Access with SharePoint 1039</b></p> <p>Introducing SharePoint 1039</p> <p>Understanding SharePoint Sites 1040</p> <p>Sharing Data between Access and SharePoint 1043</p> <p>Using SharePoint Templates 1052</p> <p>Index 1055</p>
<p><b>Michael Alexander</b> is a Microsoft Certified Application Developer (MCAD) and a Microsoft MVP with over 15 years of experience developing reporting solutions for a variety of industries. He is also the principal contributor at datapigtechnologies.com, where he shares video tutorials with the Microsoft Access and Excel communities. Mike has authored several books on advanced business analysis.<b> Dick Kusleika</b> is a 12-time Microsoft Excel MVP, and the principal contributor at the Daily Dose of Excel blog.
<p><b>The definitive guide to Access database creation and management</b> <p>Learn the essentials of using Microsoft Access to store data, analyze information, build reports, create applications and much more! With <i>Microsoft<sup>®</sup>Access<sup>®</sup> 2019 Bible</i>, you'll gain a solid understanding of how Access works from the ground up. <p>Starting with basic database concepts, you'll work your way through detailed instruction on building effective tables, creating powerful analytical queries, creating robust applications with Access forms, and building attractive Access reports. With additional topics covering SharePoint integration and Visual Basic programming, <i>Microsoft<sup>®</sup> Access<sup>®</sup> 2019 Bible</i> is an invaluable resource for users of all skill levels. <ul> <li>Get a solid grounding in database fundamentals</b></li> <li>Use Access to analyze large amounts of data</b></li> <li>Turn your data into attractive PDF-style reports and outputs</b></li> <li>Automate redundant reporting and analysis using Access Macros</b></li> <li>Build powerful departmental applications with Access Forms</b></li> <li>Save time and increase productivity with Access VBA</b></li> <li>Integrate or publish your data on SharePoint sites</b></li> <li>Follow along with downloadable examples and database files from the book</b></li> <li>Check out trial software, demos, and other bonus material on the book's site</b></li> </ul>

Diese Produkte könnten Sie auch interessieren:

AutoCAD 2013 For Dummies
AutoCAD 2013 For Dummies
von: Bill Fane, David Byrnes
PDF ebook
23,99 €
IBM Workplace Services Express For Dummies
IBM Workplace Services Express For Dummies
von: Stephen R. Londergan, Michael Loria
PDF ebook
16,99 €
Building Flash Web Sites For Dummies
Building Flash Web Sites For Dummies
von: Doug Sahlin
PDF ebook
18,99 €