TempVars GenerateTVClass(): Auto-Create a TempVars Class Module The culmination of my TempVars series, this article shows you how to generate a TempVars class module from a local table.
TempVars tblTempVar: Creating and Populating a Table of TempVars These three simple procedures: (1) create, (2) populate, and (3) create/delete + populate a local table with the contents of the TempVars collection.
TempVars Populating a List Box with the TempVars Collection If you use TempVars in your Microsoft Access applications, this handy function will bring visibility to the contents of that collection.
TempVars Safely Using TempVars in Queries Calling TempVars directly from a query can cause issues. Instead, use this simple wrapper function to save yourself some potential headaches.
TempVars Beware TempVars in Queries Many Access users rave about using TempVars with queries. I decided to see what the hype was about. What I found shocked me.
TempVars TV: The TempVars Class Module A TempVars class module that provides visibility, type safety, IntelliSense, and compile-time typo checks.
TempVars A Safer Way to Use TempVars The TempVars object is an intriguing alternative to traditional global variables, but it has some shortcomings. Here's one way to work around them.