[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Integrated Database
Tip# 3007 By Andrew Maser On 03-Sep-2008
5
Rated By 1 users Downloaded : 1465
Categories : Databases, Programming Examples, VBA Code Modules
Software type : AutoCAD 2008
Rename File To : BrowsePath.dvb
VBA example program for producing a materials list with an integrated Microsoft Access database.

Integrated Database is a rather complex VBA example program for producing a materials list with an integrated Microsoft Access database. The tip serves more as a useful example for study by VBA students than as a utility you can put right to work. Supplied by Andrew Maser and written according to in-house standards at McBride Engineering, it demonstrates quite a few VBA features, such as how to interface with an Access database and how to automate the creation of a bill of materials for cost-estimation purposes.

 

Average Rating:
5


User comments
Comment by Maser,Andrew
Posted on 2008-09-15 09:36:26
If anybody would like help adapting some of this code to your own use, feel free to let me know: amaser@mcbrideengineering.com
Comment by Betz,Edward
Posted on 2008-09-16 10:27:53
Please add a description of what the program does, what the command butoons are supposed to do, and how it is used. Also, more comments are needed to make it easier to follow. Very user-unfriendly Tip.