Oreilly - Access 2013 Development LiveLessons (Video Training) - 9780133554496
Oreilly - Access 2013 Development LiveLessons (Video Training)
by | Released October 2013 | ISBN: 013355449X


Learn everything you need to know in order to build powerful and robust Access applications! Start-to-finish personal training on Access 2013 Development: just watch and learn!Simple, quick video walkthroughs of the tasks you perform most often!Great personalized training at a fraction of the cost...for everyone who doesn't have time to read a book!These video lessons will ensure that you can harness the power of Access for development faster and more easily than ever before! In 19 thorough parts, Access 2013 Development LiveLessons shows you how to increase add finesse and polish to your databases so they look like the pros. Expert Alison Balter simplifies powerful features and tools so you can truly harness the power built into Access! Just watch: You'll master high-powered skills at your own pace–and get specific answers and solutions immediately, whenever you need them! For anyone who wants to master Microsoft Access 2013 Development fast!Bestselling author and trainer Alison Balter provides the novice programmer with 9+ hours of hands-on step-by-step video training on the fundamentals of creating Access applications. Packed with real-world examples on how to put Access to use in everyday programming, you'll start with the basics, and learn how to build applications at your own pace.About the Author:Alison Balteris the president of InfoTech Services Group, Inc., a computer consulting firm based in Newbury Park, California. Alison is a highly experienced independent trainer and consultant specializing in Windows applications training and development. During her 27 years in the computer industry, she has trained and consulted with many corporations and government agencies. Since Alison founded InfoTech Services Group, Inc. (formerly InfoTechnology Partners) in 1990, its client base has expanded to include major corporations and government agencies such as Cisco, Shell Oil, Accenture, AIG Insurance, Northrop, the Drug Enforcement Administration, Prudential Insurance, Transamerica Insurance, Fox Broadcasting, the United States Navy, University of Southern California, Massachusetts Institute of Technology, and others.Alison specializes in teaching others how to develop Windows and Web applications. She is a leading author of 15 Microsoft Access books and SQL Server books, including Alison Balter's Mastering Access 2003 Development, Alison Balter's Mastering Access 2007 Development, Teach Yourself SQL Server 2005 Express in 24 Hours, Using Access 2010, and Access 2013 Absolute Beginners Guide. Alison is also featured in several training videos for both SAMS and Experts Exchange. Most recently, Alison was given the honor of Microsoft Access MVP 2012, an honor bestowed on a select few individuals who have donated their time to bettering the development community. She was also selected as 2012/2013 Ventura County Woman Business Owner of the Year. Alison can be reached at [email protected]. Show and hide more
  1. Introduction
    • Introduction to Access 2013 LiveLessons 00:04:17
  2. Lesson 1: Access As A Development Tool
    • Learning Objectives 00:00:24
    • Why Microsoft Access? 00:02:13
    • What Types of Applications Can I Build with Microsoft Access? 00:02:55
  3. Lesson 2: VBA: The Basics
    • Learning Objectives 00:00:31
    • What Types of Modules are Available? 00:03:06
    • Working with Variables 00:06:28
    • Working with Constants 00:03:05
    • Adding Comments to Your Code 00:01:16
    • Using the Line Continuation Character 00:02:53
    • Using VBA Control Structures 00:11:55
    • Passing Parameters and Returning Values 00:06:00
    • Executing Procedures in the Code Window 00:03:39
    • The DoCmd Object: Performing Macro Actions 00:02:13
    • Working with Built-In Functions 00:07:32
    • Using Built-In Dialog Boxes 00:03:28
    • Editor Tips and Tricks 00:07:14
  4. Lesson 3: Objects, Properties, Methods, And Events Explained
    • Learning Objectives 00:00:36
    • Understanding Access’s Object Model 00:03:53
    • Understanding Objects, Properties, Events, and Methods 00:03:36
    • Referring to Objects 00:04:12
    • Declaring and Assigning Object Variables 00:03:15
    • Differences Between Objects and Collections 00:04:18
    • Passing Objects to Subroutines and Functions 00:02:45
    • Determining the Type of a Control 00:05:17
    • Special Properties That Refer to Objects 00:02:58
  5. Lesson 4: Debugging: Your Key To Successful Development
    • Learning Objectives 00:00:35
    • Avoiding Bugs 00:02:11
    • Harnessing the Power of the Immediate Window 00:07:23
    • Using Breakpoints to Troubleshoot 00:01:38
    • Stepping Through Code 00:04:35
    • Setting the Next Statement to Execute 00:02:17
    • Using the Call Stack Window 00:02:05
    • Working with the Locals Window 00:03:22
    • Working with the Watch Window 00:05:31
  6. Lesson 5: Error Handling: Preparing For The Inevitable
    • Learning Objectives 00:00:37
    • Implementing Error Handling 00:03:53
    • Using On Error Statements 00:04:11
    • Using Resume Statements 00:03:51
    • The Cascading Error Effect 00:02:50
    • Raising an Error 00:01:19
    • Using the Errors Collection 00:02:14
    • Creating a Generic Error Handler 00:06:38
    • Preventing Your Own Error Handling from Being Invoked 00:01:57
  7. Lesson 6: What Are Activex Data Objects And Data Access Objects And Why Are They Important?
    • Learning Objectives 00:00:36
    • DAO versus ADO – When to Use Each 00:02:15
    • The Data Access Object Model 00:01:05
    • Getting to Know DBEngine 00:01:34
    • Using CurrentDB() 00:01:14
    • Working with DAO Recordset Types 00:02:46
    • DAO Recordset Properties and Methods 00:08:22
    • Using DAO Code to Modify Table Data 00:04:19
    • Using DAO Code to Modify Database Objects 00:06:32
    • Examining the ADO Object Model 00:00:47
    • Working with Connections 00:01:16
    • Working with ADO Recordset Types 00:02:41
    • ADO Recordset Properties and Methods 00:11:24
    • Using ADO Code to Modify Table Data 00:05:36
    • Using ADO Code to Modify Database Objects 00:06:26
  8. Lesson 7: Advanced Form Techniques
    • Learning Objectives 00:00:33
    • Form Events and When To Use Them? 00:08:36
    • Order of Events for Forms 00:00:47
    • Utilizing Section and Control Events 00:07:47
    • Taking Advantage of Built-In Form-Filtering Features 00:07:39
    • Switching a Form’s Record Source 00:04:29
    • Power Combo Box and List Box Techniques 00:07:03
    • Synchronizing a Form with Its Underlying Recordset 00:02:37
  9. Lesson 8: Advanced Report Techniques
    • Learning Objectives 00:00:27
    • Report Events and When to Use Them 00:06:46
    • Order of Events for Reports 00:00:53
    • Practical Applications of Report Techniques 00:11:34
  10. Lesson 9: Advanced Query Techniques
    • Learning Objectives 00:00:25
    • Self-Joins 00:03:09
    • Union Queries 00:04:05
    • Subqueries 00:01:27
    • The Propagation of Nulls and Query Results 00:02:12
    • Using User-Defined Functions with Queries 00:04:12
  11. Lesson 10: Macro Basics
    • Learning Objectives 00:00:33
    • The Basics of Creating and Running a Macro 00:04:39
    • Harness the Power of Submacros 00:04:08
    • Control your Macros Using Program Flow 00:05:29
    • Run a Macro from the Macros Group of the Navigation Pane 00:01:16
    • Trigger a Macro from a Form or Report Event 00:03:25
    • Modify an Existing Macro 00:01:51
    • Create an Embedded Macro 00:03:53
  12. Lesson 11: Advanced Macro Techniques
    • Learning Objectives 00:00:31
    • Create Data Macros 00:03:47
    • Create a Drillthrough Macro 00:03:39
    • Learn What Other New Features Are Available in Macros 00:06:33
    • Debug a Macro 00:03:58
    • Convert a Macro to VBA Code 00:03:51
    • Create an AutoExec Macro 00:02:15
  13. Lesson 12: Advanced VBA Techniques
    • Learning Objectives 00:00:34
    • Working with Arrays 00:05:29
    • Advanced Function Techniques 00:09:45
    • Working with Empty and Null 00:07:40
    • Creating and Working with Custom Collections 00:02:51
  14. Lesson 13: Exploiting The Power Of Class Modules
    • Learning Objectives 00:00:27
    • Creating and Using a Class Module 00:10:43
    • Creating Multiple Class Instances 00:03:22
    • More About Class Modules 00:16:58
    • Class Modules in Use 00:08:43
  15. Lesson 14: Using External Data
    • Learning Objectives 00:00:29
    • Using Code to Import External Data 00:02:40
    • Using Code to Link to External Data 00:06:30
    • Refreshing and Removing Links 00:02:08
  16. Lesson 15: Automation: Communicating With Other Applications
    • Learning Objectives 00:00:31
    • Creating an Automation Object 00:04:32
    • Controlling Excel from Access 00:08:28
    • Closing an Excel Automation Object 00:02:11
    • Creating a Graph from Access 00:04:33
    • Controlling Word from Access 00:03:30
    • Controlling PowerPoint from Access 00:04:35
    • Controlling Outlook from Access 00:04:14
  17. Lesson 16: Exploiting The Power Of The Windows API
    • Learning Objectives 00:00:38
    • Declaring a Windows API Function 00:01:22
    • Using a Windows API Function 00:01:39
    • Getting Information About the Operating Environment 00:03:31
    • Determining Drive Information 00:04:33
  18. Lesson 17: Developing Client/Server Applications
    • Learning Objectives 00:00:44
    • Understanding the Client/Server Model 00:03:20
    • Deciding Whether to Use the Client/Server Model 00:03:52
    • Roles Access Plays in the Application Design Model 00:02:18
    • Defining an ODBC Data Source 00:04:27
    • Upsizing an existing Access Database 00:08:55
    • Working with Linked Tables 00:04:13
    • Working with SQL Server Views 00:05:23
    • Using Pass-Through Queries 00:05:09
    • Executing Stored Procedures 00:11:39
    • Working with SQL User-Defined Functions 00:03:33
    • Building Client/Server Friendly Forms 00:08:45
    • Building Client/Server Friendly Reports 00:02:53
  19. Lesson 18: Working With And Customizing Ribbons
    • Learning Objectives 00:00:31
    • Customizing the Ribbon 00:05:08
    • Applying a Custom Ribbon when a Database Opens 00:02:19
    • Associating a Custom Ribbon with a Form or Report 00:06:01
    • Executing a Macro from a Ribbon 00:03:20
  20. Lesson 19: Putting It All Together – A Complete Application
    • Learning Objectives 00:00:32
    • Designing the Tables to Store Your Data 00:01:50
    • Building the Queries to Extract the Data You Need 00:01:33
    • Building the Forms to Edit Your Data 00:02:04
    • Designing the Reports to Display Your Data 00:02:34
    • Building the Macros Necessary to Automate Your Application 00:03:08
    • Polishing Off Your Application with the Necessary VBA Code 00:05:18
  21. Summary
    • Summary of Access 2013 LiveLessons 00:01:21
  22. Show and hide more

    Oreilly - Access 2013 Development LiveLessons (Video Training)

    9780133554496.access.2013.development.OR.part1.rar

    9780133554496.access.2013.development.OR.part2.rar

    9780133554496.access.2013.development.OR.part3.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss