Click to See Complete Forum and Search --> : Linking 2 data controls in ADO


Roy
June 3rd, 1999, 12:48 PM
In DAO you can link 2 data controls usin a data_reposition procedure. How can I do the same thing in ADO. The only thing I have seen so far is the Parent CMD and Child CMD linked to 1 ADODC data control.

Alternatively is there a DAO equivalent to the ActiveX data-repeater that I can create on my own.