Hello !
See "Record Field Exchange" in MSDN. Essentially, you bind a database field
into a recordset object's member variable with RFX, then use OO to transfer
the data from the member variable to the dialog class, and DDX to transfer
data from the dialog class into the actual dialog.
-Antti Keskinen
> In VC++6 I used to use the add member variable tab of the class wizard to
> bind recordset fields with dialog controls simply by specifying the
[quoted text clipped - 12 lines]
>
> Simon