Richard Rost

Computer Learning Zone

Richard Rost is a Microsoft MVP and President/CEO of Computer Learning Zone. He creates video tutorials to teach you how to use your computer, specializing in Microsoft Access.

Autor

Richard Rost

Kategorie

Technology

Podcast-Website

599cd.com

Neueste Folge

9. Jul 2026

Wo hören?

Podcasts in der App Replaio Radio Bald verfügbar

Podcasts kommen bald in die App. Installiere sie jetzt und erlebe als Erster einen ganz neuen Blick auf Podcasts

Bei Google Play herunterladen Kostenlos installieren Android 5 Mio.+ Downloads · Bewertung 4,8 iOS bald

Folgen

Customizing the Microsoft Access Ribbon 11.05.2026

In this lesson, we will walk through how to customize the ribbon in Microsoft Access to better suit your workflow. I will show you how to add your own tabs and groups, rename them, select and organize commands for quick access, and hide tabs you do not use. We will discuss the difference between main, tool, and all tabs, importing and exporting ribbon settings, and important considerations about h...

Microsoft Access Not Opening? Use Separate MSACCESS.EXE Instances For Each Database 08.05.2026

In this episode, we will address the common issue of Access not opening by explaining why Microsoft Access sometimes hangs when you try to open multiple databases in the same session. I will show you how to set up shortcuts that open each database in its own separate Access instance for greater stability, and we will discuss why this approach helps prevent one frozen database from affecting the ot...

Microsoft Access Reports Running Slow? Here's What You're Missing - QQ 90 04.05.2026

In Quick Queries episode #90, we address several practical Microsoft Access topics including why Access Reports might run slow and ways to speed them up, password and pass phrase strategies, considerations for 32-bit versus 64-bit Access, best practices for importing Excel data, handling date formatting, the importance of table normalization, and moving Access queries to SQL Server. We will also d...

How To Create Multiple Columns In Microsoft Access Reports With Text Wrapping 03.05.2026

In this lesson, we will walk through how to create multiple report columns in Microsoft Access, making your Access Reports look more like a newspaper layout instead of a single long list. I will show you how to adjust column settings, set up text wrapping, and manage properties like Can Grow, Can Shrink, Keep Together, and Force New Page to create cleaner, more professional reports. We will also d...

Microsoft Access Database Terminology Explained For Beginners 02.05.2026

In this episode, we will discuss common Microsoft Access terminology to help you understand key concepts like tables, queries, forms, and reports. You will learn what each term means, how tables serve as the foundation for storing data, the role of primary keys, and how queries, forms, and reports help you manage and present your data. We will also briefly touch on macros and modules for automatin...

How to Join The Microsoft Access Beta Channel And Get New Features Early! 30.04.2026

In today's lesson, we will discuss how to join the Microsoft Access Beta channel to access the newest features before they are officially released. I will show you step-by-step how to enable the Beta channel, including the required registry change, and walk through the process of signing up within Access. We will also talk about important precautions, such as not installing beta software on yo...

Microsoft Access ODBC Insert on Linked Table Failed Error 3155 SQL Server Fix, Workaround - Quick Queries #89 27.04.2026

In Quick Queries #89, we address troubleshooting the ODBC insert error with linked SQL Server tables in Microsoft Access, especially involving long text fields and the recent Office Build 2604 bug. We discuss practical workarounds, differences between chained and nested queries, common issues with copy and paste in Access, using and adapting web APIs when services change, and adjusting list box co...

How to Build a Dynamic Menu System in Microsoft Access Using a List Box 24.04.2026

In this lesson, we begin building a dynamic, data-driven menu system in Microsoft Access using a list box, eliminating the need to manually add or rearrange menu buttons when changes are made to the database. I demonstrate how to create a menu table with hierarchical relationships, set up the form with a list box, and write basic VBA code to open forms based on menu selections. We discuss how to s...

The Microsoft Access Feature That Quietly Causes More Problems Than It Solves - QQ #85 24.04.2026

In this Quick Queries episode, we discuss the pitfalls of Microsoft Access's Name AutoCorrect feature and why it often causes more problems than it solves. We will talk about launching global search forms with keyboard shortcuts in Access, inventory database design with movement tracking versus totals, issues with Excel notes, password management strategies and considerations for using Access,...

How to Build a Data-Driven Questionnaire & Survey Database in Microsoft Access 22.04.2026

In this episode, we discuss how to create a data-driven survey or questionnaire system in Microsoft Access, where all survey questions and answers are stored in tables rather than being hard-coded into forms or reports. I explain the database structure, including tables for surveys, questions, sessions, and answers, and show step-by-step how to set up these tables and link them. We walk through bu...

Your Microsoft Access Backup Plan Might Be Missing This Critical Step - Quick Queries #84 20.03.2026

In this episode, we will discuss the importance of testing backup restores in addition to making backups, address handling reminders in Access across different time zones, explore data normalization to avoid duplicate information, and cover strategies for importing exported data without creating duplicates. I will also show you techniques for drawing straight lines in Access, explain how Access sa...

How to Create a Report in Microsoft Access (Step-by-Step Beginner Tutorial) 19.03.2026

In this episode, we will walk through how to create reports in Microsoft Access step by step, using the report wizard to generate basic reports from a table, make modifications in design view, and organize data through sorting and grouping. We will discuss report sections, exporting and printing options, and clarify the differences between forms and reports. Additional resources and related videos...

How To Use The Count Function In Microsoft Access 19.03.2026

