Re: SELECT INTO an external database



stebain@xxxxxxxxx wrote in news:1188399791.296704.294650
@y42g2000hsy.googlegroups.com:


Is there a way to perform a select into from the currentDb.Tests table
to nDb.Tests?

(IE: "SELECT * INTO nDb.Tests FROM currentDb.Tests")

To answer your quesion:

SELECT * INTO Tests IN 'C:\YourPath\nDB.mdb'FROM Tests;

However, you can't go wrong if you Listen to Larry.

Cheers,
Alan
.