I can't remember if you can do this successfully with a dataview or not.
Certainly not with a single datasource, because the combo box (or any list
control) uses the .Postion property to note the cursor position.
A Dataview *might* use its own cursor, but I don't think it does (I haven't
done this in a really long time). So you have to create the separate
dataset. give it a shot, if the dataview doesn't work, then no.. can't do
it...
> Hi,
>
[quoted text clipped - 9 lines]
>
> Thanks