Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • Visual Basic 6.0 - Exporting a DataReport to Microsoft Word

    by John D.

    This article is a simple yet effective way to export a DataReport to MIcrosoft Word using the DataEnvironment and DataReport. This walk-through starts with creating a simple database in Microsoft Access and then creating a User Interface in Visual Basic 6.0. . Read full article

  • Identifying Your New Records

    by LACanadian

    While the use of AutoNumber and Identity fields in tables is greatly applauded by database designers the world over, they can be annoying for developers to use. This article reveals two techniques for retrieving the value of an AutoNumber/Identity field.. Read full article

  • DAO 3.6 Library

    by LouisRose

    Learn how to use MS Access 2000 with VB and the DAO library. Includes a module for handling simple databases.. Read full article

    Sample Code Sample Code RSS feed

  • Storing Documents with MS Access - SharePoint lists or Access BLOB fields

    by bradysama

    This is an Access 2003 project file that demonstrates how to do a few cool things with documents. You can grab the project file (zipped) from here: http://www.guardianbob.com/support/public_files/DocumentStorageTest.zip This project will show you how to store and retrieve documents from both an Access table with a BLOB field as well as a SharePoint list (via linked tables and the list web service).. Read full article

  • Create Table in a Database

    by amoibade

    This code shows you how to create a table and it's indexes in a database at run time.. Read full article