Subject Synchronising TIBOQueries
Author Eric Handbury
Hello,

I have 2 TIBOQueries which both have the exact same number of
records and the same key-values for each record. (and even ordered the
same).

I want to synchronise them so that when a user clicks on a record in
my DevExpress grid, that the identical record in the other TIBOQuery
is also focused/selected.

Would anyone know what the fastest/best way of doing this is.

TIA. Eric.