Hiding Dupe Values Triggering Cache Invalidation on the Hidden Duplicate Values Form In this installment, we explore two different approaches for deciding when to invalidate our cache: user-triggered and automatic.
Hiding Dupe Values Invalidating the Cache on the Hidden Duplicate Values Form In this installment, we demonstrate how simple it is to refresh the cache when you use self-healing object variables.
Hiding Dupe Values Use Caching to Speed Up Editable Forms with Hidden Duplicate Values In this installment, we reduce our database calls by more than 80% by shifting the bulk of the work to high-performing VBA dictionary structures.
Hiding Dupe Values Use Custom Functions to Hide Multi-Level Group Headers on Editable Continuous Forms In this installment, we use custom recordset-based VBA functions to implement multi-level group headers in an editable continuous form.
Hiding Dupe Values Use DCount() to Make Editable Continuous Forms with Hidden Duplicate Values In this installment, we use the DCount() domain aggregate function to create an editable continuous form with hidden group header values.
Hiding Dupe Values Hiding Duplicate Values in Continuous Forms via Left Joins In this installment, we use Bill Karwin's inequality LEFT JOIN technique to handle multi-column sorting without grinding everything to a halt.
Hiding Dupe Values Hiding Duplicate Values in Continuous Forms via Subqueries In this installment, we use GROUP BY subqueries to generate a read-only record source for a continuous form that hides duplicate header values.
Hiding Dupe Values Hiding Duplicate Values in Reports There are two primary ways to group records in an Access report: with AND WITHOUT group headers. ... Wait, what?!?!
Hiding Dupe Values Sample Data for the "Hiding Duplicate Values" Series This article contains the sample data for following along with the rest of the "Hiding Duplicate Values" series.
Hiding Dupe Values Hiding Duplicate Values in Microsoft Access Forms and Reports A series of articles with basic through advanced techniques for hiding duplicate column values in Microsoft Access reports and continuous forms.