In this episode, we will walk through how to properly use the count function in Microsoft Access queries. I will explain common mistakes, demonstrate how to create aggregate queries using the count function, and show how to troubleshoot issues that often occur, such as calculation errors and working with multiple tables. We will also discuss the importance of using aggregate queries and how aliase...

Microsoft Access Corrupt Database Recovery: Try These Fixes Before You Buy Recovery Software 18.03.2026

In this episode, we look at what to do when your Microsoft Access database becomes corrupted and shows errors like "Unrecognized database format" or inconsistent state messages. We will discuss how to recognize signs of corruption, steps to take before attempting repairs, quick fixes such as compact and repair, using decompile, importing objects into a new database, and methods for salva...

How to Use Comments & Notes in Microsoft Excel - Why Excel Has Two Comment Systems 16.03.2026

In this episode, we discuss the differences between comments and notes in Excel, including their history, how to identify them, and when to use each feature. I show you how to add and manage both, highlight their visual indicators, and explain collaboration tools like threaded replies, resolution features, and where to find these options in the Review tab. We'll also discuss limitations such a...

Why vbNewLine Doesn't Work in Microsoft Access Rich Text Fields (And the Simple Fix) - QQ #83 14.03.2026

In today's Quick Queries, we discuss why inserting line breaks using VB New Line in Access VBA may not work in rich text boxes and explain how to fix it by using HTML tags. We also cover issues with parsing driver's license barcodes, sorting months in modern Access charts, the two-gigabyte database file size limit, differences between refresh and repaint in Access, limitations with rich te...

Ready to Move Your Microsoft Access Database Up to the Big Leagues? 13.03.2026

This episode introduces the SQL Server for Microsoft Access Users course, outlining how Access developers can enhance their databases by using SQL Server as a backend to improve performance, security, and scalability. It explains the intended audience, necessary prerequisites, and what software will be used, and then provides an overview of each lesson, covering topics such as installing SQL Serve...

How to Filter a Microsoft Access Subform With a Combo Box 12.03.2026

In this episode, I will show you how to set up a form in Microsoft Access where you can filter a subform displaying contact history simply by selecting a customer from a combo box. We will walk through building an unbound parent form with a combo box, embedding a contact subform, and using both non-VBA and simple VBA methods to filter the displayed contacts based on the selected customer. We also...

Answering Student Questions From SQL Server for Microsoft Access Users Beginner Level 1 11.03.2026

In this episode, we hold a Q&A session to address a wide variety of questions submitted by students so far in Beginner Level One. Topics discussed include using passwords and connection strings, differences between SQL Server editions, the role of SQL Server versus Access, handling date and time fields, combo box performance, SQL Server setup considerations, hardware recommendations, authentic...

How To Handle Split Transactions and Multiple Categories in Microsoft Access Check Registers 10.03.2026

In this episode, we talk about how to handle split transactions in Microsoft Access when a single transaction needs to be assigned to multiple categories. We discuss why using a single category field is limiting, explain the use of a split table to resolve these issues, and cover how to set up the one-to-many relationship between the transaction and split tables. We also look at form design consid...

Why Microsoft Access Refuses to Calculate a Form Footer Total That Should Work - QQ #82 08.03.2026

In this episode, we address common issues in Microsoft Access, such as why totals sometimes do not calculate in form footers and the reasons behind error messages. We discuss solutions for summing calculated fields, combining records from multiple tables using union queries, and troubleshooting differences between database behavior on different computers. Additional topics include handling file pa...

How Changing Clocks Causes Problems and Why Daylight Saving Time Is Dumb for People and Software 08.03.2026

Alright, it's that magical time of year again when we all pretend the Earth suddenly decided to spin faster and we have to adjust our lives accordingly. Twice a year we do this weird national ritual where millions of adults run around their houses pressing tiny buttons on appliances like we're trying to defuse a bomb in an action movie. Somewhere in my house right now there's a clock b...

How to Create File Folders in Microsoft Access VBA Using the MkDir Statement 05.03.2026

In this episode, we discuss how to use the MkDir command in Microsoft Access with VBA to automatically create folders for each customer, allowing invoice PDFs to be organized by customer rather than stored in a single directory. I show how to add VBA code that will generate the necessary folder structure when exporting invoices, handle basic error situations like folders already existing, and stru...

How To Create Queries And Views In SQL Server SSMS And Use in Microsoft Access 26.02.2026

In this episode, we build our first queries and views in SQL Server using the graphical query designer, noting key differences from Access in sorting, filtering, and saving queries. I demonstrate how to construct, execute, and modify queries, discuss the importance of using fields intentionally, and explain the distinction between saving queries locally and as views on the server. We walk through...

Connecting to SQL Server from a Microsoft Access Database 24.02.2026

In this episode, we connect Microsoft Access to SQL Server by setting up linked tables rather than importing, so your Access front end works with live server data. I show you the step-by-step connection process, discuss choosing the right ODBC driver, explain the difference between file and machine data sources, and clarify how to handle the DateTime2 data type. You will also learn about managing...

Höre den Podcast Computer Learning Zone in Replaio

Radio und Podcasts in einer App - kostenlos und ohne Anmeldung. Installiere sie noch heute und verpasse den Start nicht

Bei Google Play herunterladen

Replaio ist kein Herausgeber von Podcasts; die Namen der Sendungen, Cover und Audioinhalte gehören ihren Autoren und werden über öffentliche RSS-Feeds verbreitet