Back to category: Technology

Limited version - please login or register to view the entire paper.

Module

'------------------Module header sample----------------------------------
'
' Module GlobMod
' File: GlobMod.bas
' Author: Don
' Date: 09/07/2001
' Purpose: Provides the global variable declarations and all of the
'functions and subs for manipulating the data
'The database db1.mdb should be located in the same directory as the project file
'for this demonstration
'------------------------------------------------------------------------
Option Explicit


'This is the connection string for ADO.
'
Public sConn As String

'------------------Procedure header sample-------------------------------
'
' Procedure FillLists
' Author:...

Posted by: Anthony Pacella

Limited version - please login or register to view the entire paper.