Re: Master / detail with TADODataset?



> Alternately you can set the CommandText property to a query where any
> parameters you use that match fields from the Dataset DATASOURCE
> property points to will get values from the current record of
> DATASOURCE.dataset

Brian is quite right. But with this approach whenever the Master changes
state the Deatils gets required. I got in quite a loop with it when trying
to update Master/Deatils on one form.

Dave


.