All,

If I do 2 OleDbDataAdapter Fills in a row, it does not work. I get a
message saying that it cannot find the table I am looking for.
Actually it is a Range in an Excel spreadsheet. I have tried closing
the Connection and reopening it, but that makes no difference. Now
here is the strange part, if I put a breakpoint (I am using C#) on the
second Fill command, and then continue, it works!! I tried a 5 second
delay between Fill commands, but that did not help either. Any
thoughts?

TIA,

BIll