Thanks a lot... it was surely helpful
Another question
Do you know the querie to copy to an existing table?????
"Kjell" escribió en el mensaje
> This is the querie to: from current Access-DB create a new table in an
external Access-DB
>
> SELECT fromtable.* INTO [C:\ANOTHERDB.mdb].[newtablename]
> FROM [fromtable]
> WHERE [fromtable].[idno] = 1020;
>
> In the above example only one record will be copied to the new table in
the external db but I think you can see how to change the SQL the way you
want it to work. just remember: newtablename MUSt be non existing...
>
> Kjell >> Stay informed about: copy DB question