<

Creating and Using an Access Class Module

Posted on
8,707 Points
2,607 Views
1 Endorsement
Last Modified:
Published
Experience Level: Beginner
5:17
Get people started with the utilization of class modules. Class modules can be a powerful tool in Microsoft Access. They allow you to create self-contained objects that encapsulate functionality. They can easily hide the complexity of a process from a less-experienced developer.

Video Steps

1. The video begins by walking the viewer through the process of creating a class module.

2. We then add properties and methods to the custom class that we create.

3. Finally we write code to instatiate the class, set the values of the custom properties, and execute a method of the class.

1
Author:TechMommy
0 Comments
The Indian number format for currency has groups of two and three digits. The native Format function of VBA cannot handle this if Windows is set for a Western localisation. Thus, a custom method must be applied. Here it will be shown how to use dyna…
This article series will show you how to utilise the Next Generation Cryptography (CNG) API from Microsoft for modern hashing and encrypting/decrypting in VBA. In this part: Hashing.

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month