try creating an insert query
Code:
INSERT INTO Customers ( CompanyName, ContactName, ContactTitle )
Code:
SELECT Employees.LastName, Employees.FirstName, Employees.Title
FROM Employees
WITH OWNERACCESS OPTION;
Also make sure the linked table are indexed.
Jaime E. Maccou
Applications Analyst