Simple MS Access Database Demo with VB6

By | 2017-08-16

This is a very simple program using VB and MSAccess. This code will allow you to Add, Edit, Delete, and Search entries in the database.

The original project file was hosted on another site, but included references to an OCX control that was no longer available. The author had good intentions, and had hosted it on his personal site for a time, but that went away as well.

I’ve lightly modified the project, removing the need for the “eye candy” OCX file. Further, since it was bugging me during testing, I’ve added a loop check to limit the number of times DoEvents is called within loops. This has the purpose of VASTLY increasing the speed of record display during searches and refreshes.

All modifications have been documented with the code.

Attachments

FileUploadedSize
389-20170816-173812-SimpleMSAccessDB.zip8/16/2017 5:38:12 PM48407

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.