
copy a linked access table to another table
Hi,
You can copy a table with a Select statment:
SELECT * INTO <newTable> FROM <AccessTable>
but you must specify the Catalog and the Shema of the Access Table.
Gerald
Quote:
> can i copy a linked access table to another table?
> and if, how?
> thanks
> wiemer