| No. |
VB Dialect |
Title
Date Last Uploaded |
Summary |
File to Download |
| 1 |
VBA |
Create two Access add-ins 4/21/1998 |
Describes the creation of two
Access add-ins: one is a Text Box Design Wizard; the other is a Form Picture
Property Builder. Includes a library database with working add-ins. |
code1.zip 224 KB |
| 4 |
VBA |
An Access
97 add-in that applies
the Leszynski Naming Convention to database objects Updated
7/3/1999 |
An add-in
that renames database objects (tables, queries, forms, reports, macros and modules), as
well as controls on forms and reports, according to the Leszynski Naming Convention (LNC).
This add-in was originally featured in a three-part article series in Smart Access, in the
summer of 1998. The zip file includes a trial version of Rick Fisher's Find And Replace
add-in. Use this version for Access 97. |
code4.zip 1.5 MB
code4NoFAR.zip
470 KB |
| 10 |
VBA |
An Access
2000 add-in that applies the Leszynski Naming Convention to database objects Updated
30-Sep-2007 |
An add-in that renames database objects (tables, queries, forms,
reports, macros and modules), as well as controls on forms and reports, according to the Leszynski Naming Convention
(LNC). The Access 97 version of this add-in was originally featured in a three-part
article series in Smart Access, in the summer of 1998. Now
supports your own custom LNC tags. The zip file includes a trial version
of Rick Fisher's Find And Replace add-in. Works in Access
2000 through 2003. |
code10.zip
2,616
KB
code10NoFAR.zip
973 KB |
| 11 |
VBA |
An Access
97 add-in that creates a main menu for a database. 6/13/1999 |
This
add-in creates a main menu for an Access database, with drop-down lists of forms and
reports for selection, and option buttons for selecting report mode and date range. This
add-in was originally featured in an April 1999 Smart Access article. |
code11.zip 740 KB |
| 12 |
VBA |
An Access
2000 add-in that creates a main menu for a database. Updated
13-Jan-2004 |
This
add-in creates a main menu for an Access database, with drop-down lists of forms and
reports for selection, a backup button, and option buttons for selecting report mode and date range. The
Access 97 version of this add-in was originally featured in an April 1999 Smart Access
article. Works in Access 2000 through 2003. |
code12.zip 1523
KB |
| 20 |
VBA |
An Access
2002 add-in that creates backups of front and back end databases, copies
of database objects, and listings of table and query fields.

7-Aug-2007 |
Lets you back up front end
Access databases and the most common types of back end databases (Access
.mda and .accda, Excel .xls and .xlsx, comma-delimited and fixed-width
text files), and make copies of database objects (individually or in
groups); also lists table and query fields, by table field order or
alphabetically. Lets you specify a custom backup prefix or suffix for
database object backups. Works in Access 2002 or higher. |
code20.zip
799 KB |
| 22 |
VBA |
An Access 97 add-in
that lets you apply one of a set of design schemes to forms in a
database
7/8/2001 |
This
add-in lets you apply one of a set of four standard color schemes, or
a custom color scheme you create, to a new form you are creating, or
to an existing form (or selection of forms). The add-in uses the
CommonDialog control that comes with the ODE for Access 97. |
code22.zip
665 KB |
| 26 |
VBA |
Demonstrates selecting report sorting
fields and filter values from a form 9/12/1999 |
The sample
database has a table of sample data, two reports, and two forms, which use combo boxes and
a multi-select list box to let users select fields for sorting, or values for filtering
the selected report. |
code26.zip
82 KB |
| 36 |
VBA |
An Access 2000 add-in
that lets you apply one of a set of design schemes to forms in a
database
Updated
13-Jan-2004 |
This
add-in lets you apply one of a set of four standard color schemes, or
a custom color scheme you create, to a new form you are creating, or
to an existing form (or selection of forms). The add-in uses the
CommonDialog replacement code from the Access 2000 Developers
Handbook. Works in Access 2000 through 2003. |
code36.zip
696 KB
|
| 37 |
VBA |
Sample
query column expressions for splitting and concatenating name and
address data
8/19/2001 |
Tables
of sample data, either split into name and address components or with
name (and address) components combined into single fields, with select
and append queries to either parse out the separate components (such
as Address1, Address2, Address3, LastName, MiddleName, FirstName), or
concatenate separate components into combined fields (LastNameFirst,
Address).
Expressions can also be used in
VBA code. Works in any version of Access. |
code37.zip
68 KB
|
| 42 |
VBA |
An Access
2002 database that stores information about ebooks, printed books and
audio books
Updated
28-Feb-2008 |
Demonstrates use of the
Controls collection of a form and the Tag property of form controls to
fill an array with data from the current record, for use in creating a
new record with mostly the same data. |
code42.zip
1,845 KB |