Hello all,

Here is my problem:

The MSDN help line states that:
(For example, the OLE DB Provider for Microsoft Jet supports Seek and Index.)
Microsoft.Jet.OLEDB.4.0




If rs_Table.Supports(adIndex) And rs_Table.Supports(adSeek) Then
end if

But when I try to use the support method to verify that, the return value is false. Thus, I can not use the methods Index and Seek.
Could anyone help please.

Thanks
Hisham