Subject Re: [IBO] TIBOTable and QR
Author Svein Erling Tysvær
Andy,
why can't you use a TIBOQuery? I don't understand why you have to use a
table at all. Use a query and add 'order by list, eff_key, alt_key' at the
end of your select.

Set