yronium Level: Moderator

 Registered: 14-04-2002 Posts: 907
|
New Download: CD Managing Sample Project (VB to .mdb)
New download available:
CD Managing Sample Project (VB to .mdb)
Description:
This is a tutorial of how an .mdb (MSAccess2k) file is linked to a VB project
by ADO. It includes the code to add/delete records, and it is fully commented.
In the .zip file there are two .mdbs: one with some records and one empty,
to show how to manage the records absence. To switch them, change the filename
constant at the beginning of the first module.
It uses a DataCombo control, instead than a normal ComboBox, due to its major
manageability with lookup tables. DataCombo control requires a checkmark
to Microsoft DataList Control (...SYSTEMMSDATLST.OCX) in the Project/Components
menu.
Is a tutorial, so please report me any bug. Enjoy, and rate it.
____________________________
Real Programmer can count up to 1024 on his fingers
|