Streamlining Form Module Code - Part Eight
Introduction.Continued from "Streamlining Form Module Code - Part Six & Seven"Earlier we used the TextBox Wrapper Class Array to store the TextBox instances enabled with the required Events to...
View ArticleStreamlining Form Module Code - Part Nine
Introduction.After going through the last eight episodes of the Title Topic I assume that you are familiar with this new coding procedure and realized its advantages. By implementing this new...
View ArticleStreamlining Form Module Code - Part Ten
Creating Access Menu using Tabcontrol, ListBox, and Command Buttons.We will take up the TabControl-based Menu design task after a few minutes.Organizing the Wrapper Classes for Different Forms.Let us...
View ArticleStreamlining Form Module Code - Part Eleven
Introduction.In this Episode of Streamlining Form Module VBA Code, we will create Wrapper Classes for ComboBox and OptionGroup Controls. Having gone through the previous Episodes, you are now...
View ArticleStreamlining Report Module Code in Class Module.
Introduction.Report Module VBA Code in Standalone Class Module.After going through the earlier Episodes of this Topic: Streamlining Form Module Code in the Standalone Class Module, we could write the...
View ArticleStreamlining Report Module in Class Module-2
Introduction.Hiding Report Lines Conditionally.Last week we saw that the highlighting of Report lines in the Report Print Event Subroutines can be moved into the standalone Class Module and execute...
View ArticleStreamlining Form Module Code Part 14
All Frequently Used Controls on a Form.We learned how to write the Form or Report Module Event Subroutine VBA Code in the Stand-alone Class Module. Besides that, we can directly access any control,...
View ArticleStreamlining Custom Made Form Wizard VBA - 15
Streamlined Custom Made Form Wizard.This blog post was published earlier in December 2008 under Access 2003 and is now updated using the streamlined VBA Coding method in the standalone Class Modules....
View ArticleStreamlining Form VBA Custom Report Wizard - 16
Streamlining Custom Made Reports Wizard Form Module VBA Code.Hope you like the Custom Form Wizard of last week, which organized its VBA Code in standalone Class Modules. You can reach the Code and...
View ArticleStreamlining Form VBA External Files List HyperLinks
External Files List in Hyperlinks in Form.The Office.FileDialog Control The FileDialog Control displays files from the selected folder as hyperlinks in the form. Clicking on a hyperlink will open the...
View ArticleStreamlining Event Procedures 3DTextWizard
The 3D Heading Creation Wizard for Form and Report.The contents of the 3D Text Wizard were originally published in a series of articles back in September 2006. I created this website to share some...
View ArticleStreamlining Event Procedures RGBColor Wizard
RGB Color Wizard.Create your own RGB Color Palette for Form Design.This is a special episode focusing on streamlining the Form Module Code. For our RGB Color Wizard, we utilize an ActiveX ScrollBar...
View ArticleStreamlining Numbers to Words Converter
Numbers to Words Converter.While converting numbers to words is straightforward in Microsoft Word Mail Merge, such functionality is not readily available in MS Access. To address this limitation, we...
View ArticleStreamlining Form Module Code Presentation
Streamlining Form Module Code in Standalone Class Module.On January 3, 2024, I presented a concise overview of the intricate topic: "Streamlining Form Module Code in Standalone Class Module" for the...
View ArticleThe Event Firing Mechanism in Access Objects
Streamlining Event Subroutine Code in Standalone Class Module.How Does the Event Firing Mechanism Work within Access Objects?This topic was briefly touched on during the Presentation of Streamlining...
View ArticleOne TextBox and Three Wrapper Class Instances.
Streamlining Event Subroutines in Standalone Class Module.The Standalone Class Module Coding Rules overview.One Wrapper Class Module for several objects of the same Type (E.g.: TextBox) on the Form....
View ArticleStreamlining Code Synchronized Forms
Streamlining Form Module Code in Standalone Class Module. The article on the Synchronized Floating Popup Form was originally published in February 2009. The notable difference is that the Event...
View ArticleStreamlining Code Database Compacting Utility
Streamlining Form Module Code in Standalone Class Module.The Database Compact/Repair Utility.The 'Compact on Close' Option in Microsoft Access. When enabled under File --> Current Database -->...
View ArticleStreamlining Code Reminder Popup Form
Streamlining Form Module Code in Standalone Class Module.Reminder Popup Form.Introduction.Understanding the significance of reminders is paramount. When it comes to important occasions such as a...
View ArticleStreamline Zoom-in Control Data Editing
Streamlining Form Module Code in Standalone Class Module.Editing Large Text Box Contents in Zoom-in Control.This topic was initially released in August 2007 and titled "Edit Data in Zoom-in Control."...
View ArticleStreamline Filter By Character Sort
Streamlining Form Module Code in Standalone Class Module.Data Filter by Character and Sort on Form.Version 1.0 of this Article was originally published in April 2009 and introduces a significant...
View ArticleTable Query Records in Collection Object
Class Module and Collection Object.Create a Data View Form with selected Fields from a Table or Query using the built-in Access Form Wizard.Create a ComboBox, on the Header of the Form, using any of...
View ArticleClasses For All Data Entry Editing Forms
Streamlining Form Module Code in Standalone Class Module.Ready-made Class Modules for Data-Entry, Editing, or Viewing.All the TextBox and ComboBox Controls, on the data handling Form, when enabled...
View ArticleWrapper Class Module Creation Wizard
Streamlining Form Module Code in Standalone Class Module.Wrapper Class Module Wizard.We organize controls on the form into groups based on their type, such as TextBox/Field, CommandButton, or ComboBox,...
View ArticleWrapper Class Template Wizard V2
Streamlining Form Module Code in Standalone Class Module.Class Module Template Creation Wizard.The earlier version of the Class Module Wizard was a testing platform for creating Wrapper Class Module...
View Article