
Error trying to link up Combo and Text boxes
Sub name highlighted in Yellow tells us that the sub won't compile because
of the error.
Variable not defined and highlighting Data2 shows that you don't have a data
control called Data2 on your form.
If you don't know about DataControls and Recordsets then you need to read
the VB Programmers Guide - Chapter 14 Pages 675-711
To start with you are probably better off using standard ComboBoxes rather
than dbCombos.
Regards,
Simon Jones
PC Pro Magazine