si_the_geek
Jul 17th, 2005, 06:36 PM
There is a tutorial on this site for using ADO code (rather than data controls), provided by Beacon.
This tutorial can be downloaded from the first post in this thread. (http://www.vbforums.com/showthread.php?threadid=153935)
Using code rather than data controls (DC's) is recommended for many reasons, such as DC's do not allow you to create extended functionality (such as filling one list/combo based on the selection of another), and often do not respond as you would expect (for example they do not load data when you change the RecordSource).
This tutorial can be downloaded from the first post in this thread. (http://www.vbforums.com/showthread.php?threadid=153935)
Using code rather than data controls (DC's) is recommended for many reasons, such as DC's do not allow you to create extended functionality (such as filling one list/combo based on the selection of another), and often do not respond as you would expect (for example they do not load data when you change the RecordSource).