Category Archives: Other Topics

Access Interfaces: Building Explorer-style Forms

This month, Rebecca Riordan looks at the surprisingly simple process of implementing an Explorer-style form architecture using the TreeView component that’s part of the Windows XP Common Control Library. While I admit I’ve never done a formal survey, I suspect … Continue reading

Posted in Other Topics | Leave a comment

Advanced ADO Data Providers

If you have some special data source that you want to extract data from, you can create an ADO data provider. Peter moves beyond simple read-only providers to show you how to create a provider that performs updates, accepts parameter … Continue reading

Posted in Other Topics | Leave a comment