Copy data into another table? MDB->DB4

I do a Tquery on a MDB file, which runs fine.
Now I want to move the whole result set into a DBase table, but it
says 'capabitlity not supported' error with batchMove.  Other than
loop through the whole query and do a field by field copy (which runs
rather slow) is there a smarter method??