This is a fully functional sample that shows some advanced features that would be hard to do with bound controls.
Latest Microsoft Access Articles
Fuzzy Matching Demo in Access
Dare to enter the world of approximate string matching with this introduction, tutorial, and Access 2000 database demo with a 99% precision/recall.
Compact and Repair All Access Databases in a Directory and in the Directories Beneath It
Compact and repair all Access databases in a directory and in the directories beneath it using arrays, the "Dir" function, and JRO with MS Visual Basic 6.0.
Event Spy for MS Data Grid
A utility form that will show DataGrid events with parameters as they happen in realtime.
Create a Microsoft Access Database Using ADOX and Visual Basic .NET
See how to create a simple Microsoft Access database using ADO.NET and VB .NET.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.