Thanks! That's what I thought. I am already running mdb based queries, and at
times performance is slow, so I was looking to put the whole thing in SQL,
sans converting to adp. The app is already running and it's too much grief to
convert and do all the testing all over again. I'm having a lot of troulbe
with queries that do a delete * (all the rows) in Accecss not running on the
backend SQL table becasue of indexes. Seems no matter what I do it breaks, so
I would have to change to a truncate table, I guess.