|
||||||
|
Access Developer 16 Access Developer 16 covers Multi-Select List Boxes and Recordsets.
WelcomeDeveloper 16 spends more time on List Boxes, specifically unbound list boxes (not bound to a table or query). You will learn how to manually add, delete, and edit items in the list. We'll see how to add colors and formatting to a list box - well, not really, but you'll learn a cool workaround. We will start learning Recordsets which are a very powerful tool for directly editing data in your tables in VBA code. ResourcesTopics Covered
In Lesson 1, we will review the homework from Developer 15. We will see how to create select all and deselect all links below each of the list boxes with only one subroutine handling all four cases. We will create a status message saying "3 customers marked valid" or whatever the count may be. Finally, we'll use an IIF function to display "1 customer" or "2 customers."
In Lesson 2, we will fix a bug that crept into our list box form, and we'll see how to fix a visible glitch in the way Access displays list box values sometimes.
In Lesson 3, we will answer the question that I get asked all the time: "is it possible to put colors and formatting in list boxes?" I'm not going to ruin the surprise, but, take a look at the picture below. I will show you how to create something that looks very much like a colorized, formatted list box.
In Lesson 4, we are going to learn about a very powerful way to work with data directly in our tables using Recordsets. These are objects that we can use to read, write, add, delete, and manipulate data directly in VBA code without having to use SQL, which can be slow. We'll talk about what Recordsets are, why we want to use them, and we'll set up our first example.
In Lesson 5, we will learn how to loop through the records in a recordset, displaying whatever fields we want. We will then add those items from the recordset to an unbound "value list" list box. We'll also see how to manually add and delete records from the list box.
Enroll TodayEnroll now so that you can watch these lessons, learn with us, post questions, and more. Questions?Please feel free to post your questions or comments below. If you are not sure as to whether or not this product will meet your needs, I'd rather help you before you buy it. Remember, all sales are final. Thank you.
IntroIn lesson 16 you will learn about multi-select list boxes in Microsoft Access, including whether you can add formatting and color, and how to use a workaround if it is not possible. We will also start working with recordsets to access table data directly from your VBA code.TranscriptWelcome to Microsoft Access Developer Level 16, brought to you by AccessLearningZone.com. I am your instructor, Richard Rost.In Developer 16, we are continuing our work with multi-select list boxes. We are going to learn whether or not it is possible to have formatting and color in list boxes. If it is not, we will learn a really cool workaround. Next, we will begin working with recordsets to learn how to access the data in tables directly from our VB code. I will be using Microsoft Access 2019 with my Microsoft 365 subscription in this class. These lessons should work for anyone using 2007 and up. Of course, this is a Developer Level lesson. I strongly recommend that you have taken my Beginner, Expert, Advanced, and Developer lessons, Levels 1 through 16. Now it is time to get our learning caps on and get started with Lesson 1. QuizQ1. What is the main topic of Microsoft Access Developer Level 16?A. Working with forms exclusively B. Advanced report generation C. Multi-select list boxes and recordsets in Access D. Relational database design Q2. What question regarding list boxes is explored in this lesson? A. How to create a single-select list box B. Whether list boxes can contain formatting and color C. How to add images to list boxes D. Exporting list box items to Excel Q3. What will you learn if formatting and color in list boxes are not directly possible? A. How to disable list boxes entirely B. Removing list box selections C. A workaround to achieve similar results D. How to embed charts in list boxes Q4. Which Access version is used for demonstration in this class? A. Access 2003 B. Access 2007 C. Access 2019 with Microsoft 365 D. Access XP Q5. Which prerequisite is strongly recommended before taking this lesson? A. No prior knowledge is necessary B. Only basic computer skills C. Completion of all Beginner, Expert, Advanced, and Developer levels up to 16 D. Only Level 1 Developer lessons Answers: 1-C; 2-B; 3-C; 4-C; 5-C DISCLAIMER: Quiz questions are AI generated. If you find any that are wrong, don't make sense, or aren't related to the video topic at hand, then please post a comment and let me know. Thanks. SummaryToday's video from Access Learning Zone covers Microsoft Access Developer Level 16. In this class, I will continue our exploration of multi-select list boxes. One of the key points we will focus on is whether formatting and color options are available within list boxes. If we find that Access does not support this natively, I will show you an effective workaround that you can use to achieve similar results.After that, we will shift our attention to working with recordsets. I will show you how to access and work with data stored in tables directly from your VBA code, which is a valuable skill for advanced Access developers. For these lessons, I am using Microsoft Access 2019 with a Microsoft 365 subscription. However, everything we cover should also work just fine with Access versions from 2007 onward. Since this is a Developer Level lesson, make sure you have already completed my Beginner, Expert, Advanced, and prior Developer lessons (Levels 1 through 16), as we will build on knowledge gained in those classes. Get ready, and let us jump into Lesson 1. You can find a complete video tutorial with step-by-step instructions on everything discussed here on my website at the link below. Live long and prosper, my friends. Topic ListUsing multi-select list boxes in AccessExploring formatting and color options in list boxes Implementing workarounds for list box formatting limitations Working with recordsets in VBA Accessing table data directly from VBA code |
||||
|
| |||
| Keywords: access developer 16 Select_Deselect List_Boxes One_Sub Handles_4_Cases Record_Count IIF Bug_Visual_Deselect Change_Table_Val ListBox_Selection Formatting_Colors ListBox_Continuous_Subform SalesRep_Conditional Formatting_Link_Fields Recordset_DAO_ADO Dim_O Page Tag: whatsnew PermaLink Microsoft Access Developer 16 |