I have a bunch of data-bound comboboxes on a form with a standard data control (Jet). I want to do some work before the data control changes the combos (but after it updates its recordset with any changes from the last record). Should I subclass the comboboxes or set a hook? What message do I look for?
Any help would be appreciated (I've never worked with hooks before).
